add
wangpengfei
2023-07-12 5d2b172ae64789fc371afa8eb14a3ef2c0ba90ab
pkg/ecode/code.go
@@ -218,4 +218,18 @@
   SalesRefundSetErr    = 3000004 // 设置销售退款单失败
   SalesRefundUpdateErr = 3000005 // 更新销售退款单失败
   SalesRefundDeleteErr = 3000006 // 删除销售退款单失败
   ContractExist     = 3100001 // 合同已存在
   ContractNotExist  = 3100002 // 合同不存在
   ContractListErr   = 3100003 // 获取合同列表失败
   ContractSetErr    = 3100004 // 设置合同失败
   ContractUpdateErr = 3100005 // 更新合同失败
   ContractDeleteErr = 3100006 // 删除合同失败
   PlanExist     = 3200001 // 计划已存在
   PlanNotExist  = 3200002 // 计划不存在
   PlanListErr   = 3200003 // 获取计划列表失败
   PlanSetErr    = 3200004 // 设置计划失败
   PlanUpdateErr = 3200005 // 更新计划失败
   PlanDeleteErr = 3200006 // 删除计划失败
)