【修改】回款计划-修改字段类型

【修改】修改回款计划-创建逻辑,添加客户的数据校验
This commit is contained in:
liuhongfeng
2023-10-29 18:00:34 +08:00
parent b0ddd522fb
commit 677e8ab2fc
8 changed files with 59 additions and 13 deletions

View File

@ -17,7 +17,7 @@ public enum AuditStatusEnum implements IntArrayValuable {
/**
* 审核通过
*/
AUDIT_FINISH(0, "审核通过"),
AUDIT_FINISH(1, "审核通过"),
/**
* 审核拒绝
*/