add
wangpengfei
2023-07-21 993d3555339703c53ca14103d4d7899cde0d2e04
pkg/ecode/code.go
@@ -335,4 +335,11 @@
   ServiceContractStatusSetErr    = 4400004 // 设置服务合同状态失败
   ServiceContractStatusUpdateErr = 4400005 // 更新服务合同状态失败
   ServiceContractTypeExist     = 4400001 // 服务合同类型已存在
   ServiceContractTypeNotExist  = 4400002 // 服务合同类型不存在
   ServiceContractTypeListErr   = 4400003 // 获取服务合同类型列表失败
   ServiceContractTypeSetErr    = 4400004 // 设置服务合同类型失败
   ServiceContractTypeUpdateErr = 4400005 // 更新服务合同类型失败
)