935f0d81c31c3c7e23e393914afb1c429db0c1c5.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import java.util.Date;
  5. import java.io.Serializable;
  6. /**
  7. * AttSwhsBaseParam
  8. *
  9. * @author lune
  10. * @date 2019-6-3
  11. */
  12. public class AttSwhsBaseParam extends PageParam implements Serializable {
  13. // 主键id
  14. @ApiModelProperty("主键id")
  15. private String id;
  16. // 地表水水源地代码
  17. @ApiModelProperty("地表水水源地代码")
  18. private String swhsCode;
  19. // 地表水水源地名称
  20. @ApiModelProperty("地表水水源地名称")
  21. private String swhsName;
  22. // 地表水水源地经度
  23. @ApiModelProperty("地表水水源地经度")
  24. private Double swhsLong;
  25. // 地表水水源地纬度
  26. @ApiModelProperty("地表水水源地纬度")
  27. private Double swhsLat;
  28. // 地表水水源地所属行政区划编码
  29. @ApiModelProperty("地表水水源地所属行政区划编码")
  30. private String adCode;
  31. // 地表水水源地所在位置
  32. @ApiModelProperty("地表水水源地所在位置")
  33. private String swhsLoc;
  34. // 取水水源类型--水库 1湖泊 2河流 3其他 9
  35. @ApiModelProperty("取水水源类型--水库 1 湖泊 2 河流 3 其他 9 ")
  36. private String wainWasoType;
  37. // 水面面积km2
  38. @ApiModelProperty("水面面积km2")
  39. private Double watArea;
  40. // 取水口数量
  41. @ApiModelProperty("取水口数量")
  42. private Long wainNum;
  43. // 主要取水用途--城乡生活 1城镇生活 2乡村生活 3
  44. @ApiModelProperty("主要取水用途--城乡生活 1 城镇生活 2 乡村生活 3 ")
  45. private String wainUse;
  46. // 供水对象类型分为工业、生活、公共、混合等类型
  47. @ApiModelProperty("供水对象类型分为工业、生活、公共、混合等类型")
  48. private String wasuObjType;
  49. // 主要供水城镇名称1
  50. @ApiModelProperty("主要供水城镇名称1")
  51. private String wasuTownName;
  52. // 主要供水城镇名称2
  53. @ApiModelProperty("主要供水城镇名称2")
  54. private String wasuTownName2;
  55. // 主要供水城镇名称3
  56. @ApiModelProperty("主要供水城镇名称3")
  57. private String wasuTownName3;
  58. // 设计年取水量万m3
  59. @ApiModelProperty("设计年取水量万m3")
  60. private Double desAnnWain;
  61. // 设计年供水人口万人
  62. @ApiModelProperty("设计年供水人口万人")
  63. private Double desAnnWasuPop;
  64. // 投入运行年
  65. @ApiModelProperty("投入运行年")
  66. private String runYear;
  67. // 取水河流名称
  68. @ApiModelProperty("取水河流名称")
  69. private String wintRvName;
  70. // 取水湖泊名称
  71. @ApiModelProperty("取水湖泊名称")
  72. private String wintLakeName;
  73. // 取水水库名称
  74. @ApiModelProperty("取水水库名称")
  75. private String wintRsName;
  76. // 水质目标“1”表示Ⅰ类水质目标,“2”表示Ⅱ类水质目标,“3”表示Ⅲ类水质目标,“4”表示Ⅳ类水质目标,“5”表示Ⅴ类水质目标,“6”表示劣Ⅴ类水质目标。
  77. @ApiModelProperty("水质目标“1”表示Ⅰ类水质目标,“2”表示Ⅱ类水质目标,“3”表示Ⅲ类水质目标,“4”表示Ⅳ类水质目标,“5”表示Ⅴ类水质目标,“6”表示劣Ⅴ类水质目标。")
  78. private String waquGoal;
  79. // 水源地水质是否监测--1:是;2:否
  80. @ApiModelProperty("水源地水质是否监测--1:是;2:否")
  81. private String ifMonWqua;
  82. // 水源地现状-水质类别“1”表示Ⅰ类水质目标,“2”表示Ⅱ类水质目标,“3”表示Ⅲ类水质目标,“4”表示Ⅳ类水质目标,“5”表示Ⅴ类水质目标,“6”表示劣Ⅴ类水质目标。
  83. @ApiModelProperty("水源地现状-水质类别“1”表示Ⅰ类水质目标,“2”表示Ⅱ类水质目标,“3”表示Ⅲ类水质目标,“4”表示Ⅳ类水质目标,“5”表示Ⅴ类水质目标,“6”表示劣Ⅴ类水质目标。")
  84. private String wquaCat;
  85. // 水源地水质-是否达标--1:是;2:否
  86. @ApiModelProperty("水源地水质-是否达标--1:是;2:否")
  87. private String ifWquaUptoSta;
  88. // 是否划分水源保护区--1:是;2:否
  89. @ApiModelProperty("是否划分水源保护区--1:是;2:否")
  90. private String ifWsProt;
  91. // 一级保护区水域面积(km2)
  92. @ApiModelProperty("一级保护区水域面积(km2)")
  93. private Double watArea1stProt;
  94. // 一级保护区陆域面积(km2)
  95. @ApiModelProperty("一级保护区陆域面积(km2)")
  96. private Double landArea1stProt;
  97. // 二级保护区水域面积(km2)
  98. @ApiModelProperty("二级保护区水域面积(km2)")
  99. private Double watArea2ndProt;
  100. // 二级保护区陆域面积(km2)
  101. @ApiModelProperty("二级保护区陆域面积(km2)")
  102. private Double landArea2ndProt;
  103. // 准保护区面积(km2)
  104. @ApiModelProperty("准保护区面积(km2)")
  105. private Double qusProt;
  106. // 管理单位名称
  107. @ApiModelProperty("管理单位名称")
  108. private String insName;
  109. // 管理单位所属行业
  110. @ApiModelProperty("管理单位所属行业")
  111. private String tra;
  112. // 人员id
  113. @ApiModelProperty("人员id")
  114. private String persId;
  115. // 备注
  116. @ApiModelProperty("备注")
  117. private String note;
  118. // 记录生效时间
  119. @ApiModelProperty("记录生效时间")
  120. private Date effDate;
  121. // 记录失效时间
  122. @ApiModelProperty("记录失效时间")
  123. private Date exprDate;
  124. // 地表水水源地经度--高德
  125. @ApiModelProperty("地表水水源地经度--高德")
  126. private Double swhsLongGd;
  127. // 地表水水源地纬度--高德
  128. @ApiModelProperty("地表水水源地纬度--高德")
  129. private Double swhsLatGd;
  130. @ApiModelProperty("是否导出")
  131. private String isExport;
  132. private String displayLevel;
  133. public AttSwhsBaseParam() {
  134. }
  135. public String getIsExport() {
  136. return isExport;
  137. }
  138. public void setIsExport(String isExport) {
  139. this.isExport = isExport;
  140. }
  141. public String getDisplayLevel() {
  142. return displayLevel;
  143. }
  144. public void setDisplayLevel(String displayLevel) {
  145. this.displayLevel = displayLevel;
  146. }
  147. public String getId() {
  148. return id;
  149. }
  150. public void setId(String id) {
  151. this.id = id;
  152. }
  153. public String getSwhsCode() {
  154. return swhsCode;
  155. }
  156. public void setSwhsCode(String swhsCode) {
  157. this.swhsCode = swhsCode;
  158. }
  159. public String getSwhsName() {
  160. return swhsName;
  161. }
  162. public void setSwhsName(String swhsName) {
  163. this.swhsName = swhsName;
  164. }
  165. public void setWasuTownName(String wasuTownName) {
  166. this.wasuTownName = wasuTownName;
  167. }
  168. public void setWintRvName(String wintRvName) {
  169. this.wintRvName = wintRvName;
  170. }
  171. public String getWintLakeName() {
  172. return wintLakeName;
  173. }
  174. public void setWintLakeName(String wintLakeName) {
  175. this.wintLakeName = wintLakeName;
  176. }
  177. public String getWintRsName() {
  178. return wintRsName;
  179. }
  180. public void setWintRsName(String wintRsName) {
  181. this.wintRsName = wintRsName;
  182. }
  183. public void setInsName(String insName) {
  184. this.insName = insName;
  185. }
  186. public Double getSwhsLong() {
  187. return swhsLong;
  188. }
  189. public void setSwhsLong(Double swhsLong) {
  190. this.swhsLong = swhsLong;
  191. }
  192. public Double getSwhsLat() {
  193. return swhsLat;
  194. }
  195. public void setSwhsLat(Double swhsLat) {
  196. this.swhsLat = swhsLat;
  197. }
  198. public String getAdCode() {
  199. return adCode;
  200. }
  201. public void setAdCode(String adCode) {
  202. this.adCode = adCode;
  203. }
  204. public String getSwhsLoc() {
  205. return swhsLoc;
  206. }
  207. public void setSwhsLoc(String swhsLoc) {
  208. this.swhsLoc = swhsLoc;
  209. }
  210. public String getWainWasoType() {
  211. return wainWasoType;
  212. }
  213. public void setWainWasoType(String wainWasoType) {
  214. this.wainWasoType = wainWasoType;
  215. }
  216. public Double getWatArea() {
  217. return watArea;
  218. }
  219. public void setWatArea(Double watArea) {
  220. this.watArea = watArea;
  221. }
  222. public Long getWainNum() {
  223. return wainNum;
  224. }
  225. public void setWainNum(Long wainNum) {
  226. this.wainNum = wainNum;
  227. }
  228. public String getWainUse() {
  229. return wainUse;
  230. }
  231. public void setWainUse(String wainUse) {
  232. this.wainUse = wainUse;
  233. }
  234. public String getWasuObjType() {
  235. return wasuObjType;
  236. }
  237. public void setWasuObjType(String wasuObjType) {
  238. this.wasuObjType = wasuObjType;
  239. }
  240. public String getWasuTownName() {
  241. return wasuTownName;
  242. }
  243. public String getWasuTownName2() {
  244. return wasuTownName2;
  245. }
  246. public void setWasuTownName2(String wasuTownName2) {
  247. this.wasuTownName2 = wasuTownName2;
  248. }
  249. public String getWasuTownName3() {
  250. return wasuTownName3;
  251. }
  252. public void setWasuTownName3(String wasuTownName3) {
  253. this.wasuTownName3 = wasuTownName3;
  254. }
  255. public Double getDesAnnWain() {
  256. return desAnnWain;
  257. }
  258. public void setDesAnnWain(Double desAnnWain) {
  259. this.desAnnWain = desAnnWain;
  260. }
  261. public Double getDesAnnWasuPop() {
  262. return desAnnWasuPop;
  263. }
  264. public void setDesAnnWasuPop(Double desAnnWasuPop) {
  265. this.desAnnWasuPop = desAnnWasuPop;
  266. }
  267. public String getRunYear() {
  268. return runYear;
  269. }
  270. public void setRunYear(String runYear) {
  271. this.runYear = runYear;
  272. }
  273. public String getWintRvName() {
  274. return wintRvName;
  275. }
  276. public String getWaquGoal() {
  277. return waquGoal;
  278. }
  279. public void setWaquGoal(String waquGoal) {
  280. this.waquGoal = waquGoal;
  281. }
  282. public String getIfMonWqua() {
  283. return ifMonWqua;
  284. }
  285. public void setIfMonWqua(String ifMonWqua) {
  286. this.ifMonWqua = ifMonWqua;
  287. }
  288. public String getWquaCat() {
  289. return wquaCat;
  290. }
  291. public void setWquaCat(String wquaCat) {
  292. this.wquaCat = wquaCat;
  293. }
  294. public String getIfWquaUptoSta() {
  295. return ifWquaUptoSta;
  296. }
  297. public void setIfWquaUptoSta(String ifWquaUptoSta) {
  298. this.ifWquaUptoSta = ifWquaUptoSta;
  299. }
  300. public String getIfWsProt() {
  301. return ifWsProt;
  302. }
  303. public void setIfWsProt(String ifWsProt) {
  304. this.ifWsProt = ifWsProt;
  305. }
  306. public Double getWatArea1stProt() {
  307. return watArea1stProt;
  308. }
  309. public void setWatArea1stProt(Double watArea1stProt) {
  310. this.watArea1stProt = watArea1stProt;
  311. }
  312. public Double getLandArea1stProt() {
  313. return landArea1stProt;
  314. }
  315. public void setLandArea1stProt(Double landArea1stProt) {
  316. this.landArea1stProt = landArea1stProt;
  317. }
  318. public Double getWatArea2ndProt() {
  319. return watArea2ndProt;
  320. }
  321. public void setWatArea2ndProt(Double watArea2ndProt) {
  322. this.watArea2ndProt = watArea2ndProt;
  323. }
  324. public Double getLandArea2ndProt() {
  325. return landArea2ndProt;
  326. }
  327. public void setLandArea2ndProt(Double landArea2ndProt) {
  328. this.landArea2ndProt = landArea2ndProt;
  329. }
  330. public Double getQusProt() {
  331. return qusProt;
  332. }
  333. public void setQusProt(Double qusProt) {
  334. this.qusProt = qusProt;
  335. }
  336. public String getInsName() {
  337. return insName;
  338. }
  339. public String getTra() {
  340. return tra;
  341. }
  342. public void setTra(String tra) {
  343. this.tra = tra;
  344. }
  345. public String getPersId() {
  346. return persId;
  347. }
  348. public void setPersId(String persId) {
  349. this.persId = persId;
  350. }
  351. public String getNote() {
  352. return note;
  353. }
  354. public void setNote(String note) {
  355. this.note = note;
  356. }
  357. public Date getEffDate() {
  358. return effDate;
  359. }
  360. public void setEffDate(Date effDate) {
  361. this.effDate = effDate;
  362. }
  363. public Date getExprDate() {
  364. return exprDate;
  365. }
  366. public void setExprDate(Date exprDate) {
  367. this.exprDate = exprDate;
  368. }
  369. public Double getSwhsLongGd() {
  370. return swhsLongGd;
  371. }
  372. public void setSwhsLongGd(Double swhsLongGd) {
  373. this.swhsLongGd = swhsLongGd;
  374. }
  375. public Double getSwhsLatGd() {
  376. return swhsLatGd;
  377. }
  378. public void setSwhsLatGd(Double swhsLatGd) {
  379. this.swhsLatGd = swhsLatGd;
  380. }
  381. }