e23b67258df1314d72e2c58deccb2e13241c2f56.svn-base 11 KB

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