| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- 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;
- }
- }
|