新增 CRM-数据权限 service

This commit is contained in:
puhui999
2023-10-30 11:17:43 +08:00
parent bec8a27a21
commit 19c9b6ae93
9 changed files with 298 additions and 0 deletions

View File

@ -41,4 +41,7 @@ public interface ErrorCodeConstants {
// ========== 客户管理 1_020_006_000 ==========
ErrorCode CUSTOMER_NOT_EXISTS = new ErrorCode(1_020_006_000, "客户不存在");
// ========== 客户管理 1_020_007_000 ==========
ErrorCode CRM_PERMISSION_NOT_EXISTS = new ErrorCode(1_020_007_000, "数据权限不存在");
}