CRM: 完善跟进,新增跟进信息处理器 handler 接口✔

This commit is contained in:
puhui999
2024-01-17 12:00:51 +08:00
parent 9819e05d4e
commit ff9cef6a92
27 changed files with 581 additions and 73 deletions

View File

@ -84,5 +84,6 @@ public interface ErrorCodeConstants {
// ========== 跟进记录 1_020_013_000 ==========
ErrorCode FOLLOW_UP_RECORD_NOT_EXISTS = new ErrorCode(1_020_013_000, "跟进记录不存在");
ErrorCode FOLLOW_UP_RECORD_DELETE_DENIED = new ErrorCode(1_020_013_001, "删除跟进记录失败,原因:没有权限");
}