xuhy
2025-02-11 41ebfbaa7362f93ccb0fe3109cf5492cfdc0d80a
ruoyi-system/src/main/java/com/ruoyi/system/model/TContract.java
@@ -52,6 +52,10 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("end_time")
    private LocalDateTime endTime;
    @ApiModelProperty(value = "开始计费事件")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("start_pay_time")
    private LocalDateTime startPayTime;
    @ApiModelProperty(value = "每月租金")
    @TableField("month_rent")
@@ -65,7 +69,7 @@
    @TableField("pay_type")
    private String payType;
    @ApiModelProperty(value = "第一次支付日期")
    @ApiModelProperty(value = "账单第一次支付日期 合同生效日期+10天 (不是真正的支付日期)生成第一次帐单后存值")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("first_pay_time")
    private LocalDateTime firstPayTime;
@@ -76,7 +80,7 @@
    @ApiModelProperty(value = "押金是否随租金递增递减 true=是 false=否")
    @TableField("isIncreasing_deposit")
    private Boolean isincreasingDeposit;
    private Boolean isIncreasingDeposit;
    @ApiModelProperty(value = "违约金比例")
    @TableField("proportion")