ff89820af70a0d3e53f151b55649f02523d58744.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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. * BisInspHystInfoParam
  9. *
  10. * @author lune
  11. * @date 2021-3-8
  12. */
  13. public class BisInspHystInfoParam extends PageParam implements Serializable {
  14. @ApiModelProperty(value="水电站基础信息ID", position = 1)
  15. private String baseId;
  16. @ApiModelProperty(value="统计代码", position = 2)
  17. private String statisCode;
  18. @ApiModelProperty(value="是否需要编制 退出实施方案", position = 3)
  19. private String isNeedRuleAsWfip;
  20. @ApiModelProperty(value="小水电清理整改填报状态(0:未填报;1:填报中;2:已填报)", position = 4)
  21. private String rectState;
  22. @ApiModelProperty(value="长江经济带退出类小水电清理整改情况填报状态(0:未填报;1:填报中;2:已填报)", position = 5)
  23. private String oocState;
  24. @ApiModelProperty(value="小水电安全管理情况填报状态(0:未填报;1:填报中;2:已填报)", position = 6)
  25. private String sfmngState;
  26. @ApiModelProperty(value="填报信息是否作假", position = 7)
  27. private String fillInfoIsFake;
  28. @ApiModelProperty(value="是否按要求单独编制 退出实施方案", position = 8)
  29. private String isRuleAsWfip;
  30. @ApiModelProperty(value="备注", position = 9)
  31. private String note;
  32. @ApiModelProperty(value="填报状态(0:未填报;1:填报中;2:已填报)", position = 10)
  33. private String status;
  34. @ApiModelProperty(value="记录人员ID", position = 11)
  35. private String persId;
  36. @ApiModelProperty(value="创建时间", position = 12)
  37. private Date intm;
  38. @ApiModelProperty(value="最后修改时间", position = 13)
  39. private Date uptm;
  40. @ApiModelProperty(value="主键ID", position = 14)
  41. private String id;
  42. @ApiModelProperty(value="登记表ID", position = 15)
  43. private String rgstrId;
  44. @ApiModelProperty(value="电站名称", position = 16)
  45. private String hystName;
  46. @ApiModelProperty(value="电站联系人姓名", position = 17)
  47. private String linkMan;
  48. @ApiModelProperty(value="联系人电话", position = 18)
  49. private String linkTel;
  50. @ApiModelProperty(value="行政区编码", position = 19)
  51. private String adCode;
  52. @ApiModelProperty(value="行政区名称", position = 20)
  53. private String adName;
  54. @ApiModelProperty(value="行政村名(详细地址)", position = 21)
  55. private String hystSite;
  56. @ApiModelProperty(value="取水口经度", position = 22)
  57. private Double centerX;
  58. @ApiModelProperty(value="取水口纬度", position = 23)
  59. private Double centerY;
  60. @ApiModelProperty(value="取水口经度-高德", position = 24)
  61. private Double gdX;
  62. @ApiModelProperty(value="取水口纬度-高德", position = 25)
  63. private Double gdY;
  64. @ApiModelProperty(value="厂房经度", position = 26)
  65. private Double hystLong;
  66. @ApiModelProperty(value="厂房纬度", position = 27)
  67. private Double hystLat;
  68. @ApiModelProperty(value="厂房经度-高德", position = 28)
  69. private Double hystGdX;
  70. @ApiModelProperty(value="厂房纬度-高德", position = 29)
  71. private Double hystGdY;
  72. @ApiModelProperty(value="所在河流", position = 30)
  73. private String rvName;
  74. @ApiModelProperty(value="投产时间(年月)", position = 31)
  75. private String compDate;
  76. @ApiModelProperty(value="所有制性质(1:民营;2:集体;3:国有;4:股份制;)", position = 32)
  77. private String ownerType;
  78. @ApiModelProperty(value="开发方式(1:引水式;2:混合式;3:坝后式;4:河床式;5:其他-工农业渠道上;6:其他-接上一级尾水)", position = 33)
  79. private String exptType;
  80. @ApiModelProperty(value="装机容量", position = 34)
  81. private String insCap;
  82. @ApiModelProperty(value="坝高", position = 35)
  83. private String damHeig;
  84. @ApiModelProperty(value="库容", position = 36)
  85. private String totCap;
  86. @ApiModelProperty(value="电站水库是否注册登记(1:是;2:否;)", position = 37)
  87. private String hystIsReg;
  88. @ApiModelProperty(value="电站水库注册登记号", position = 38)
  89. private String regNo;
  90. @ApiModelProperty(value="大坝是否已开展安全鉴定(1:是;2:否;)", position = 39)
  91. private String isSafety;
  92. @ApiModelProperty(value="生态流量核定值(m3/s)", position = 40)
  93. private String zlgyFlow;
  94. @ApiModelProperty(value="检查类型(1:整改类;2:立即退出类;3:其他;4:保留类)", position = 41)
  95. private String exmnType;
  96. @ApiModelProperty(value="平台基本信息是否完整、与实际相符", position = 42)
  97. private String platInfoIsFullAwr;
  98. @ApiModelProperty(value="不完整/不相符信息编号", position = 43)
  99. private String awrInfoNo;
  100. public BisInspHystInfoParam() {
  101. }
  102. public String getBaseId() {
  103. return baseId;
  104. }
  105. public void setBaseId(String baseId) {
  106. this.baseId = baseId;
  107. }
  108. public String getStatisCode() {
  109. return statisCode;
  110. }
  111. public void setStatisCode(String statisCode) {
  112. this.statisCode = statisCode;
  113. }
  114. public String getIsNeedRuleAsWfip() {
  115. return isNeedRuleAsWfip;
  116. }
  117. public void setIsNeedRuleAsWfip(String isNeedRuleAsWfip) {
  118. this.isNeedRuleAsWfip = isNeedRuleAsWfip;
  119. }
  120. public String getRectState() {
  121. return rectState;
  122. }
  123. public void setRectState(String rectState) {
  124. this.rectState = rectState;
  125. }
  126. public String getOocState() {
  127. return oocState;
  128. }
  129. public void setOocState(String oocState) {
  130. this.oocState = oocState;
  131. }
  132. public String getSfmngState() {
  133. return sfmngState;
  134. }
  135. public void setSfmngState(String sfmngState) {
  136. this.sfmngState = sfmngState;
  137. }
  138. public String getFillInfoIsFake() {
  139. return fillInfoIsFake;
  140. }
  141. public void setFillInfoIsFake(String fillInfoIsFake) {
  142. this.fillInfoIsFake = fillInfoIsFake;
  143. }
  144. public String getIsRuleAsWfip() {
  145. return isRuleAsWfip;
  146. }
  147. public void setIsRuleAsWfip(String isRuleAsWfip) {
  148. this.isRuleAsWfip = isRuleAsWfip;
  149. }
  150. public String getNote() {
  151. return note;
  152. }
  153. public void setNote(String note) {
  154. this.note = note;
  155. }
  156. public String getStatus() {
  157. return status;
  158. }
  159. public void setStatus(String status) {
  160. this.status = status;
  161. }
  162. public String getPersId() {
  163. return persId;
  164. }
  165. public void setPersId(String persId) {
  166. this.persId = persId;
  167. }
  168. public Date getIntm() {
  169. return intm;
  170. }
  171. public void setIntm(Date intm) {
  172. this.intm = intm;
  173. }
  174. public Date getUptm() {
  175. return uptm;
  176. }
  177. public void setUptm(Date uptm) {
  178. this.uptm = uptm;
  179. }
  180. public String getId() {
  181. return id;
  182. }
  183. public void setId(String id) {
  184. this.id = id;
  185. }
  186. public String getRgstrId() {
  187. return rgstrId;
  188. }
  189. public void setRgstrId(String rgstrId) {
  190. this.rgstrId = rgstrId;
  191. }
  192. public String getHystName() {
  193. return hystName;
  194. }
  195. public void setHystName(String hystName) {
  196. this.hystName = hystName;
  197. }
  198. public String getLinkMan() {
  199. return linkMan;
  200. }
  201. public void setLinkMan(String linkMan) {
  202. this.linkMan = linkMan;
  203. }
  204. public String getLinkTel() {
  205. return linkTel;
  206. }
  207. public void setLinkTel(String linkTel) {
  208. this.linkTel = linkTel;
  209. }
  210. public String getAdCode() {
  211. return adCode;
  212. }
  213. public void setAdCode(String adCode) {
  214. this.adCode = adCode;
  215. }
  216. public String getAdName() {
  217. return adName;
  218. }
  219. public void setAdName(String adName) {
  220. this.adName = adName;
  221. }
  222. public String getHystSite() {
  223. return hystSite;
  224. }
  225. public void setHystSite(String hystSite) {
  226. this.hystSite = hystSite;
  227. }
  228. public Double getCenterX() {
  229. return centerX;
  230. }
  231. public void setCenterX(Double centerX) {
  232. this.centerX = centerX;
  233. }
  234. public Double getCenterY() {
  235. return centerY;
  236. }
  237. public void setCenterY(Double centerY) {
  238. this.centerY = centerY;
  239. }
  240. public Double getHystLong() {
  241. return hystLong;
  242. }
  243. public void setHystLong(Double hystLong) {
  244. this.hystLong = hystLong;
  245. }
  246. public Double getHystLat() {
  247. return hystLat;
  248. }
  249. public void setHystLat(Double hystLat) {
  250. this.hystLat = hystLat;
  251. }
  252. public String getRvName() {
  253. return rvName;
  254. }
  255. public void setRvName(String rvName) {
  256. this.rvName = rvName;
  257. }
  258. public String getCompDate() {
  259. return compDate;
  260. }
  261. public void setCompDate(String compDate) {
  262. this.compDate = compDate;
  263. }
  264. public String getOwnerType() {
  265. return ownerType;
  266. }
  267. public void setOwnerType(String ownerType) {
  268. this.ownerType = ownerType;
  269. }
  270. public String getExptType() {
  271. return exptType;
  272. }
  273. public void setExptType(String exptType) {
  274. this.exptType = exptType;
  275. }
  276. public String getInsCap() {
  277. return insCap;
  278. }
  279. public void setInsCap(String insCap) {
  280. this.insCap = insCap;
  281. }
  282. public String getDamHeig() {
  283. return damHeig;
  284. }
  285. public void setDamHeig(String damHeig) {
  286. this.damHeig = damHeig;
  287. }
  288. public String getTotCap() {
  289. return totCap;
  290. }
  291. public void setTotCap(String totCap) {
  292. this.totCap = totCap;
  293. }
  294. public String getHystIsReg() {
  295. return hystIsReg;
  296. }
  297. public void setHystIsReg(String hystIsReg) {
  298. this.hystIsReg = hystIsReg;
  299. }
  300. public String getRegNo() {
  301. return regNo;
  302. }
  303. public void setRegNo(String regNo) {
  304. this.regNo = regNo;
  305. }
  306. public String getIsSafety() {
  307. return isSafety;
  308. }
  309. public void setIsSafety(String isSafety) {
  310. this.isSafety = isSafety;
  311. }
  312. public String getZlgyFlow() {
  313. return zlgyFlow;
  314. }
  315. public void setZlgyFlow(String zlgyFlow) {
  316. this.zlgyFlow = zlgyFlow;
  317. }
  318. public String getExmnType() {
  319. return exmnType;
  320. }
  321. public void setExmnType(String exmnType) {
  322. this.exmnType = exmnType;
  323. }
  324. public String getPlatInfoIsFullAwr() {
  325. return platInfoIsFullAwr;
  326. }
  327. public void setPlatInfoIsFullAwr(String platInfoIsFullAwr) {
  328. this.platInfoIsFullAwr = platInfoIsFullAwr;
  329. }
  330. public String getAwrInfoNo() {
  331. return awrInfoNo;
  332. }
  333. public void setAwrInfoNo(String awrInfoNo) {
  334. this.awrInfoNo = awrInfoNo;
  335. }
  336. public Double getGdX() {
  337. return gdX;
  338. }
  339. public void setGdX(Double gdX) {
  340. this.gdX = gdX;
  341. }
  342. public Double getGdY() {
  343. return gdY;
  344. }
  345. public void setGdY(Double gdY) {
  346. this.gdY = gdY;
  347. }
  348. public Double getHystGdX() {
  349. return hystGdX;
  350. }
  351. public void setHystGdX(Double hystGdX) {
  352. this.hystGdX = hystGdX;
  353. }
  354. public Double getHystGdY() {
  355. return hystGdY;
  356. }
  357. public void setHystGdY(Double hystGdY) {
  358. this.hystGdY = hystGdY;
  359. }
  360. }