package cn.com.goldenwater.dcproj.param; import cn.com.goldenwater.core.param.PageParam; import io.swagger.annotations.ApiParam; import java.util.Date; import java.io.Serializable; /** * AttEngOtheParam * * @author lune * @date 2019-2-19 */ public class AttEngOtheParam extends PageParam implements Serializable { 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; private String projGuid; private String stat; private String objCode; private Double cenLong; private Double cenLat; private String engLoc; private String adGuid; private String custom1; private String custom2; private String custom3; private String custom4; private String custom5; private String custom6; private String note; private Date collTime; private Date updTime; private String recPers; private String engReinForceGuid; public AttEngOtheParam() { } 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; } 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 getObjCode() { return objCode; } public void setObjCode(String objCode) { this.objCode = objCode; } 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 getEngLoc() { return engLoc; } public void setEngLoc(String engLoc) { this.engLoc = engLoc; } public String getAdGuid() { return adGuid; } public void setAdGuid(String adGuid) { this.adGuid = adGuid; } public String getCustom1() { return custom1; } public void setCustom1(String custom1) { this.custom1 = custom1; } public String getCustom2() { return custom2; } public void setCustom2(String custom2) { this.custom2 = custom2; } public String getCustom3() { return custom3; } public void setCustom3(String custom3) { this.custom3 = custom3; } public String getCustom4() { return custom4; } public void setCustom4(String custom4) { this.custom4 = custom4; } public String getCustom5() { return custom5; } public void setCustom5(String custom5) { this.custom5 = custom5; } public String getCustom6() { return custom6; } public void setCustom6(String custom6) { this.custom6 = custom6; } 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; } }