| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- /**
- * entity:AttEngCws
- *
- * @author lune
- * @date 2019-2-19
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class AttEngCws extends BaseBean implements Serializable {
- private String projGuid;
- private String stat;
- private String cwsCode;
- private Double cenLong;
- private Double cenLat;
- private String cwsLoc;
- private String adGuid;
- private String engType;
- private String wintWsType;
- private String wasuType;
- private Long desWasuScal;
- private Double desWasuPop;
- private String engScal;
- private String watePuri;
- private String note;
- private Date collTime;
- private Date updTime;
- private String recPers;
- private String engReinForceGuid;
- private String guid;
- private String pGuid;
- private String engName;
- private String engGuid;
- private String impoGrad;
- private Double apprBudg;
- private Date startDate;
- private Date compDate;
- private String engStat;
- private String orgGuid;
- private String oflpCode;
- private String ifReinForce;
- public AttEngCws() {
- }
- public String getProjGuid() {
- return projGuid;
- }
- public void setProjGuid(String projGuid) {
- this.projGuid = projGuid;
- }
- public String getStat() {
- return stat;
- }
- public void setStat(String stat) {
- this.stat = stat;
- }
- public String getCwsCode() {
- return cwsCode;
- }
- public void setCwsCode(String cwsCode) {
- this.cwsCode = cwsCode;
- }
- public Double getCenLong() {
- return cenLong;
- }
- public void setCenLong(Double cenLong) {
- this.cenLong = cenLong;
- }
- public Double getCenLat() {
- return cenLat;
- }
- public void setCenLat(Double cenLat) {
- this.cenLat = cenLat;
- }
- public String getCwsLoc() {
- return cwsLoc;
- }
- public void setCwsLoc(String cwsLoc) {
- this.cwsLoc = cwsLoc;
- }
- public String getAdGuid() {
- return adGuid;
- }
- public void setAdGuid(String adGuid) {
- this.adGuid = adGuid;
- }
- public String getEngType() {
- return engType;
- }
- public void setEngType(String engType) {
- this.engType = engType;
- }
- public String getWintWsType() {
- return wintWsType;
- }
- public void setWintWsType(String wintWsType) {
- this.wintWsType = wintWsType;
- }
- public String getWasuType() {
- return wasuType;
- }
- public void setWasuType(String wasuType) {
- this.wasuType = wasuType;
- }
- public Long getDesWasuScal() {
- return desWasuScal;
- }
- public void setDesWasuScal(Long desWasuScal) {
- this.desWasuScal = desWasuScal;
- }
- public Double getDesWasuPop() {
- return desWasuPop;
- }
- public void setDesWasuPop(Double desWasuPop) {
- this.desWasuPop = desWasuPop;
- }
- public String getEngScal() {
- return engScal;
- }
- public void setEngScal(String engScal) {
- this.engScal = engScal;
- }
- public String getWatePuri() {
- return watePuri;
- }
- public void setWatePuri(String watePuri) {
- this.watePuri = watePuri;
- }
- public String getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public Date getCollTime() {
- return collTime;
- }
- public void setCollTime(Date collTime) {
- this.collTime = collTime;
- }
- public Date getUpdTime() {
- return updTime;
- }
- public void setUpdTime(Date updTime) {
- this.updTime = updTime;
- }
- public String getRecPers() {
- return recPers;
- }
- public void setRecPers(String recPers) {
- this.recPers = recPers;
- }
- public String getEngReinForceGuid() {
- return engReinForceGuid;
- }
- public void setEngReinForceGuid(String engReinForceGuid) {
- this.engReinForceGuid = engReinForceGuid;
- }
- public String getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- public String getPGuid() {
- return pGuid;
- }
- public void setPGuid(String pGuid) {
- this.pGuid = pGuid;
- }
- public String getEngName() {
- return engName;
- }
- public void setEngName(String engName) {
- this.engName = engName;
- }
- public String getEngGuid() {
- return engGuid;
- }
- public void setEngGuid(String engGuid) {
- this.engGuid = engGuid;
- }
- public String getImpoGrad() {
- return impoGrad;
- }
- public void setImpoGrad(String impoGrad) {
- this.impoGrad = impoGrad;
- }
- public Double getApprBudg() {
- return apprBudg;
- }
- public void setApprBudg(Double apprBudg) {
- this.apprBudg = apprBudg;
- }
- 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 String getEngStat() {
- return engStat;
- }
- public void setEngStat(String engStat) {
- this.engStat = engStat;
- }
- public String getOrgGuid() {
- return orgGuid;
- }
- public void setOrgGuid(String orgGuid) {
- this.orgGuid = orgGuid;
- }
- public String getOflpCode() {
- return oflpCode;
- }
- public void setOflpCode(String oflpCode) {
- this.oflpCode = oflpCode;
- }
- public String getIfReinForce() {
- return ifReinForce;
- }
- public void setIfReinForce(String ifReinForce) {
- this.ifReinForce = ifReinForce;
- }
- @Override
- public String toString() {
- return "AttEngCws [" + "projGuid=" + projGuid + ", stat=" + stat + ", cwsCode=" + cwsCode + ", cenLong=" + cenLong + ", cenLat=" + cenLat + ", cwsLoc=" + cwsLoc + ", adGuid=" + adGuid + ", engType=" + engType + ", wintWsType=" + wintWsType + ", wasuType=" + wasuType + ", desWasuScal=" + desWasuScal + ", desWasuPop=" + desWasuPop + ", engScal=" + engScal + ", watePuri=" + watePuri + ", note=" + note + ", collTime=" + collTime + ", updTime=" + updTime + ", recPers=" + recPers + ", engReinForceGuid=" + engReinForceGuid + ", guid=" + guid + ", pGuid=" + pGuid + ", engName=" + engName + ", engGuid=" + engGuid + ", impoGrad=" + impoGrad + ", apprBudg=" + apprBudg + ", startDate=" + startDate + ", compDate=" + compDate + ", engStat=" + engStat + ", orgGuid=" + orgGuid + ", oflpCode=" + oflpCode + ", ifReinForce=" + ifReinForce + "]";
- }
- }
|