add
wangpengfei
2023-07-13 642b32ac1e86f596a0348ba230d3ba6822832e96
pkg/ecode/code.go
@@ -247,4 +247,10 @@
   OrderManageUpdateErr = 3400005 // 更新订单管理失败
   OrderManageDeleteErr = 3400006 // 删除订单管理失败
   ServiceFollowupExist     = 3500001 // 服务跟进已存在
   ServiceFollowupNotExist  = 3500002 // 服务跟进不存在
   ServiceFollowupListErr   = 3500003 // 获取服务跟进列表失败
   ServiceFollowupSetErr    = 3500004 // 设置服务跟进失败
   ServiceFollowupUpdateErr = 3500005 // 更新服务跟进失败
   ServiceFollowupDeleteErr = 3500006 // 删除服务跟进失败
)