fix bug
This commit is contained in:
+2
@@ -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 = "备注")
|
||||
|
||||
Reference in New Issue
Block a user