From 32ae12002f89b089cb96849950759d2378d1729a Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 11:00:52 +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 c895394..3ad6c13 100644 --- a/pkg/ecode/code.go +++ b/pkg/ecode/code.go @@ -232,4 +232,11 @@ PlanSetErr = 3200004 // 璁剧疆璁″垝澶辫触 PlanUpdateErr = 3200005 // 鏇存柊璁″垝澶辫触 PlanDeleteErr = 3200006 // 鍒犻櫎璁″垝澶辫触 + + SContractExist = 3300001 // 鏈嶅姟鍚堝悓宸插瓨鍦� + SContractNotExist = 3300002 // 鏈嶅姟鍚堝悓涓嶅瓨鍦� + SContractListErr = 3300003 // 鑾峰彇鏈嶅姟鍚堝悓鍒楄〃澶辫触 + SContractSetErr = 3300004 // 璁剧疆鏈嶅姟鍚堝悓澶辫触 + SContractUpdateErr = 3300005 // 鏇存柊鏈嶅姟鍚堝悓澶辫触 + SContractDeleteErr = 3300006 // 鍒犻櫎鏈嶅姟鍚堝悓澶辫触 ) -- Gitblit v1.8.0