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