5d829c3beacd8a7e02e19f0e6a394b701b8952fc.svn-base 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.io.Serializable;
  5. /**
  6. * AttAdXBaseParam
  7. *
  8. * @author zhengdafei
  9. * @date 2019-3-2
  10. */
  11. public class AttAdXBaseParam extends PageParam implements Serializable {
  12. // 是否贫困
  13. @ApiParam(name = "是否贫困")
  14. private String isPoveryt;
  15. // 数据来源
  16. @ApiParam(name = "数据来源")
  17. private String src;
  18. // 备注
  19. @ApiParam(name = "备注")
  20. private String remark;
  21. private Double lgtd;
  22. private Double lttd;
  23. private Double lgtdpc;
  24. private Double lttdpc;
  25. private String guid;
  26. private String adCode;
  27. private String adName;
  28. private Double lowLeftLong;
  29. private Double lowLeftLat;
  30. private Double upRightLong;
  31. private Double upRightLat;
  32. private String upAdName;
  33. private String adGrad;
  34. private String adAbbrName;
  35. private String adStat;
  36. private Double adArea;
  37. private String adFullName;
  38. private String note;
  39. private String effDate;
  40. private String exprDate;
  41. private Double adStatLong;
  42. private Double adStatLat;
  43. private String domainCode;
  44. private String adSign;
  45. private String modifierPeople;
  46. private String updDate;
  47. private String isReport; //
  48. private String adFcode; //父级编码
  49. public AttAdXBaseParam() {
  50. }
  51. public String getIsPoveryt() {
  52. return isPoveryt;
  53. }
  54. public void setIsPoveryt(String isPoveryt) {
  55. this.isPoveryt = isPoveryt;
  56. }
  57. public String getSrc() {
  58. return src;
  59. }
  60. public void setSrc(String src) {
  61. this.src = src;
  62. }
  63. public String getRemark() {
  64. return remark;
  65. }
  66. public void setRemark(String remark) {
  67. this.remark = remark;
  68. }
  69. public Double getLgtd() {
  70. return lgtd;
  71. }
  72. public void setLgtd(Double lgtd) {
  73. this.lgtd = lgtd;
  74. }
  75. public Double getLttd() {
  76. return lttd;
  77. }
  78. public void setLttd(Double lttd) {
  79. this.lttd = lttd;
  80. }
  81. public Double getLgtdpc() {
  82. return lgtdpc;
  83. }
  84. public void setLgtdpc(Double lgtdpc) {
  85. this.lgtdpc = lgtdpc;
  86. }
  87. public Double getLttdpc() {
  88. return lttdpc;
  89. }
  90. public void setLttdpc(Double lttdpc) {
  91. this.lttdpc = lttdpc;
  92. }
  93. public String getGuid() {
  94. return guid;
  95. }
  96. public void setGuid(String guid) {
  97. this.guid = guid;
  98. }
  99. public String getAdCode() {
  100. return adCode;
  101. }
  102. public void setAdCode(String adCode) {
  103. this.adCode = adCode;
  104. }
  105. public String getAdName() {
  106. return adName;
  107. }
  108. public void setAdName(String adName) {
  109. this.adName = adName;
  110. }
  111. public Double getLowLeftLong() {
  112. return lowLeftLong;
  113. }
  114. public void setLowLeftLong(Double lowLeftLong) {
  115. this.lowLeftLong = lowLeftLong;
  116. }
  117. public Double getLowLeftLat() {
  118. return lowLeftLat;
  119. }
  120. public void setLowLeftLat(Double lowLeftLat) {
  121. this.lowLeftLat = lowLeftLat;
  122. }
  123. public Double getUpRightLong() {
  124. return upRightLong;
  125. }
  126. public void setUpRightLong(Double upRightLong) {
  127. this.upRightLong = upRightLong;
  128. }
  129. public Double getUpRightLat() {
  130. return upRightLat;
  131. }
  132. public void setUpRightLat(Double upRightLat) {
  133. this.upRightLat = upRightLat;
  134. }
  135. public String getUpAdName() {
  136. return upAdName;
  137. }
  138. public void setUpAdName(String upAdName) {
  139. this.upAdName = upAdName;
  140. }
  141. public String getAdGrad() {
  142. return adGrad;
  143. }
  144. public void setAdGrad(String adGrad) {
  145. this.adGrad = adGrad;
  146. }
  147. public String getAdAbbrName() {
  148. return adAbbrName;
  149. }
  150. public void setAdAbbrName(String adAbbrName) {
  151. this.adAbbrName = adAbbrName;
  152. }
  153. public String getAdStat() {
  154. return adStat;
  155. }
  156. public void setAdStat(String adStat) {
  157. this.adStat = adStat;
  158. }
  159. public Double getAdArea() {
  160. return adArea;
  161. }
  162. public void setAdArea(Double adArea) {
  163. this.adArea = adArea;
  164. }
  165. public String getAdFullName() {
  166. return adFullName;
  167. }
  168. public void setAdFullName(String adFullName) {
  169. this.adFullName = adFullName;
  170. }
  171. public String getNote() {
  172. return note;
  173. }
  174. public void setNote(String note) {
  175. this.note = note;
  176. }
  177. public String getEffDate() {
  178. return effDate;
  179. }
  180. public void setEffDate(String effDate) {
  181. this.effDate = effDate;
  182. }
  183. public String getExprDate() {
  184. return exprDate;
  185. }
  186. public void setExprDate(String exprDate) {
  187. this.exprDate = exprDate;
  188. }
  189. public Double getAdStatLong() {
  190. return adStatLong;
  191. }
  192. public void setAdStatLong(Double adStatLong) {
  193. this.adStatLong = adStatLong;
  194. }
  195. public Double getAdStatLat() {
  196. return adStatLat;
  197. }
  198. public void setAdStatLat(Double adStatLat) {
  199. this.adStatLat = adStatLat;
  200. }
  201. public String getDomainCode() {
  202. return domainCode;
  203. }
  204. public void setDomainCode(String domainCode) {
  205. this.domainCode = domainCode;
  206. }
  207. public String getAdSign() {
  208. return adSign;
  209. }
  210. public void setAdSign(String adSign) {
  211. this.adSign = adSign;
  212. }
  213. public String getModifierPeople() {
  214. return modifierPeople;
  215. }
  216. public void setModifierPeople(String modifierPeople) {
  217. this.modifierPeople = modifierPeople;
  218. }
  219. public String getUpdDate() {
  220. return updDate;
  221. }
  222. public void setUpdDate(String updDate) {
  223. this.updDate = updDate;
  224. }
  225. public String getIsReport() {
  226. return isReport;
  227. }
  228. public void setIsReport(String isReport) {
  229. this.isReport = isReport;
  230. }
  231. public String getAdFcode() {
  232. return adFcode;
  233. }
  234. public void setAdFcode(String adFcode) {
  235. this.adFcode = adFcode;
  236. }
  237. }