From 6e8718ed56b53419c946102bb4e20a978e32e27c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 15:13:10 +0800 Subject: [PATCH] add --- pkg/ecode/code.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pkg/ecode/code.go b/pkg/ecode/code.go index bb7640a..a62d3a9 100644 --- a/pkg/ecode/code.go +++ b/pkg/ecode/code.go @@ -253,4 +253,11 @@ ServiceFollowupSetErr = 3500004 // 璁剧疆鏈嶅姟璺熻繘澶辫触 ServiceFollowupUpdateErr = 3500005 // 鏇存柊鏈嶅姟璺熻繘澶辫触 ServiceFollowupDeleteErr = 3500006 // 鍒犻櫎鏈嶅姟璺熻繘澶辫触 + + CustomerServiceSheetExist = 3600001 // 瀹㈡湇鍗曞凡瀛樺湪 + CustomerServiceSheetNotExist = 3600002 // 瀹㈡湇鍗曚笉瀛樺湪 + CustomerServiceSheetListErr = 3600003 // 鑾峰彇瀹㈡湇鍗曞垪琛ㄥけ璐� + CustomerServiceSheetSetErr = 3600004 // 璁剧疆瀹㈡湇鍗曞け璐� + CustomerServiceSheetUpdateErr = 3600005 // 鏇存柊瀹㈡湇鍗曞け璐� + CustomerServiceSheetDeleteErr = 3600006 // 鍒犻櫎瀹㈡湇鍗曞け璐� ) -- Gitblit v1.8.0