CRM-商机:新增商机转移接口

This commit is contained in:
puhui999
2023-10-29 02:04:26 +08:00
parent 36a76c5ce6
commit 722e9c8a04
13 changed files with 118 additions and 28 deletions

View File

@ -19,6 +19,8 @@ public interface ErrorCodeConstants {
// ========== 商机管理 1-020-002-000 ==========
ErrorCode BUSINESS_NOT_EXISTS = new ErrorCode(1_020_002_000, "商机不存在");
ErrorCode BUSINESS_TRANSFER_FAIL_PERMISSION_DENIED = new ErrorCode(1_020_002_001, "商机转移失败,原因:没有转移权限");
ErrorCode BUSINESS_TRANSFER_FAIL_OWNER_USER_NOT_EXISTS = new ErrorCode(1_020_002_002, "商机转移失败,原因:负责人不存在");
// TODO @lilleo商机状态、商机类型都单独错误码段