xuhy
2025-02-10 c9743d30317ed0aaa70a2f6f3649915051ea59b8
ruoyi-system/src/main/java/com/ruoyi/system/model/TBill.java
@@ -49,13 +49,13 @@
    private BigDecimal payableFeesMoney;
    @ApiModelProperty(value = "应缴费日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @TableField("payable_fees_time")
    private LocalDateTime payableFeesTime;
    @ApiModelProperty(value = "缴费状态 1=未缴费 2=待确认 3=已缴费 4=已逾期")
    @ApiModelProperty(value = "缴费状态 1=未缴费 2=待确认 3=已缴费 4=已逾期 5= 已失效")
    @TableField("pay_fees_status")
    private Integer payFeesStatus;
    private String payFeesStatus;
    @ApiModelProperty(value = "缴费金额")
    @TableField("pay_fees_money")
@@ -72,7 +72,7 @@
    @ApiModelProperty(value = "账单类型 1=租金 2=押金 3=生活费用")
    @TableField("bill_type")
    private Integer billType;
    private String billType;
    @ApiModelProperty(value = "逾期天数")
    @TableField("over_days")