fix
zhangqian
2023-08-25 baef28d8e65bced2a682ce68134c9eab0d2d8394
constvar/const.go
@@ -32,6 +32,13 @@
   UserTypeSub                         // 子账户
)
type NotAdmin int
const (
   NotAdminAll NotAdmin = iota // 公海
   NotAdminYes                 // 我的客户
)
type SalesStatus int
const (