无关风月
2025-03-06 a5c03f435a1f108f38c6fa59ddf92365f13a680e
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;
}