From 30f137e85a76420d872a96c30b2177f59e9706d2 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 17 七月 2023 16:13:59 +0800 Subject: [PATCH] add --- pkg/ecode/code.go | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/pkg/ecode/code.go b/pkg/ecode/code.go index a62d3a9..e6f7145 100644 --- a/pkg/ecode/code.go +++ b/pkg/ecode/code.go @@ -260,4 +260,23 @@ CustomerServiceSheetSetErr = 3600004 // 璁剧疆瀹㈡湇鍗曞け璐� CustomerServiceSheetUpdateErr = 3600005 // 鏇存柊瀹㈡湇鍗曞け璐� CustomerServiceSheetDeleteErr = 3600006 // 鍒犻櫎瀹㈡湇鍗曞け璐� + + ServiceFeeManageExist = 3700001 // 鏈嶅姟璐圭鐞嗗凡瀛樺湪 + ServiceFeeManageNotExist = 3700002 // 鏈嶅姟璐圭鐞嗕笉瀛樺湪 + ServiceFeeManageListErr = 3700003 // 鑾峰彇鏈嶅姟璐圭鐞嗗垪琛ㄥけ璐� + ServiceFeeManageSetErr = 3700004 // 璁剧疆鏈嶅姟璐圭鐞嗗け璐� + ServiceFeeManageUpdateErr = 3700005 // 鏇存柊鏈嶅姟璐圭鐞嗗け璐� + ServiceFeeManageDeleteErr = 3700006 // 鍒犻櫎鏈嶅姟璐圭鐞嗗け璐� + + RoleExist = 3800001 // 瑙掕壊宸插瓨鍦� + RoleNotExist = 3800002 // 瑙掕壊涓嶅瓨鍦� + RoleListErr = 3800003 // 鑾峰彇瑙掕壊鍒楄〃澶辫触 + RoleSetErr = 3800004 // 璁剧疆瑙掕壊澶辫触 + RoleUpdateErr = 3800005 // 鏇存柊瑙掕壊澶辫触 + RoleDeleteErr = 3800006 // 鍒犻櫎瑙掕壊澶辫触 + RoleDeleteErr1 = 3800007 // 璇ヨ鑹蹭笅瀛樺湪鐢ㄦ埛锛屾棤娉曞垹闄� + + MenuListErr = 3900001 // 鑾峰彇鑿滃崟鍒楄〃澶辫触 + SetMenuAuthorityErr = 3900002 // 璁剧疆鑿滃崟鏉冮檺澶辫触 + ) -- Gitblit v1.8.0