package cn.com.goldenwater.dcproj.model; import java.io.Serializable; import io.swagger.annotations.ApiModelProperty; import cn.com.goldenwater.core.model.BaseBean; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; /** * entity:AttGrwBaseCrrct * * @author zhengdafei * @date 2019-4-8 */ @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"}) public class AttGrwBaseCrrct extends BaseBean implements Serializable { private static final long serialVersionUID = 1L; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String dtmmdpr; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String pbprj; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String adnm; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String aqme; //最后修改时间 @ApiModelProperty(value = "最后修改时间(长度:7,可为空:Y)", notes = "最后修改时间") private String uptm; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String bwsttp; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String isart; @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "") private Double lgtd; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String mnun; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String stel; @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "") private Double grdlvl; @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "") private String calym; @ApiModelProperty(value = "(长度:512,可为空:Y)", notes = "") private String stlc; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String onun; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String dtmnm; //修改人ID @ApiModelProperty(value = "修改人ID(长度:50,可为空:Y)", notes = "修改人ID") private String edtrPesr; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String adcd; @ApiModelProperty(value = "(长度:4,000,可为空:Y)", notes = "") private String note; @ApiModelProperty(value = "(长度:100,可为空:Y)", notes = "") private String stnm; @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "") private String intm; @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "") private Double stndpnt; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String burcn; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String sttp; @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "") private String esstym; @ApiModelProperty(value = "(长度:32,可为空:Y,默认值:sys_guid())", notes = "") private String crrctId; @ApiModelProperty(value = "(长度:20,可为空:N)", notes = "", required = true) private String stcd; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String ostcd; @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "") private Double spghgh; //审核状态 @ApiModelProperty(value = "审核状态(长度:1,可为空:Y,默认值:0)", notes = "审核状态") private String chkState; @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "") private Double welldep; @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "") private Double lttdPc; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String rvnm; @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "") private Double lttd; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String esstyr; @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "") private Double lgtdPc; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String prtc; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String gogunt; @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "") private String wsttp; @ApiModelProperty(value = "数据来源", notes = "数据来源") private String src; public String getSrc() { return src; } public void setSrc(String src) { this.src = src; } public AttGrwBaseCrrct() { } public String getDtmmdpr() { return dtmmdpr; } public void setDtmmdpr(String dtmmdpr) { this.dtmmdpr = dtmmdpr; } public String getPbprj() { return pbprj; } public void setPbprj(String pbprj) { this.pbprj = pbprj; } public String getAdnm() { return adnm; } public void setAdnm(String adnm) { this.adnm = adnm; } public String getAqme() { return aqme; } public void setAqme(String aqme) { this.aqme = aqme; } public String getUptm() { return uptm; } public void setUptm(String uptm) { this.uptm = uptm; } public String getBwsttp() { return bwsttp; } public void setBwsttp(String bwsttp) { this.bwsttp = bwsttp; } public String getIsart() { return isart; } public void setIsart(String isart) { this.isart = isart; } public Double getLgtd() { return lgtd; } public void setLgtd(Double lgtd) { this.lgtd = lgtd; } public String getMnun() { return mnun; } public void setMnun(String mnun) { this.mnun = mnun; } public String getStel() { return stel; } public void setStel(String stel) { this.stel = stel; } public Double getGrdlvl() { return grdlvl; } public void setGrdlvl(Double grdlvl) { this.grdlvl = grdlvl; } public String getCalym() { return calym; } public void setCalym(String calym) { this.calym = calym; } public String getStlc() { return stlc; } public void setStlc(String stlc) { this.stlc = stlc; } public String getOnun() { return onun; } public void setOnun(String onun) { this.onun = onun; } public String getDtmnm() { return dtmnm; } public void setDtmnm(String dtmnm) { this.dtmnm = dtmnm; } public String getEdtrPesr() { return edtrPesr; } public void setEdtrPesr(String edtrPesr) { this.edtrPesr = edtrPesr; } public String getAdcd() { return adcd; } public void setAdcd(String adcd) { this.adcd = adcd; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } public String getStnm() { return stnm; } public void setStnm(String stnm) { this.stnm = stnm; } public String getIntm() { return intm; } public void setIntm(String intm) { this.intm = intm; } public Double getStndpnt() { return stndpnt; } public void setStndpnt(Double stndpnt) { this.stndpnt = stndpnt; } public String getBurcn() { return burcn; } public void setBurcn(String burcn) { this.burcn = burcn; } public String getSttp() { return sttp; } public void setSttp(String sttp) { this.sttp = sttp; } public String getEsstym() { return esstym; } public void setEsstym(String esstym) { this.esstym = esstym; } public String getCrrctId() { return crrctId; } public void setCrrctId(String crrctId) { this.crrctId = crrctId; } public String getStcd() { return stcd; } public void setStcd(String stcd) { this.stcd = stcd; } public String getOstcd() { return ostcd; } public void setOstcd(String ostcd) { this.ostcd = ostcd; } public Double getSpghgh() { return spghgh; } public void setSpghgh(Double spghgh) { this.spghgh = spghgh; } public String getChkState() { return chkState; } public void setChkState(String chkState) { this.chkState = chkState; } public Double getWelldep() { return welldep; } public void setWelldep(Double welldep) { this.welldep = welldep; } public Double getLttdPc() { return lttdPc; } public void setLttdPc(Double lttdPc) { this.lttdPc = lttdPc; } public String getRvnm() { return rvnm; } public void setRvnm(String rvnm) { this.rvnm = rvnm; } public Double getLttd() { return lttd; } public void setLttd(Double lttd) { this.lttd = lttd; } public String getEsstyr() { return esstyr; } public void setEsstyr(String esstyr) { this.esstyr = esstyr; } public Double getLgtdPc() { return lgtdPc; } public void setLgtdPc(Double lgtdPc) { this.lgtdPc = lgtdPc; } public String getPrtc() { return prtc; } public void setPrtc(String prtc) { this.prtc = prtc; } public String getGogunt() { return gogunt; } public void setGogunt(String gogunt) { this.gogunt = gogunt; } public String getWsttp() { return wsttp; } public void setWsttp(String wsttp) { this.wsttp = wsttp; } @Override public String toString() { return "AttGrwBaseCrrct [" + "dtmmdpr=" + dtmmdpr + ", pbprj=" + pbprj + ", adnm=" + adnm + ", aqme=" + aqme + ", uptm=" + uptm + ", bwsttp=" + bwsttp + ", isart=" + isart + ", lgtd=" + lgtd + ", mnun=" + mnun + ", stel=" + stel + ", grdlvl=" + grdlvl + ", calym=" + calym + ", stlc=" + stlc + ", onun=" + onun + ", dtmnm=" + dtmnm + ", edtrPesr=" + edtrPesr + ", adcd=" + adcd + ", note=" + note + ", stnm=" + stnm + ", intm=" + intm + ", stndpnt=" + stndpnt + ", burcn=" + burcn + ", sttp=" + sttp + ", esstym=" + esstym + ", crrctId=" + crrctId + ", stcd=" + stcd + ", ostcd=" + ostcd + ", spghgh=" + spghgh + ", chkState=" + chkState + ", welldep=" + welldep + ", lttdPc=" + lttdPc + ", rvnm=" + rvnm + ", lttd=" + lttd + ", esstyr=" + esstyr + ", lgtdPc=" + lgtdPc + ", prtc=" + prtc + ", gogunt=" + gogunt + ", wsttp=" + wsttp + "]"; } }