add
wangpengfei
2023-07-21 6c3cafb8e134685137c8a37f123f6aee18d63006
pkg/ecode/code.go
@@ -316,11 +316,16 @@
   IsVisitSetErr    = 4500004 // 设置服务人员是否来过失败
   IsVisitUpdateErr = 4500005 // 更新服务人员是否来过失败
   ReportSourceExist     = 4600001 // 报表来源已存在
   ReportSourceNotExist  = 4600002 // 报表来源不存在
   ReportSourceListErr   = 4600003 // 获取报表来源列表失败
   ReportSourceSetErr    = 4600004 // 设置报表来源失败
   ReportSourceUpdateErr = 4600005 // 更新报表来源失败
   ReportSourceExist     = 4400001 // 报表来源已存在
   ReportSourceNotExist  = 4400002 // 报表来源不存在
   ReportSourceListErr   = 4400003 // 获取报表来源列表失败
   ReportSourceSetErr    = 4400004 // 设置报表来源失败
   ReportSourceUpdateErr = 4400005 // 更新报表来源失败
   OrderTypeExist     = 4700001 // 工单类型已存在
   OrderTypeNotExist  = 4700002 // 工单类型不存在
   OrderTypeListErr   = 4700003 // 获取工单类型列表失败
   OrderTypeSetErr    = 4700004 // 设置工单类型失败
   OrderTypeUpdateErr = 4700005 // 更新工单类型失败
)
)