add
wangpengfei
2023-07-10 f1fbbbf99f7fa820f51cb47aee4df7e7cf3df6f0
pkg/ecode/code.go
@@ -177,4 +177,10 @@
   StatusUpdateErr = 2400005 // 更新销售机会状态失败
   StatusDeleteErr = 2400006 // 删除销售机会状态失败
   QuotationExist     = 2500001 // 报价单已存在
   QuotationNotExist  = 2500002 // 报价单不存在
   QuotationListErr   = 2500003 // 获取报价单列表失败
   QuotationSetErr    = 2500004 // 设置报价单失败
   QuotationUpdateErr = 2500005 // 更新报价单失败
   QuotationDeleteErr = 2500006 // 删除报价单失败
)