feat:完善入驻信息管理
This commit is contained in:
@ -113,10 +113,10 @@ type InvalidStatus struct {
|
||||
type InvalidStatusKind int
|
||||
|
||||
const (
|
||||
// InvalidStatusForNot 未失效
|
||||
InvalidStatusForNot InvalidStatusKind = iota
|
||||
// InvalidStatusForYes 已失效
|
||||
InvalidStatusForYes
|
||||
InvalidStatusForYes InvalidStatusKind = iota - 1
|
||||
// InvalidStatusForNot 未失效
|
||||
InvalidStatusForNot
|
||||
)
|
||||
|
||||
type Area struct {
|
||||
|
Reference in New Issue
Block a user