File was renamed from ycl-common/src/main/java/com/ycl/entity/platform/zf/EnforcelawReport.java |
| | |
| | | package com.ycl.entity.platform.zf; |
| | | package com.ycl.entity.zf; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @TableName("ums_enforcelaw_report") |
| | | public class EnforcelawReport implements Serializable { |
| | | @TableName("ums_enforce_law_report") |
| | | public class EnforceLawReport implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | /** |
| | | * 违法/违建信息来源,字典项 |
| | | */ |
| | | @TableField("infoResoure") |
| | | private String infoResoure; |
| | | @TableField("info_resource") |
| | | private String infoResource; |
| | | |
| | | /** |
| | | * 受理人 |
| | |
| | | /** |
| | | * 问题类型 |
| | | */ |
| | | @TableField("problemTypes") |
| | | @TableField("problem_types") |
| | | private String problemTypes; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("county") |
| | | private String county; |
| | | |
| | | /** |
| | | * 所属街道 |
| | | */ |
| | |
| | | /** |
| | | * 事发地址 |
| | | */ |
| | | @TableField("afAddr") |
| | | private String afAddr; |
| | | @TableField("address") |
| | | private String address; |
| | | |
| | | /** |
| | | * 举报人 |
| | |
| | | /** |
| | | * 问题描述 |
| | | */ |
| | | @TableField("problemDesc") |
| | | @TableField("problem_desc") |
| | | private String problemDesc; |
| | | |
| | | /** |
| | | * 执法人 |
| | | */ |
| | | @TableField("lawOfficer") |
| | | @TableField("law_officer") |
| | | private String lawOfficer; |
| | | |
| | | /** |
| | | * 当事人姓名 |
| | | */ |
| | | @TableField("partiesName") |
| | | @TableField("parties_name") |
| | | @ExcelProperty(value = "当事人姓名",index = 0) |
| | | private String partiesName; |
| | | |
| | | /** |
| | | * 当事人身份证号码 |
| | | */ |
| | | @TableField("partiesID") |
| | | @TableField("parties_id_card") |
| | | @ExcelProperty(value = "当事人身份证号码",index = 1) |
| | | private String partiesID; |
| | | |
| | | /** |
| | | * 当事人联系电话 |
| | | */ |
| | | @TableField("partiesPhone") |
| | | @TableField("parties_phone") |
| | | @ExcelProperty(value = "当事人联系电话",index = 2) |
| | | private String partiesPhone; |
| | | |
| | | /** |
| | | * 身份证正面照片 |
| | | */ |
| | | @TableField("idPositiveImage") |
| | | private String idPositiveImage; |
| | | @TableField("id_card_positive") |
| | | private String idCardPositive; |
| | | |
| | | /** |
| | | * 身份证反面照片 |
| | | */ |
| | | @TableField("idNegativeImage") |
| | | private String idNegativeImage; |
| | | @TableField("id_card_negative") |
| | | private String idCardNegative; |
| | | |
| | | /** |
| | | * 违建具体位置 |
| | | */ |
| | | @TableField("illegalBuildLocation") |
| | | @TableField("illegal_build_location") |
| | | private String illegalBuildLocation; |
| | | |
| | | /** |
| | | * 违法建设长(米) |
| | | */ |
| | | @TableField("illegalBuildLength") |
| | | @TableField("illegal_build_length") |
| | | private BigDecimal illegalBuildLength; |
| | | |
| | | /** |
| | | * 违法建设宽(米) |
| | | */ |
| | | @TableField("illegalBuildWidth") |
| | | @TableField("illegal_build_width") |
| | | private BigDecimal illegalBuildWidth; |
| | | |
| | | /** |
| | | * 违法建设高(米) |
| | | */ |
| | | @TableField("illegalBuildHigh") |
| | | private BigDecimal illegalBuildHigh; |
| | | @TableField("illegal_build_height") |
| | | private BigDecimal illegalBuildHeight; |
| | | |
| | | /** |
| | | * 违法建筑材料 |
| | | */ |
| | | @TableField("illegalBuildMaterials") |
| | | @TableField("illegal_build_materials") |
| | | private String illegalBuildMaterials; |
| | | |
| | | /** |
| | | * 上传附件(违法照片) |
| | | */ |
| | | @TableField("illegalPhotos") |
| | | @TableField("illegal_photos") |
| | | private String illegalPhotos; |
| | | |
| | | /** |
| | | * 整改后照片 |
| | | */ |
| | | @TableField("rectifidPhotos") |
| | | private String rectifidPhotos; |
| | | @TableField("rectification_photos") |
| | | private String rectificationPhotos; |
| | | |
| | | /** |
| | | * 上传附件 |
| | |
| | | /** |
| | | * 处置备注信息 |
| | | */ |
| | | @TableField("disposeRemark") |
| | | @TableField("dispose_remark") |
| | | private String disposeRemark; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | @TableField("cTime") |
| | | private LocalDateTime cTime; |
| | | @TableField("create_time") |
| | | private LocalDateTime createTime; |
| | | |
| | | /** |
| | | * 所属社区 |