feat: crm 线索表完善 review 提到的问题

This commit is contained in:
913752709@qq.com
2023-10-21 00:53:18 +08:00
parent 435d7dcfca
commit e4eeaa1d69
9 changed files with 96 additions and 89 deletions

View File

@ -12,7 +12,7 @@ public interface ErrorCodeConstants {
// ========== 合同管理 1-020-000-000 ==========
ErrorCode CONTRACT_NOT_EXISTS = new ErrorCode(1_020_000_000, "合同不存在");
// TODO @wanwan要单独一个分段噢
ErrorCode CLUE_NOT_EXISTS = new ErrorCode(1_020_000_001, "线索不存在");
// ========== 线索管理 1-020-001-000 ==========
ErrorCode CLUE_NOT_EXISTS = new ErrorCode(1_020_001_000, "线索不存在");
}