| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import io.swagger.annotations.ApiModelProperty;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- /**
- * entity:AttJskejianEcofrdBase
- *
- * @author lune
- * @date 2019-12-18
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class AttJskejianEcofrdBase extends BaseBean implements Serializable {
- @ApiModelProperty("PC纬度")
- private Double centerY;
- @ApiModelProperty("高德经度")
- private Double gdX;
- @ApiModelProperty("高德纬度")
- private Double gdY;
- @ApiModelProperty("举报内容")
- private String reportContent;
- @ApiModelProperty("涉及业务")
- private String biz;
- @ApiModelProperty("主办单位")
- private String hostUnit;
- @ApiModelProperty("协办单位")
- private String sptUnit;
- @ApiModelProperty("调查核实情况")
- private String invstVfctn;
- @ApiModelProperty("处理和整改情况")
- private String trtmtRctftn;
- @ApiModelProperty("研判意见")
- private String opinion;
- @ApiModelProperty("初拟跟踪处室")
- private String office;
- @ApiModelProperty("是否办结(1:是;2:否)")
- private String isOver;
- @ApiModelProperty("创建人")
- private String persId;
- @ApiModelProperty("创建时间")
- private Date intm;
- @ApiModelProperty("修改时间")
- private Date uptm;
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("受理编号")
- private String accepNum;
- @ApiModelProperty("交办编号")
- private String assignNum;
- @ApiModelProperty("行政区编码")
- private String adCode;
- @ApiModelProperty("行政区名称")
- private String adName;
- @ApiModelProperty("所在详细位置")
- private String location;
- @ApiModelProperty("PC经度")
- private Double centerX;
- public AttJskejianEcofrdBase() {
- }
- 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 getReportContent() {
- return reportContent;
- }
- public void setReportContent(String reportContent) {
- this.reportContent = reportContent;
- }
- public String getBiz() {
- return biz;
- }
- public void setBiz(String biz) {
- this.biz = biz;
- }
- public String getHostUnit() {
- return hostUnit;
- }
- public void setHostUnit(String hostUnit) {
- this.hostUnit = hostUnit;
- }
- public String getSptUnit() {
- return sptUnit;
- }
- public void setSptUnit(String sptUnit) {
- this.sptUnit = sptUnit;
- }
- public String getInvstVfctn() {
- return invstVfctn;
- }
- public void setInvstVfctn(String invstVfctn) {
- this.invstVfctn = invstVfctn;
- }
- public String getTrtmtRctftn() {
- return trtmtRctftn;
- }
- public void setTrtmtRctftn(String trtmtRctftn) {
- this.trtmtRctftn = trtmtRctftn;
- }
- public String getOpinion() {
- return opinion;
- }
- public void setOpinion(String opinion) {
- this.opinion = opinion;
- }
- public String getOffice() {
- return office;
- }
- public void setOffice(String office) {
- this.office = office;
- }
- public String getIsOver() {
- return isOver;
- }
- public void setIsOver(String isOver) {
- this.isOver = isOver;
- }
- 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 getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getAccepNum() {
- return accepNum;
- }
- public void setAccepNum(String accepNum) {
- this.accepNum = accepNum;
- }
- public String getAssignNum() {
- return assignNum;
- }
- public void setAssignNum(String assignNum) {
- this.assignNum = assignNum;
- }
- 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 getCenterX() {
- return centerX;
- }
- public void setCenterX(Double centerX) {
- this.centerX = centerX;
- }
- @Override
- public String toString() {
- return "AttJskejianEcofrdBase [" + "centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", reportContent=" + reportContent + ", biz=" + biz + ", hostUnit=" + hostUnit + ", sptUnit=" + sptUnit + ", invstVfctn=" + invstVfctn + ", trtmtRctftn=" + trtmtRctftn + ", opinion=" + opinion + ", office=" + office + ", isOver=" + isOver + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", id=" + id + ", accepNum=" + accepNum + ", assignNum=" + assignNum + ", adCode=" + adCode + ", adName=" + adName + ", location=" + location + ", centerX=" + centerX + "]";
- }
- }
|