| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import io.swagger.annotations.ApiParam;
- import java.io.Serializable;
- import java.util.List;
- /**
- * AttCwsBaseParam
- *
- * @author zhengdafei
- * @date 2019-3-14
- */
- public class AttCwsBaseParam extends PageParam implements Serializable {
- // 修改人ID
- @ApiParam(name = "修改人ID")
- private String edtrPesr;
- // 最后修改时间
- @ApiParam(name = "最后修改时间")
- private String uptm;
- private String engType;
- private String wasuType;
- private String wasuRang;
- private Double desWasuScal;
- private Double desWasuPop;
- private String engStat;
- private String startDate;
- private String compDate;
- private String note;
- private String effDate;
- private String exprDate;
- private String addvcd;
- // 高德经度
- @ApiParam(name = "高德经度")
- private Double centerXGd;
- // 高德纬度
- @ApiParam(name = "高德纬度")
- private Double centerYGd;
- private String guid;
- private String cwsCode;
- private String cwsName;
- private Double cwsLong;
- private Double cwsLat;
- private String cwsLoc;
- @ApiModelProperty(value = "建成年份YYYY,农饮新需求添加,前端可传此参数")
- private String compYear;
- /**
- * 是否省属 1是 2否
- */
- @ApiParam(
- name = "provincial",
- value = "是否省属:1是2否"
- )
- private String provincial;
- @ApiParam(
- name = "cwsCodes",
- value = "人饮编码:多个以英文半角逗号隔开"
- )
- private List<String> cwsCodes;
- public String getCompYear() {
- return compYear;
- }
- public void setCompYear(String compYear) {
- this.compYear = compYear;
- }
- public AttCwsBaseParam() {
- }
- public String getEdtrPesr() {
- return edtrPesr;
- }
- public void setEdtrPesr(String edtrPesr) {
- this.edtrPesr = edtrPesr;
- }
- public String getUptm() {
- return uptm;
- }
- public void setUptm(String uptm) {
- this.uptm = uptm;
- }
- public String getEngType() {
- return engType;
- }
- public void setEngType(String engType) {
- this.engType = engType;
- }
- public String getWasuType() {
- return wasuType;
- }
- public void setWasuType(String wasuType) {
- this.wasuType = wasuType;
- }
- public String getWasuRang() {
- return wasuRang;
- }
- public void setWasuRang(String wasuRang) {
- this.wasuRang = wasuRang;
- }
- public Double getDesWasuScal() {
- return desWasuScal;
- }
- public void setDesWasuScal(Double desWasuScal) {
- this.desWasuScal = desWasuScal;
- }
- public Double getDesWasuPop() {
- return desWasuPop;
- }
- public void setDesWasuPop(Double desWasuPop) {
- this.desWasuPop = desWasuPop;
- }
- public String getEngStat() {
- return engStat;
- }
- public void setEngStat(String engStat) {
- this.engStat = engStat;
- }
- public String getStartDate() {
- return startDate;
- }
- public void setStartDate(String startDate) {
- this.startDate = startDate;
- }
- public String getCompDate() {
- return compDate;
- }
- public void setCompDate(String compDate) {
- this.compDate = compDate;
- }
- public String getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getEffDate() {
- return effDate;
- }
- public void setEffDate(String effDate) {
- this.effDate = effDate;
- }
- public String getExprDate() {
- return exprDate;
- }
- public void setExprDate(String exprDate) {
- this.exprDate = exprDate;
- }
- public String getAddvcd() {
- return addvcd;
- }
- public void setAddvcd(String addvcd) {
- this.addvcd = addvcd;
- }
- public Double getCenterXGd() {
- return centerXGd;
- }
- public void setCenterXGd(Double centerXGd) {
- this.centerXGd = centerXGd;
- }
- public Double getCenterYGd() {
- return centerYGd;
- }
- public void setCenterYGd(Double centerYGd) {
- this.centerYGd = centerYGd;
- }
- public String getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- public String getCwsCode() {
- return cwsCode;
- }
- public void setCwsCode(String cwsCode) {
- this.cwsCode = cwsCode;
- }
- public String getCwsName() {
- return cwsName;
- }
- public void setCwsName(String cwsName) {
- this.cwsName = cwsName;
- }
- public Double getCwsLong() {
- return cwsLong;
- }
- public void setCwsLong(Double cwsLong) {
- this.cwsLong = cwsLong;
- }
- public Double getCwsLat() {
- return cwsLat;
- }
- public void setCwsLat(Double cwsLat) {
- this.cwsLat = cwsLat;
- }
- public String getCwsLoc() {
- return cwsLoc;
- }
- public void setCwsLoc(String cwsLoc) {
- this.cwsLoc = cwsLoc;
- }
- public String getProvincial() {
- return provincial;
- }
- public void setProvincial(String provincial) {
- this.provincial = provincial;
- }
- public List<String> getCwsCodes() {
- return cwsCodes;
- }
- public void setCwsCodes(List<String> cwsCodes) {
- this.cwsCodes = cwsCodes;
- }
- }
|