This commit is contained in:
2026-08-25 16:15:19 +08:00
parent b8c210fb6b
commit 4e1a162660
27 changed files with 236 additions and 82 deletions
@@ -122,9 +122,11 @@ public class CustomerArchive extends TenantEntity {
private String customerLevel;
@Schema(description = "最大资金使用额度(万元)")
@TableField(updateStrategy = FieldStrategy.ALWAYS)
private BigDecimal maxCreditLimit;
@Schema(description = "申请总资金使用额度(万元)")
@TableField(updateStrategy = FieldStrategy.ALWAYS)
private BigDecimal applyCreditLimit;
@Schema(description = "备注")