feat: [CRM-客户分析]增加[时间间隔]选项

This commit is contained in:
dhb52
2024-03-10 10:30:25 +08:00
parent ee2be79987
commit 4ac28603b8
4 changed files with 134 additions and 11 deletions

View File

@ -103,4 +103,7 @@ public interface ErrorCodeConstants {
ErrorCode FOLLOW_UP_RECORD_NOT_EXISTS = new ErrorCode(1_020_013_000, "跟进记录不存在");
ErrorCode FOLLOW_UP_RECORD_DELETE_DENIED = new ErrorCode(1_020_013_001, "删除跟进记录失败,原因:没有权限");
// ========== 数据统计 1_020_014_000 ==========
ErrorCode STATISTICS_CUSTOMER_TIMES_NOT_SET = new ErrorCode(1_020_014_000, "自定义时间间隔,必须输入时间区间");
}