feat: 客户表的 crud

This commit is contained in:
Wanwan
2023-10-25 00:25:00 +08:00
parent 55f9e0131c
commit 04613af0cd
20 changed files with 989 additions and 7 deletions

View File

@ -26,4 +26,7 @@ public interface ErrorCodeConstants {
ErrorCode RECEIVABLE_PLAN_NOT_EXISTS = new ErrorCode(1_040_000_001, "回款计划不存在");
// ========== 客户管理 1_020_006_000 ==========
ErrorCode CUSTOMER_NOT_EXISTS = new ErrorCode(1_020_006_000, "客户不存在");
}