| 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:AttEngSd
- *
- * @author lune
- * @date 2019-2-19
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class AttEngSd extends BaseBean implements Serializable {
- private String guid;
- private String pGuid;
- private String engName;
- private String impoGrad;
- private Double apprBudg;
- private Date startDate;
- private Date compDate;
- private String engStat;
- private String orgGuid;
- private String oflpCode;
- private String ifReinForce;
- private String projGuid;
- private String stat;
- private String sdCode;
- private String engGuid;
- private Double cenLong;
- private Double cenLat;
- private String sdLoc;
- private String adGuid;
- private Double conArea;
- private Double totCap;
- private Double warpCap;
- private Double sdSizeLen;
- private Double sdSizeHig;
- private String engScal;
- private Long desFlSta;
- private String note;
- private Date collTime;
- private Date updTime;
- private String recPers;
- private String engReinForceGuid;
- public AttEngSd() {
- }
- 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 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;
- }
- 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 getSdCode() {
- return sdCode;
- }
- public void setSdCode(String sdCode) {
- this.sdCode = sdCode;
- }
- public String getEngGuid() {
- return engGuid;
- }
- public void setEngGuid(String engGuid) {
- this.engGuid = engGuid;
- }
- 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 getSdLoc() {
- return sdLoc;
- }
- public void setSdLoc(String sdLoc) {
- this.sdLoc = sdLoc;
- }
- public String getAdGuid() {
- return adGuid;
- }
- public void setAdGuid(String adGuid) {
- this.adGuid = adGuid;
- }
- public Double getConArea() {
- return conArea;
- }
- public void setConArea(Double conArea) {
- this.conArea = conArea;
- }
- public Double getTotCap() {
- return totCap;
- }
- public void setTotCap(Double totCap) {
- this.totCap = totCap;
- }
- public Double getWarpCap() {
- return warpCap;
- }
- public void setWarpCap(Double warpCap) {
- this.warpCap = warpCap;
- }
- public Double getSdSizeLen() {
- return sdSizeLen;
- }
- public void setSdSizeLen(Double sdSizeLen) {
- this.sdSizeLen = sdSizeLen;
- }
- public Double getSdSizeHig() {
- return sdSizeHig;
- }
- public void setSdSizeHig(Double sdSizeHig) {
- this.sdSizeHig = sdSizeHig;
- }
- public String getEngScal() {
- return engScal;
- }
- public void setEngScal(String engScal) {
- this.engScal = engScal;
- }
- public Long getDesFlSta() {
- return desFlSta;
- }
- public void setDesFlSta(Long desFlSta) {
- this.desFlSta = desFlSta;
- }
- 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;
- }
- @Override
- public String toString() {
- return "AttEngSd [" + "guid=" + guid + ", pGuid=" + pGuid + ", engName=" + engName + ", impoGrad=" + impoGrad + ", apprBudg=" + apprBudg + ", startDate=" + startDate + ", compDate=" + compDate + ", engStat=" + engStat + ", orgGuid=" + orgGuid + ", oflpCode=" + oflpCode + ", ifReinForce=" + ifReinForce + ", projGuid=" + projGuid + ", stat=" + stat + ", sdCode=" + sdCode + ", engGuid=" + engGuid + ", cenLong=" + cenLong + ", cenLat=" + cenLat + ", sdLoc=" + sdLoc + ", adGuid=" + adGuid + ", conArea=" + conArea + ", totCap=" + totCap + ", warpCap=" + warpCap + ", sdSizeLen=" + sdSizeLen + ", sdSizeHig=" + sdSizeHig + ", engScal=" + engScal + ", desFlSta=" + desFlSta + ", note=" + note + ", collTime=" + collTime + ", updTime=" + updTime + ", recPers=" + recPers + ", engReinForceGuid=" + engReinForceGuid + "]";
- }
- }
|