| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiParam;
- import java.io.Serializable;
- /**
- * AttAdXBaseParam
- *
- * @author zhengdafei
- * @date 2019-3-2
- */
- public class AttAdXBaseParam extends PageParam implements Serializable {
- // 是否贫困
- @ApiParam(name = "是否贫困")
- private String isPoveryt;
- // 数据来源
- @ApiParam(name = "数据来源")
- private String src;
- // 备注
- @ApiParam(name = "备注")
- private String remark;
- private Double lgtd;
- private Double lttd;
- private Double lgtdpc;
- private Double lttdpc;
- private String guid;
- private String adCode;
- private String adName;
- private Double lowLeftLong;
- private Double lowLeftLat;
- private Double upRightLong;
- private Double upRightLat;
- private String upAdName;
- private String adGrad;
- private String adAbbrName;
- private String adStat;
- private Double adArea;
- private String adFullName;
- private String note;
- private String effDate;
- private String exprDate;
- private Double adStatLong;
- private Double adStatLat;
- private String domainCode;
- private String adSign;
- private String modifierPeople;
- private String updDate;
- private String isReport; //
- private String adFcode; //父级编码
- public AttAdXBaseParam() {
- }
- public String getIsPoveryt() {
- return isPoveryt;
- }
- public void setIsPoveryt(String isPoveryt) {
- this.isPoveryt = isPoveryt;
- }
- public String getSrc() {
- return src;
- }
- public void setSrc(String src) {
- this.src = src;
- }
- public String getRemark() {
- return remark;
- }
- public void setRemark(String remark) {
- this.remark = remark;
- }
- 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 getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public Double getLowLeftLong() {
- return lowLeftLong;
- }
- public void setLowLeftLong(Double lowLeftLong) {
- this.lowLeftLong = lowLeftLong;
- }
- public Double getLowLeftLat() {
- return lowLeftLat;
- }
- public void setLowLeftLat(Double lowLeftLat) {
- this.lowLeftLat = lowLeftLat;
- }
- public Double getUpRightLong() {
- return upRightLong;
- }
- public void setUpRightLong(Double upRightLong) {
- this.upRightLong = upRightLong;
- }
- public Double getUpRightLat() {
- return upRightLat;
- }
- public void setUpRightLat(Double upRightLat) {
- this.upRightLat = upRightLat;
- }
- public String getUpAdName() {
- return upAdName;
- }
- public void setUpAdName(String upAdName) {
- this.upAdName = upAdName;
- }
- public String getAdGrad() {
- return adGrad;
- }
- public void setAdGrad(String adGrad) {
- this.adGrad = adGrad;
- }
- public String getAdAbbrName() {
- return adAbbrName;
- }
- public void setAdAbbrName(String adAbbrName) {
- this.adAbbrName = adAbbrName;
- }
- public String getAdStat() {
- return adStat;
- }
- public void setAdStat(String adStat) {
- this.adStat = adStat;
- }
- public Double getAdArea() {
- return adArea;
- }
- public void setAdArea(Double adArea) {
- this.adArea = adArea;
- }
- public String getAdFullName() {
- return adFullName;
- }
- public void setAdFullName(String adFullName) {
- this.adFullName = adFullName;
- }
- 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 Double getAdStatLong() {
- return adStatLong;
- }
- public void setAdStatLong(Double adStatLong) {
- this.adStatLong = adStatLong;
- }
- public Double getAdStatLat() {
- return adStatLat;
- }
- public void setAdStatLat(Double adStatLat) {
- this.adStatLat = adStatLat;
- }
- public String getDomainCode() {
- return domainCode;
- }
- public void setDomainCode(String domainCode) {
- this.domainCode = domainCode;
- }
- public String getAdSign() {
- return adSign;
- }
- public void setAdSign(String adSign) {
- this.adSign = adSign;
- }
- public String getModifierPeople() {
- return modifierPeople;
- }
- public void setModifierPeople(String modifierPeople) {
- this.modifierPeople = modifierPeople;
- }
- public String getUpdDate() {
- return updDate;
- }
- public void setUpdDate(String updDate) {
- this.updDate = updDate;
- }
- public String getIsReport() {
- return isReport;
- }
- public void setIsReport(String isReport) {
- this.isReport = isReport;
- }
- public String getAdFcode() {
- return adFcode;
- }
- public void setAdFcode(String adFcode) {
- this.adFcode = adFcode;
- }
- }
|