xuhy
2025-07-23 fadc9e200210538358029467a58db8e8c2632091
ruoyi-system/src/main/java/com/ruoyi/system/export/YcFinancialManagementExport.java
@@ -21,7 +21,7 @@
    @Excel(name = "城市",width = 30)
    private String provinceAndCityName;
    @Excel(name = "收入/支出",width = 30, replace = {"1_收入","2_支出"})
    @Excel(name = "收入/支出",width = 30, replace = {"收入_1","支出_2"})
    private Integer revenueType;
    @Excel(name = "收入/支出类型",width = 30)