add
wangpengfei
2023-07-20 aab89dff18f597d4cdd10c73b9ad8c3c14d82d28
pkg/ecode/code.go
@@ -253,4 +253,55 @@
   ServiceFollowupSetErr    = 3500004 // 设置服务跟进失败
   ServiceFollowupUpdateErr = 3500005 // 更新服务跟进失败
   ServiceFollowupDeleteErr = 3500006 // 删除服务跟进失败
   CustomerServiceSheetExist     = 3600001 // 客服单已存在
   CustomerServiceSheetNotExist  = 3600002 // 客服单不存在
   CustomerServiceSheetListErr   = 3600003 // 获取客服单列表失败
   CustomerServiceSheetSetErr    = 3600004 // 设置客服单失败
   CustomerServiceSheetUpdateErr = 3600005 // 更新客服单失败
   CustomerServiceSheetDeleteErr = 3600006 // 删除客服单失败
   ServiceFeeManageExist     = 3700001 // 服务费管理已存在
   ServiceFeeManageNotExist  = 3700002 // 服务费管理不存在
   ServiceFeeManageListErr   = 3700003 // 获取服务费管理列表失败
   ServiceFeeManageSetErr    = 3700004 // 设置服务费管理失败
   ServiceFeeManageUpdateErr = 3700005 // 更新服务费管理失败
   ServiceFeeManageDeleteErr = 3700006 // 删除服务费管理失败
   RoleExist      = 3800001 // 角色已存在
   RoleNotExist   = 3800002 // 角色不存在
   RoleListErr    = 3800003 // 获取角色列表失败
   RoleSetErr     = 3800004 // 设置角色失败
   RoleUpdateErr  = 3800005 // 更新角色失败
   RoleDeleteErr  = 3800006 // 删除角色失败
   RoleDeleteErr1 = 3800007 // 该角色下存在用户,无法删除
   MenuListErr         = 3900001 // 获取菜单列表失败
   SetMenuAuthorityErr = 3900002 // 设置菜单权限失败
   DepartmentExist      = 4000001 // 部门已存在
   DepartmentNotExist   = 4000002 // 部门不存在
   DepartmentListErr    = 4000003 // 获取部门列表失败
   DepartmentSetErr     = 4000004 // 设置部门失败
   DepartmentUpdateErr  = 4000005 // 更新部门失败
   DepartmentDeleteErr  = 4000006 // 删除部门失败
   DepartmentDeleteErr1 = 4000007 // 该部门下存在用户,无法删除
   VettingExist    = 4100001 // 审批已存在
   VettingNotExist = 4100002 // 审批不存在
   VettingListErr  = 4100003 // 获取审批列表失败
   VettingSetErr   = 4100004 // 设置审批失败
   SatisfactionExist     = 4200001 // 满意度已存在
   SatisfactionNotExist  = 4200002 // 满意度不存在
   SatisfactionListErr   = 4200003 // 获取满意度列表失败
   SatisfactionSetErr    = 4200004 // 设置满意度失败
   SatisfactionUpdateErr = 4200005 // 更新满意度失败
   TimelyRateExist     = 4300001 // 及时率已存在
   TimelyRateNotExist  = 4300002 // 及时率不存在
   TimelyRateListErr   = 4300003 // 获取及时率列表失败
   TimelyRateSetErr    = 4300004 // 设置及时率失败
   TimelyRateUpdateErr = 4300005 // 更新及时率失败
)