pkg/ecode/code.go
@@ -395,4 +395,11 @@ AssignWrongId = 5700003 // 分配失败,分配对象为空 AssignWrongModelType = 5700004 // 分配失败,分配对象类型为空 CollectionProjectionExist = 5800001 // 收款预测已存在 CollectionProjectionNotExist = 5800002 // 收款预测不存在 CollectionProjectionListErr = 5800003 // 获取收款预测列表失败 CollectionProjectionSetErr = 5800004 // 设置收款预测失败 CollectionProjectionUpdateErr = 5800005 // 更新收款预测失败 ContactInformationListErr = 5900001 // 获取联系信息列表失败 )