101captain
2022-05-17 4b0fc642f33c05e6c31b959a7e6574b14c550237
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngVillageServeExcelVO.java
@@ -31,8 +31,8 @@
    /**
     * 小区类型(1.城镇 2.农村 3.未知)
     */
    @ExcelProperty(value = "小区(组)", index = 3)
    private Integer type;
    @ExcelProperty(value = "小区类型", index = 3)
    private String type;
    /** 如果是城镇小区填写楼栋数量 */
    @ExcelProperty(value = "小区(组)", index = 4)
    private Integer buildSum;