【新增】回款管理 功能

This commit is contained in:
liuhongfeng
2023-10-20 22:16:34 +08:00
parent 439edcd1be
commit 73f4fc8ceb
21 changed files with 1249 additions and 4 deletions

View File

@ -15,4 +15,6 @@ public interface ErrorCodeConstants {
// TODO @wanwan要单独一个分段噢
ErrorCode CLUE_NOT_EXISTS = new ErrorCode(1_020_000_001, "线索不存在");
ErrorCode RECEIVABLE_NOT_EXISTS = new ErrorCode(1_030_000_001, "回款管理不存在");
}