code review:crm 线索的 crud

This commit is contained in:
YunaiV
2023-10-19 23:15:18 +08:00
parent 48661f980c
commit 439edcd1be
6 changed files with 66 additions and 68 deletions

View File

@ -12,6 +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, "线索不存在");
}