fix: 分账自动完结数据库字段不存在

This commit is contained in:
DaxPay
2025-02-06 15:28:58 +08:00
parent 2314816a92
commit b32fbdef40
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ public class AllocConfig extends MchAppBaseEntity implements ToResult<AllocConfi
/** 是否自动分账 */
private Boolean autoAlloc;
/** 自动完结 */
/** 是否自动完结 */
private Boolean autoFinish;
/** 分账起始额 */