xuhy
2025-04-07 09f98d8509fb22db2edcc18bdafc0c7ab7c3baa1
ruoyi-system/src/main/java/com/ruoyi/system/model/TBillDetail.java
@@ -57,4 +57,8 @@
    @TableField("total_amount")
    private BigDecimal totalAmount;
    @ApiModelProperty(value = "费用类型 1=水费 2=电费")
    @TableField("live_type")
    private Integer liveType;
}