CRM:完善回款 plan 新增/修改

This commit is contained in:
YunaiV
2024-02-25 16:09:16 +08:00
parent ba47402a7f
commit 91c179029f
9 changed files with 83 additions and 49 deletions

View File

@ -41,7 +41,7 @@ public interface ErrorCodeConstants {
// ========== 回款计划 1-020-005-000 ==========
ErrorCode RECEIVABLE_PLAN_NOT_EXISTS = new ErrorCode(1_020_005_000, "回款计划不存在");
ErrorCode RECEIVABLE_PLAN_UPDATE_FAIL = new ErrorCode(1_020_006_000, "更想回款计划失败,原因:{}");
ErrorCode RECEIVABLE_PLAN_UPDATE_FAIL = new ErrorCode(1_020_006_000, "更想回款计划失败,原因:已经有对应的还款");
// ========== 客户管理 1_020_006_000 ==========
ErrorCode CUSTOMER_NOT_EXISTS = new ErrorCode(1_020_006_000, "客户不存在");