yupeng
2025-03-05 4788c0abe7193191b3ca024b0f5f8fed196294bd
ruoyi-system/src/main/java/com/ruoyi/system/model/TBill.java
@@ -67,7 +67,7 @@
    private BigDecimal payFeesMoney;
    @ApiModelProperty(value = "缴费日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @TableField("pay_fees_time")
    private LocalDateTime payFeesTime;
@@ -75,7 +75,7 @@
    @TableField("pay_fees_type")
    private Integer payFeesType;
    @ApiModelProperty(value = "账单类型 1=租金 2=押金 3=生活费用")
    @ApiModelProperty(value = "账单类型 1=租金 2=押金 3=生活费用 4=房屋验收")
    @TableField("bill_type")
    private String billType;