package cn.com.goldenwater.dcproj.param; import cn.com.goldenwater.core.param.PageParam; import io.swagger.annotations.ApiParam; import java.io.Serializable; /** * WrSwsBParam * * @author zhengdafei * @date 2019-3-3 */ public class WrSwsBParam extends PageParam implements Serializable { private Double lgtd; private Double lttd; private Double lgtdpc; private Double lttdpc; private String swsCd; private String swsNm; private String swsTp; private Double watA; private String wqGoal; private String consCond; private String putProdTm; private String runCond; private String wsCond; private String wsObj; private Double dywsPp; private Double dywsW; private Double ddwsW; private String whsManCd; private String whsApprCd; private String emCd; private String ts; private String nt; private String monG; private Long repPer; private String isuse; private Double firProA; private Double secProA; private Double norProA; private String isEmg; private String adCode; public String getAdCode() { return adCode; } public void setAdCode(String adCode) { this.adCode = adCode; } public WrSwsBParam() { } public Double getLgtd() { return lgtd; } public void setLgtd(Double lgtd) { this.lgtd = lgtd; } public Double getLttd() { return lttd; } public void setLttd(Double lttd) { this.lttd = lttd; } public Double getLgtdpc() { return lgtdpc; } public void setLgtdpc(Double lgtdpc) { this.lgtdpc = lgtdpc; } public Double getLttdpc() { return lttdpc; } public void setLttdpc(Double lttdpc) { this.lttdpc = lttdpc; } public String getSwsCd() { return swsCd; } public void setSwsCd(String swsCd) { this.swsCd = swsCd; } public String getSwsNm() { return swsNm; } public void setSwsNm(String swsNm) { this.swsNm = swsNm; } public String getSwsTp() { return swsTp; } public void setSwsTp(String swsTp) { this.swsTp = swsTp; } public Double getWatA() { return watA; } public void setWatA(Double watA) { this.watA = watA; } public String getWqGoal() { return wqGoal; } public void setWqGoal(String wqGoal) { this.wqGoal = wqGoal; } public String getConsCond() { return consCond; } public void setConsCond(String consCond) { this.consCond = consCond; } public String getPutProdTm() { return putProdTm; } public void setPutProdTm(String putProdTm) { this.putProdTm = putProdTm; } public String getRunCond() { return runCond; } public void setRunCond(String runCond) { this.runCond = runCond; } public String getWsCond() { return wsCond; } public void setWsCond(String wsCond) { this.wsCond = wsCond; } public String getWsObj() { return wsObj; } public void setWsObj(String wsObj) { this.wsObj = wsObj; } public Double getDywsPp() { return dywsPp; } public void setDywsPp(Double dywsPp) { this.dywsPp = dywsPp; } public Double getDywsW() { return dywsW; } public void setDywsW(Double dywsW) { this.dywsW = dywsW; } public Double getDdwsW() { return ddwsW; } public void setDdwsW(Double ddwsW) { this.ddwsW = ddwsW; } public String getWhsManCd() { return whsManCd; } public void setWhsManCd(String whsManCd) { this.whsManCd = whsManCd; } public String getWhsApprCd() { return whsApprCd; } public void setWhsApprCd(String whsApprCd) { this.whsApprCd = whsApprCd; } public String getEmCd() { return emCd; } public void setEmCd(String emCd) { this.emCd = emCd; } public String getTs() { return ts; } public void setTs(String ts) { this.ts = ts; } public String getNt() { return nt; } public void setNt(String nt) { this.nt = nt; } public String getMonG() { return monG; } public void setMonG(String monG) { this.monG = monG; } public Long getRepPer() { return repPer; } public void setRepPer(Long repPer) { this.repPer = repPer; } public String getIsuse() { return isuse; } public void setIsuse(String isuse) { this.isuse = isuse; } public Double getFirProA() { return firProA; } public void setFirProA(Double firProA) { this.firProA = firProA; } public Double getSecProA() { return secProA; } public void setSecProA(Double secProA) { this.secProA = secProA; } public Double getNorProA() { return norProA; } public void setNorProA(Double norProA) { this.norProA = norProA; } public String getIsEmg() { return isEmg; } public void setIsEmg(String isEmg) { this.isEmg = isEmg; } }