CRM: 新增跟进记录

This commit is contained in:
puhui999
2024-01-10 21:09:08 +08:00
parent ba103d6e86
commit 19fa65b0c3
10 changed files with 392 additions and 1 deletions

View File

@ -79,4 +79,7 @@ public interface ErrorCodeConstants {
// ========== 客户公海规则设置 1_020_012_000 ==========
ErrorCode CUSTOMER_LIMIT_CONFIG_NOT_EXISTS = new ErrorCode(1_020_012_000, "客户限制配置不存在");
// ========== 跟进记录 1_020_013_000 ==========
ErrorCode FOLLOW_UP_RECORD_NOT_EXISTS = new ErrorCode(1_020_013_000, "跟进记录不存在");
}