| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiParam;
- import java.util.Date;
- import java.io.Serializable;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * AttJspwiu2024BaseParam
- *
- * @author lhc
- * @date 2024-3-4
- */
- public class AttJspwiu2024BaseParam extends PageParam implements Serializable {
- // ID
- @ApiParam(name = "ID")
- @ApiModelProperty(value = "ID", name = "id")
- private String id;
- // 单位名称
- @ApiParam(name = "单位名称")
- @ApiModelProperty(value = "单位名称", name = "name")
- private String name;
- // 法人
- @ApiParam(name = "法人")
- @ApiModelProperty(value = "法人", name = "leglPers")
- private String leglPers;
- // 行政区划编码
- @ApiParam(name = "行政区划编码")
- @ApiModelProperty(value = "行政区划编码", name = "adCode")
- private String adCode;
- // 行政区划
- @ApiParam(name = "行政区划")
- @ApiModelProperty(value = "行政区划", name = "adName")
- private String adName;
- // 统一社会信用代码
- @ApiParam(name = "统一社会信用代码")
- @ApiModelProperty(value = "统一社会信用代码", name = "idnt")
- private String idnt;
- // 单位地址
- @ApiParam(name = "单位地址")
- @ApiModelProperty(value = "单位地址", name = "busAddr")
- private String busAddr;
- // 所属行业
- @ApiParam(name = "所属行业")
- @ApiModelProperty(value = "所属行业", name = "industry")
- private String industry;
- // 行业代码
- @ApiParam(name = "行业代码")
- @ApiModelProperty(value = "行业代码", name = "industryCode")
- private String industryCode;
- // 主要产品
- @ApiParam(name = "主要产品")
- @ApiModelProperty(value = "主要产品", name = "majorProduct")
- private String majorProduct;
- // 取水用途
- @ApiParam(name = "取水用途")
- @ApiModelProperty(value = "取水用途", name = "waterIntake")
- private String waterIntake;
- // 联系人
- @ApiParam(name = "联系人")
- @ApiModelProperty(value = "联系人", name = "conPers")
- private String conPers;
- // 联系人电话
- @ApiParam(name = "联系人电话")
- @ApiModelProperty(value = "联系人电话", name = "conPersTel")
- private String conPersTel;
- // 经度
- @ApiParam(name = "经度")
- @ApiModelProperty(value = "经度", name = "centerX")
- private Double centerX;
- // 纬度
- @ApiParam(name = "纬度")
- @ApiModelProperty(value = "纬度", name = "centerY")
- private Double centerY;
- // 高德经度
- @ApiParam(name = "高德经度")
- @ApiModelProperty(value = "高德经度", name = "gdX")
- private Double gdX;
- // 高德纬度
- @ApiParam(name = "高德纬度")
- @ApiModelProperty(value = "高德纬度", name = "gdY")
- private Double gdY;
- // 记录人员ID
- @ApiParam(name = "记录人员ID")
- @ApiModelProperty(value = "记录人员ID", name = "persId")
- private String persId;
- // 创建时间
- @ApiParam(name = "创建时间")
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 最后修改时间
- @ApiParam(name = "最后修改时间")
- @ApiModelProperty(value = "最后修改时间", name = "uptm")
- private Date uptm;
- // 备注
- @ApiParam(name = "备注")
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- // 数据状态
- @ApiParam(name = "数据状态")
- @ApiModelProperty(value = "数据状态", name = "dataStat")
- private String dataStat;
- public AttJspwiu2024BaseParam() {
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getLeglPers() {
- return leglPers;
- }
- public void setLeglPers(String leglPers) {
- this.leglPers = leglPers;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getIdnt() {
- return idnt;
- }
- public void setIdnt(String idnt) {
- this.idnt = idnt;
- }
- public String getBusAddr() {
- return busAddr;
- }
- public void setBusAddr(String busAddr) {
- this.busAddr = busAddr;
- }
- public String getIndustry() {
- return industry;
- }
- public void setIndustry(String industry) {
- this.industry = industry;
- }
- public String getIndustryCode() {
- return industryCode;
- }
- public void setIndustryCode(String industryCode) {
- this.industryCode = industryCode;
- }
- public String getMajorProduct() {
- return majorProduct;
- }
- public void setMajorProduct(String majorProduct) {
- this.majorProduct = majorProduct;
- }
- public String getWaterIntake() {
- return waterIntake;
- }
- public void setWaterIntake(String waterIntake) {
- this.waterIntake = waterIntake;
- }
- public String getConPers() {
- return conPers;
- }
- public void setConPers(String conPers) {
- this.conPers = conPers;
- }
- public String getConPersTel() {
- return conPersTel;
- }
- public void setConPersTel(String conPersTel) {
- this.conPersTel = conPersTel;
- }
- public Double getCenterX() {
- return centerX;
- }
- public void setCenterX(Double centerX) {
- this.centerX = centerX;
- }
- public Double getCenterY() {
- return centerY;
- }
- public void setCenterY(Double centerY) {
- this.centerY = centerY;
- }
- public Double getGdX() {
- return gdX;
- }
- public void setGdX(Double gdX) {
- this.gdX = gdX;
- }
- public Double getGdY() {
- return gdY;
- }
- public void setGdY(Double gdY) {
- this.gdY = gdY;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- public Date getIntm() {
- return intm;
- }
- public void setIntm(Date intm) {
- this.intm = intm;
- }
- public Date getUptm() {
- return uptm;
- }
- public void setUptm(Date uptm) {
- this.uptm = uptm;
- }
- public String getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- }
|