xuhy
2025-04-03 df1d9db9ee62cd95633739738bcc980194ab9ec1
ruoyi-system/src/main/java/com/ruoyi/system/model/TBill.java
@@ -76,6 +76,10 @@
    @TableField("contract_id")
    private String contractId;
    @ApiModelProperty(value = "营运部门ID")
    @TableField("business_dept_id")
    private String businessDeptId;
    @ApiModelProperty(value = "合同编号")
    @TableField("contract_number")
    private String contractNumber;
@@ -98,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;