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