package cn.com.goldenwater.dcproj.model; import cn.com.goldenwater.core.model.BaseBean; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; /** * entity:AttIrrBase * * @author lune * @date 2020-4-30 */ @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"}) public class AttIrrBase extends BaseBean implements Serializable { @ApiModelProperty("分组id") private String groupId; @ApiModelProperty("分组名") private String groupName; @ApiModelProperty("ID") private String id; @ApiModelProperty("灌区代码") private String irrCode; @ApiModelProperty("灌区名称") private String irrName; @ApiModelProperty("行政区代码") private String adCode; @ApiModelProperty("行政区名称") private String adName; @ApiModelProperty("位置") private String location; @ApiModelProperty("高德经度") private Double centerXGd; @ApiModelProperty("高德纬度") private Double centerYGd; @ApiModelProperty("左下角经度") private Double lowLeftLong; @ApiModelProperty("左下角纬度") private Double lowLeftLat; @ApiModelProperty("右上角经度") private Double upRightLong; @ApiModelProperty("右上角纬度") private Double upRightLat; @ApiModelProperty("数据来源") private String src; @ApiModelProperty("灌区的范围信息") private String irrRang; @ApiModelProperty(" 总灌溉面积 亩") private Long totIrrArea; @ApiModelProperty("有效灌溉面积 亩") private Long effIrrArea; @ApiModelProperty("设计灌溉面积 亩") private Long desIrrArea; @ApiModelProperty("工程建设情况 0未建 1在建 2已建") private String engStat; @ApiModelProperty("运行状况 1在用良好(工程处于良好运行)2在用故障(工程带故障运行)3停用(工程已废弃、或其他原因停用) ") private String runStat; @ApiModelProperty("灌区工程规模 1 大型 2 中型 3 小型 9 其他 ") private String irrEngScal; @ApiModelProperty("开工时间") private Date startDate; @ApiModelProperty("建成时间") private Date compDate; @ApiModelProperty("创建时间") private Date intm; @ApiModelProperty("更新时间") private Date uptm; @ApiModelProperty("数据状态(0:正常;9:删除)") private String dataStat; @ApiModelProperty("填报状态") private String state; @ApiModelProperty("PC经度") private Double centerX; @ApiModelProperty("PC纬度") private Double centerY; @ApiModelProperty("高德经度") private Double gdX; @ApiModelProperty("高德纬度") private Double gdY; private String loc; @Override public String getGroupId() { return groupId; } @Override public void setGroupId(String groupId) { this.groupId = groupId; } public String getGroupName() { return groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getLoc() { return loc; } public void setLoc(String loc) { this.loc = loc; } 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 AttIrrBase() { } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getIrrCode() { return irrCode; } public void setIrrCode(String irrCode) { this.irrCode = irrCode; } public String getIrrName() { return irrName; } public void setIrrName(String irrName) { this.irrName = irrName; } 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 getLocation() { return location; } public void setLocation(String location) { this.location = location; } public Double getCenterXGd() { return centerXGd; } public void setCenterXGd(Double centerXGd) { this.centerXGd = centerXGd; } public Double getCenterYGd() { return centerYGd; } public void setCenterYGd(Double centerYGd) { this.centerYGd = centerYGd; } 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 getLowLeftLong() { return lowLeftLong; } public void setLowLeftLong(Double lowLeftLong) { this.lowLeftLong = lowLeftLong; } public Double getLowLeftLat() { return lowLeftLat; } public void setLowLeftLat(Double lowLeftLat) { this.lowLeftLat = lowLeftLat; } public Double getUpRightLong() { return upRightLong; } public void setUpRightLong(Double upRightLong) { this.upRightLong = upRightLong; } public Double getUpRightLat() { return upRightLat; } public void setUpRightLat(Double upRightLat) { this.upRightLat = upRightLat; } public String getSrc() { return src; } public void setSrc(String src) { this.src = src; } public String getIrrRang() { return irrRang; } public void setIrrRang(String irrRang) { this.irrRang = irrRang; } public Long getTotIrrArea() { return totIrrArea; } public void setTotIrrArea(Long totIrrArea) { this.totIrrArea = totIrrArea; } public Long getEffIrrArea() { return effIrrArea; } public void setEffIrrArea(Long effIrrArea) { this.effIrrArea = effIrrArea; } public Long getDesIrrArea() { return desIrrArea; } public void setDesIrrArea(Long desIrrArea) { this.desIrrArea = desIrrArea; } public String getEngStat() { return engStat; } public void setEngStat(String engStat) { this.engStat = engStat; } public String getRunStat() { return runStat; } public void setRunStat(String runStat) { this.runStat = runStat; } public String getIrrEngScal() { return irrEngScal; } public void setIrrEngScal(String irrEngScal) { this.irrEngScal = irrEngScal; } public Date getStartDate() { return startDate; } public void setStartDate(Date startDate) { this.startDate = startDate; } public Date getCompDate() { return compDate; } public void setCompDate(Date compDate) { this.compDate = compDate; } 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 getDataStat() { return dataStat; } public void setDataStat(String dataStat) { this.dataStat = dataStat; } public String getState() { return state; } public void setState(String state) { this.state = state; } @Override public String toString() { return "AttIrrBase [" + "id=" + id + ", irrCode=" + irrCode + ", irrName=" + irrName + ", adCode=" + adCode + ", adName=" + adName + ", location=" + location + ", centerXGd=" + centerXGd + ", centerYGd=" + centerYGd + ", centerX=" + centerX + ", centerY=" + centerY + ", lowLeftLong=" + lowLeftLong + ", lowLeftLat=" + lowLeftLat + ", upRightLong=" + upRightLong + ", upRightLat=" + upRightLat + ", src=" + src + ", irrRang=" + irrRang + ", totIrrArea=" + totIrrArea + ", effIrrArea=" + effIrrArea + ", desIrrArea=" + desIrrArea + ", engStat=" + engStat + ", runStat=" + runStat + ", irrEngScal=" + irrEngScal + ", startDate=" + startDate + ", compDate=" + compDate + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + "]"; } }