From 7438f17c0b3a9f79ee5890c554bedc64c362859b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 13 十月 2023 14:04:59 +0800 Subject: [PATCH] 销售计划简单数据权限 --- constvar/const.go | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 878c215..c3a6587 100644 --- a/constvar/const.go +++ b/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 +) -- Gitblit v1.8.0