| | |
| | | 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 // 更新及时率失败 |
| | | |
| | | ) |