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 )