feat: CRM 客户公海配置

This commit is contained in:
Wanwan
2023-11-09 00:01:43 +08:00
parent 9abff2c7ad
commit 2915b46fa5
2 changed files with 13 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public interface ErrorCodeConstants {
// ========== 客户管理 1_020_006_000 ==========
ErrorCode CUSTOMER_NOT_EXISTS = new ErrorCode(1_020_006_000, "客户不存在");
ErrorCode CUSTOMER_POOL_CONFIG_ERROR = new ErrorCode(1_020_006_001, "客户公海规则设置不正确");
// ========== 权限管理 1_020_007_000 ==========
ErrorCode CRM_PERMISSION_NOT_EXISTS = new ErrorCode(1_020_007_000, "数据权限不存在");