LuoTong
2024-04-23 c117566dc2cf16fb8caa7b3928abe1c42a0b841a
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;
@@ -52,4 +52,6 @@
    @ExcelProperty(value = "小区(组)", index = 9)
    private Integer userSum;
    private Date createAt;
    private String address;
}