xuhy
2025-04-03 01e640e494e50448e9fac58fe34026bcf1fc2d4c
ruoyi-system/src/main/java/com/ruoyi/system/model/TBill.java
@@ -102,7 +102,7 @@
    private BigDecimal payFeesMoney;
    @ApiModelProperty(value = "缴费日期")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("pay_fees_time")
    private LocalDateTime payFeesTime;