zhangqian
2023-10-13 7438f17c0b3a9f79ee5890c554bedc64c362859b
constvar/const.go
@@ -32,6 +32,13 @@
   UserTypeSub                         // 子账户
)
type NotAdmin int
const (
   NotAdminAll NotAdmin = iota // 公海
   NotAdminYes                 // 我的客户
)
type SalesStatus int
const (
@@ -125,3 +132,7 @@
   ServiceFeeKeywordProductName    ServiceFeeKeywordType = "产品名称"
   ServiceFeeKeywordServiceEndDate ServiceFeeKeywordType = "服务到期日"
)
const (
   SystemType = 2
)