add
wangpengfei
2023-07-21 624d15a1baedef4b872dfea64331532c9ef31b4e
pkg/ecode/code.go
@@ -376,4 +376,11 @@
   QuotationStatusSetErr    = 5500004 // 设置报价单状态失败
   QuotationStatusUpdateErr = 5500005 // 更新报价单状态失败
)
   CurrencyExist     = 5000001 // 币种已存在
   CurrencyNotExist  = 5000002 // 币种不存在
   CurrencyListErr   = 5000003 // 获取币种列表失败
   CurrencySetErr    = 5000004 // 设置币种失败
   CurrencyUpdateErr = 5000005 // 更新币种失败
)