84e505e9094e79e6cb1f27826cf913fee33f4f95.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import java.io.Serializable;
  5. import java.util.Date;
  6. /**
  7. * BisInspIrrMicroParam
  8. *
  9. * @author lune
  10. * @date 2020-4-30
  11. */
  12. public class BisInspIrrMicroParam extends PageParam implements Serializable {
  13. @ApiModelProperty("ID")
  14. private String id;
  15. @ApiModelProperty("水库督查登记ID")
  16. private String rgstrId;
  17. @ApiModelProperty("督查对象ID")
  18. private String objId;
  19. @ApiModelProperty("工程代码")
  20. private String code;
  21. @ApiModelProperty("工程名称")
  22. private String name;
  23. @ApiModelProperty("调研地点行政区代码")
  24. private String adCode;
  25. @ApiModelProperty("调研地点(*县*乡*村)")
  26. private String adName;
  27. @ApiModelProperty("项目来源(建设部门)1水利 2国土 3发改 4农业 5财政(原农发)6烟草 7其他")
  28. private String sour;
  29. @ApiModelProperty("建成时间")
  30. private String compDate;
  31. @ApiModelProperty("所在灌区代码")
  32. private String irrCode;
  33. @ApiModelProperty("所在灌区名称")
  34. private String irrName;
  35. @ApiModelProperty("主要作物")
  36. private String stapleCrop;
  37. @ApiModelProperty("控制灌溉面积(亩)")
  38. private Double irrArea;
  39. @ApiModelProperty("是否属于高标准农田 1是 2否 3部分属于")
  40. private String higStnType;
  41. @ApiModelProperty("喷灌工程类型 1滴灌 2微喷 3喷水带 4其他")
  42. private String microType;
  43. @ApiModelProperty("年均工程作业天数(天)")
  44. private Long avgWorkDay;
  45. @ApiModelProperty("水源类型 1渠道 2水库、塘坝 3机井")
  46. private String hsType;
  47. @ApiModelProperty("配套动力 1自压 2柴油 3电力")
  48. private String powerType;
  49. @ApiModelProperty("配套动力电力 首部装机 kw")
  50. private Double powerVal;
  51. @ApiModelProperty("因工程问题导致原先可灌溉但现在无法灌溉的面积(亩)但现在无法灌溉的面积(亩) 但现在无法 灌溉的面积(亩)")
  52. private Double prjPbmArea;
  53. @ApiModelProperty("工程所有权人1乡镇或县级 2村集体 3用水合作组织 4个人 5不明确")
  54. private String prjWhoTend;
  55. @ApiModelProperty("工程使用权1村集体 2用水合作组织 3个人")
  56. private String prjUsrType;
  57. @ApiModelProperty("管护主体 1乡镇 2村集体 3用水合作组织 4个人 5专业管理队伍 6不明确")
  58. private String whoTend;
  59. @ApiModelProperty("是否有管护记录 1有 2 否")
  60. private String isTendRcrd;
  61. @ApiModelProperty("有管护记录 1好 2一般 3差")
  62. private String tendRcrdType;
  63. @ApiModelProperty("系统是否能正常运行 1是2 否")
  64. private String isRun;
  65. @ApiModelProperty("不能正常运行原因 1水源损坏(发生变化)2机电设备不配套或损坏 3管网破损严重 4其他,")
  66. private String notRunType;
  67. @ApiModelProperty("不能正常运行原因其他 说明")
  68. private String notRunNote;
  69. @ApiModelProperty("灌水是否均匀 1是 2 否")
  70. private String isMicroAvg;
  71. @ApiModelProperty("灌水是否能满足作物需要 1是 2 否")
  72. private String isMicroFull;
  73. @ApiModelProperty("量水设施是否完备 1是 2 否")
  74. private String isMsrAll;
  75. @ApiModelProperty("工程状况总体评价 1 好 2一般 3较差")
  76. private String evaluate;
  77. @ApiModelProperty("意见建议或需要说明的情况")
  78. private String note;
  79. @ApiModelProperty("调研人员姓名")
  80. private String invsrName;
  81. @ApiModelProperty("调研人员联系电话")
  82. private String invsrPhone;
  83. @ApiModelProperty("调研时间")
  84. private Date invsrTm;
  85. @ApiModelProperty("创建人")
  86. private String persId;
  87. @ApiModelProperty("创建时间")
  88. private Date intm;
  89. @ApiModelProperty("更新时间")
  90. private Date uptm;
  91. @ApiModelProperty("数据状态(0:正常;9:删除)")
  92. private String dataStat;
  93. @ApiModelProperty("填报状态")
  94. private String state;
  95. @ApiModelProperty("PC经度")
  96. private Double centerX;
  97. @ApiModelProperty("PC纬度")
  98. private Double centerY;
  99. @ApiModelProperty("高德经度")
  100. private Double gdX;
  101. @ApiModelProperty("高德纬度")
  102. private Double gdY;
  103. @ApiModelProperty("项目来源(建设部门)其他 备注")
  104. private String sourNote;
  105. @ApiModelProperty("是否2020年前建成,1:2020之前;2:2020年之后")
  106. private String isCurryearComp;
  107. @ApiModelProperty("2020年之前,1:20-60年代;2:60-70年代;3:70-80年代;4:80-90年代;5:90-00年代")
  108. private String beforeCurryearComp;
  109. @ApiModelProperty("2020年之后,年份")
  110. private String afterCurryearComp;
  111. public String getIsCurryearComp() {
  112. return isCurryearComp;
  113. }
  114. public void setIsCurryearComp(String isCurryearComp) {
  115. this.isCurryearComp = isCurryearComp;
  116. }
  117. public String getBeforeCurryearComp() {
  118. return beforeCurryearComp;
  119. }
  120. public void setBeforeCurryearComp(String beforeCurryearComp) {
  121. this.beforeCurryearComp = beforeCurryearComp;
  122. }
  123. public String getAfterCurryearComp() {
  124. return afterCurryearComp;
  125. }
  126. public void setAfterCurryearComp(String afterCurryearComp) {
  127. this.afterCurryearComp = afterCurryearComp;
  128. }
  129. public String getSourNote() {
  130. return sourNote;
  131. }
  132. public void setSourNote(String sourNote) {
  133. this.sourNote = sourNote;
  134. }
  135. public Double getCenterX() {
  136. return centerX;
  137. }
  138. public void setCenterX(Double centerX) {
  139. this.centerX = centerX;
  140. }
  141. public Double getCenterY() {
  142. return centerY;
  143. }
  144. public void setCenterY(Double centerY) {
  145. this.centerY = centerY;
  146. }
  147. public Double getGdX() {
  148. return gdX;
  149. }
  150. public void setGdX(Double gdX) {
  151. this.gdX = gdX;
  152. }
  153. public Double getGdY() {
  154. return gdY;
  155. }
  156. public void setGdY(Double gdY) {
  157. this.gdY = gdY;
  158. }
  159. public BisInspIrrMicroParam() {
  160. }
  161. public String getId() {
  162. return id;
  163. }
  164. public void setId(String id) {
  165. this.id = id;
  166. }
  167. public String getRgstrId() {
  168. return rgstrId;
  169. }
  170. public void setRgstrId(String rgstrId) {
  171. this.rgstrId = rgstrId;
  172. }
  173. public String getObjId() {
  174. return objId;
  175. }
  176. public void setObjId(String objId) {
  177. this.objId = objId;
  178. }
  179. public String getCode() {
  180. return code;
  181. }
  182. public void setCode(String code) {
  183. this.code = code;
  184. }
  185. public String getName() {
  186. return name;
  187. }
  188. public void setName(String name) {
  189. this.name = name;
  190. }
  191. public String getAdCode() {
  192. return adCode;
  193. }
  194. public void setAdCode(String adCode) {
  195. this.adCode = adCode;
  196. }
  197. public String getAdName() {
  198. return adName;
  199. }
  200. public void setAdName(String adName) {
  201. this.adName = adName;
  202. }
  203. public String getSour() {
  204. return sour;
  205. }
  206. public void setSour(String sour) {
  207. this.sour = sour;
  208. }
  209. public String getCompDate() {
  210. return compDate;
  211. }
  212. public void setCompDate(String compDate) {
  213. this.compDate = compDate;
  214. }
  215. public String getIrrCode() {
  216. return irrCode;
  217. }
  218. public void setIrrCode(String irrCode) {
  219. this.irrCode = irrCode;
  220. }
  221. public String getIrrName() {
  222. return irrName;
  223. }
  224. public void setIrrName(String irrName) {
  225. this.irrName = irrName;
  226. }
  227. public String getStapleCrop() {
  228. return stapleCrop;
  229. }
  230. public void setStapleCrop(String stapleCrop) {
  231. this.stapleCrop = stapleCrop;
  232. }
  233. public Double getIrrArea() {
  234. return irrArea;
  235. }
  236. public void setIrrArea(Double irrArea) {
  237. this.irrArea = irrArea;
  238. }
  239. public String getHigStnType() {
  240. return higStnType;
  241. }
  242. public void setHigStnType(String higStnType) {
  243. this.higStnType = higStnType;
  244. }
  245. public String getMicroType() {
  246. return microType;
  247. }
  248. public void setMicroType(String microType) {
  249. this.microType = microType;
  250. }
  251. public Long getAvgWorkDay() {
  252. return avgWorkDay;
  253. }
  254. public void setAvgWorkDay(Long avgWorkDay) {
  255. this.avgWorkDay = avgWorkDay;
  256. }
  257. public String getHsType() {
  258. return hsType;
  259. }
  260. public void setHsType(String hsType) {
  261. this.hsType = hsType;
  262. }
  263. public String getPowerType() {
  264. return powerType;
  265. }
  266. public void setPowerType(String powerType) {
  267. this.powerType = powerType;
  268. }
  269. public Double getPowerVal() {
  270. return powerVal;
  271. }
  272. public void setPowerVal(Double powerVal) {
  273. this.powerVal = powerVal;
  274. }
  275. public Double getPrjPbmArea() {
  276. return prjPbmArea;
  277. }
  278. public void setPrjPbmArea(Double prjPbmArea) {
  279. this.prjPbmArea = prjPbmArea;
  280. }
  281. public String getPrjWhoTend() {
  282. return prjWhoTend;
  283. }
  284. public void setPrjWhoTend(String prjWhoTend) {
  285. this.prjWhoTend = prjWhoTend;
  286. }
  287. public String getPrjUsrType() {
  288. return prjUsrType;
  289. }
  290. public void setPrjUsrType(String prjUsrType) {
  291. this.prjUsrType = prjUsrType;
  292. }
  293. public String getWhoTend() {
  294. return whoTend;
  295. }
  296. public void setWhoTend(String whoTend) {
  297. this.whoTend = whoTend;
  298. }
  299. public String getIsTendRcrd() {
  300. return isTendRcrd;
  301. }
  302. public void setIsTendRcrd(String isTendRcrd) {
  303. this.isTendRcrd = isTendRcrd;
  304. }
  305. public String getTendRcrdType() {
  306. return tendRcrdType;
  307. }
  308. public void setTendRcrdType(String tendRcrdType) {
  309. this.tendRcrdType = tendRcrdType;
  310. }
  311. public String getIsRun() {
  312. return isRun;
  313. }
  314. public void setIsRun(String isRun) {
  315. this.isRun = isRun;
  316. }
  317. public String getNotRunType() {
  318. return notRunType;
  319. }
  320. public void setNotRunType(String notRunType) {
  321. this.notRunType = notRunType;
  322. }
  323. public String getNotRunNote() {
  324. return notRunNote;
  325. }
  326. public void setNotRunNote(String notRunNote) {
  327. this.notRunNote = notRunNote;
  328. }
  329. public String getIsMicroAvg() {
  330. return isMicroAvg;
  331. }
  332. public void setIsMicroAvg(String isMicroAvg) {
  333. this.isMicroAvg = isMicroAvg;
  334. }
  335. public String getIsMicroFull() {
  336. return isMicroFull;
  337. }
  338. public void setIsMicroFull(String isMicroFull) {
  339. this.isMicroFull = isMicroFull;
  340. }
  341. public String getIsMsrAll() {
  342. return isMsrAll;
  343. }
  344. public void setIsMsrAll(String isMsrAll) {
  345. this.isMsrAll = isMsrAll;
  346. }
  347. public String getEvaluate() {
  348. return evaluate;
  349. }
  350. public void setEvaluate(String evaluate) {
  351. this.evaluate = evaluate;
  352. }
  353. public String getNote() {
  354. return note;
  355. }
  356. public void setNote(String note) {
  357. this.note = note;
  358. }
  359. public String getInvsrName() {
  360. return invsrName;
  361. }
  362. public void setInvsrName(String invsrName) {
  363. this.invsrName = invsrName;
  364. }
  365. public String getInvsrPhone() {
  366. return invsrPhone;
  367. }
  368. public void setInvsrPhone(String invsrPhone) {
  369. this.invsrPhone = invsrPhone;
  370. }
  371. public Date getInvsrTm() {
  372. return invsrTm;
  373. }
  374. public void setInvsrTm(Date invsrTm) {
  375. this.invsrTm = invsrTm;
  376. }
  377. public String getPersId() {
  378. return persId;
  379. }
  380. public void setPersId(String persId) {
  381. this.persId = persId;
  382. }
  383. public Date getIntm() {
  384. return intm;
  385. }
  386. public void setIntm(Date intm) {
  387. this.intm = intm;
  388. }
  389. public Date getUptm() {
  390. return uptm;
  391. }
  392. public void setUptm(Date uptm) {
  393. this.uptm = uptm;
  394. }
  395. public String getDataStat() {
  396. return dataStat;
  397. }
  398. public void setDataStat(String dataStat) {
  399. this.dataStat = dataStat;
  400. }
  401. public String getState() {
  402. return state;
  403. }
  404. public void setState(String state) {
  405. this.state = state;
  406. }
  407. }