123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- package org.jeecg.modules.demo.hzz.sjcjrw.rmcjrk.entity;
- import java.io.Serializable;
- import java.io.UnsupportedEncodingException;
- import java.util.Date;
- import java.math.BigDecimal;
- import com.baomidou.mybatisplus.annotation.IdType;
- import com.baomidou.mybatisplus.annotation.TableId;
- import com.baomidou.mybatisplus.annotation.TableName;
- import lombok.Data;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import org.springframework.format.annotation.DateTimeFormat;
- import org.jeecgframework.poi.excel.annotation.Excel;
- import org.jeecg.common.aspect.annotation.Dict;
- import io.swagger.annotations.ApiModel;
- import io.swagger.annotations.ApiModelProperty;
- import lombok.EqualsAndHashCode;
- import lombok.experimental.Accessors;
- /**
- * @Description: 采集入库
- * @Author: jeecg-boot
- * @Date: 2022-04-20
- * @Version: V1.0
- */
- @Data
- @TableName("rm_cjrk")
- @Accessors(chain = true)
- @EqualsAndHashCode(callSuper = false)
- @ApiModel(value="rm_cjrk对象", description="采集入库")
- public class RmCjrk implements Serializable {
- private static final long serialVersionUID = 1L;
- /**主键*/
- @TableId(type = IdType.ASSIGN_ID)
- @ApiModelProperty(value = "主键")
- private String id;
- /**创建人*/
- @ApiModelProperty(value = "创建人")
- private String createBy;
- /**创建日期*/
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
- @ApiModelProperty(value = "创建日期")
- private Date createTime;
- /**更新人*/
- @ApiModelProperty(value = "更新人")
- private String updateBy;
- /**更新日期*/
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
- @ApiModelProperty(value = "更新日期")
- private Date updateTime;
- /**所属部门*/
- @ApiModelProperty(value = "所属部门")
- private String sysOrgCode;
- /**事项名称*/
- @Excel(name = "事项名称", width = 15)
- @ApiModelProperty(value = "事项名称")
- private String sxmc;
- /**位置描述*/
- @Excel(name = "位置描述", width = 15)
- @ApiModelProperty(value = "位置描述")
- private String wzms;
- /**事项类型*/
- @Excel(name = "事项类型", width = 15, dicCode = "sxlx")
- @Dict(dicCode = "sxlx")
- @ApiModelProperty(value = "事项类型")
- private String sxlx;
- /**活动状态*/
- @Excel(name = "活动状态", width = 15, dicCode = "hdzt")
- @Dict(dicCode = "hdzt")
- @ApiModelProperty(value = "活动状态")
- private String hdzt;
- /**活动开展单位或个人*/
- @Excel(name = "活动开展单位或个人", width = 15)
- @ApiModelProperty(value = "活动开展单位或个人")
- private String hdzkdwhgr;
- /**活动类型*/
- @Excel(name = "活动类型", width = 15, dicCode = "hdlx")
- @Dict(dicCode = "hdlx")
- @ApiModelProperty(value = "活动类型")
- private String hdlx;
- /**建设状态*/
- @Excel(name = "建设状态", width = 15, dicCode = "gcjsqk")
- @Dict(dicCode = "gcjsqk")
- @ApiModelProperty(value = "建设状态")
- private String jszt;
- /**建设单位*/
- @Excel(name = "建设单位", width = 15)
- @ApiModelProperty(value = "建设单位")
- private String jsdw;
- /**涉及河段*/
- @Excel(name = "涉及河段", width = 15, dicCode = "sjhd")
- @Dict(dicCode = "sjhd")
- @ApiModelProperty(value = "涉及河段")
- private String sjhd;
- /**河道监管责任单位*/
- @Excel(name = "河道监管责任单位", width = 15)
- @ApiModelProperty(value = "河道监管责任单位")
- private String hdjgzrdw;
- /**涉河类型*/
- @Excel(name = "涉河类型", width = 15, dicCode = "shlx")
- @Dict(dicCode = "shlx")
- @ApiModelProperty(value = "涉河类型")
- private String shlx;
- /**审批情况*/
- @Excel(name = "审批情况", width = 15)
- @ApiModelProperty(value = "审批情况")
- private String spqk;
- /**坐标采集经度*/
- @Excel(name = "坐标采集经度", width = 15)
- @ApiModelProperty(value = "坐标采集经度")
- private String zbcjjd;
- /**坐标采集纬度*/
- @Excel(name = "坐标采集纬度", width = 15)
- @ApiModelProperty(value = "坐标采集纬度")
- private String zbcjwd;
- /**占用河道岸线数据采集*/
- @Excel(name = "占用河道岸线数据采集", width = 15)
- @ApiModelProperty(value = "占用河道岸线数据采集")
- private String geoinfo;
- /**长度m*/
- @Excel(name = "长度m", width = 15)
- @ApiModelProperty(value = "长度m")
- private String cd;
- /**面积m²*/
- @Excel(name = "面积m²", width = 15)
- @ApiModelProperty(value = "面积m²")
- private String mj;
- /**现场情况描述*/
- @Excel(name = "现场情况描述", width = 15)
- @ApiModelProperty(value = "现场情况描述")
- private String xcqkms;
- /**备注*/
- @Excel(name = "备注", width = 15)
- @ApiModelProperty(value = "备注")
- private String bz;
- /**图片上传*/
- @Excel(name = "图片上传", width = 15)
- @ApiModelProperty(value = "图片上传")
- private String tpsc;
- /**省市区*/
- @Excel(name = "县市区", width = 15)
- @ApiModelProperty(value = "县市区")
- private String xsq;
- /**省市区编码*/
- @Excel(name = "省市区编码", width = 15)
- @ApiModelProperty(value = "省市区编码")
- private String xsqbm;
- /**行政区划*/
- @Excel(name = "行政区划", width = 15)
- @ApiModelProperty(value = "行政区划")
- private String xzqh;
- /**tbr*/
- @Excel(name = "tbr", width = 15)
- @ApiModelProperty(value = "tbr")
- private String tbr;
- }
|