From 823296cc595b3167c31a6257352c136568d0aaaf Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:43:20 +0800 Subject: [PATCH] add --- pkg/ecode/code.go | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pkg/ecode/code.go b/pkg/ecode/code.go index 0a058bd..c2efed0 100644 --- a/pkg/ecode/code.go +++ b/pkg/ecode/code.go @@ -340,11 +340,16 @@ ServiceContractTypeSetErr = 4900004 // 璁剧疆鏈嶅姟鍚堝悓绫诲瀷澶辫触 ServiceContractTypeUpdateErr = 4900005 // 鏇存柊鏈嶅姟鍚堝悓绫诲瀷澶辫触 - RefundMethodExist = 5000001 // 閫�娆炬柟寮忓凡瀛樺湪 RefundMethodNotExist = 5000002 // 閫�娆炬柟寮忎笉瀛樺湪 RefundMethodListErr = 5000003 // 鑾峰彇閫�娆炬柟寮忓垪琛ㄥけ璐� RefundMethodSetErr = 5000004 // 璁剧疆閫�娆炬柟寮忓け璐� RefundMethodUpdateErr = 5000005 // 鏇存柊閫�娆炬柟寮忓け璐� -) \ No newline at end of file + IsInvoiceExist = 5100001 // 鏄惁寮�绁ㄥ凡瀛樺湪 + IsInvoiceNotExist = 5100002 // 鏄惁寮�绁ㄤ笉瀛樺湪 + IsInvoiceListErr = 5100003 // 鑾峰彇鏄惁寮�绁ㄥ垪琛ㄥけ璐� + IsInvoiceSetErr = 5100004 // 璁剧疆鏄惁寮�绁ㄥけ璐� + IsInvoiceUpdateErr = 5100005 // 鏇存柊鏄惁寮�绁ㄥけ璐� + +) -- Gitblit v1.8.0