e721223fb9aac46033be7cf1b3db96566a1a30fd.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. package cn.com.goldenwater.dcproj.dto;
  2. import cn.com.goldenwater.dcproj.model.BisInspPblm;
  3. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. import java.util.List;
  8. /**
  9. * entity:BisInspWtdst
  10. *
  11. * @author zhengdafei
  12. * @date 2019-2-21
  13. */
  14. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  15. public class BisInspWtdstDetailDto extends VillDcdxBaseDto implements Serializable {
  16. // 所属流域机构ID
  17. @ApiModelProperty(value = "所属流域机构ID", name = "orgId")
  18. private String orgId;
  19. // 投入资金(万元)
  20. @ApiModelProperty(value = "投入资金(万元)", name = "cost")
  21. private Double cost;
  22. // 修复进度(%)
  23. @ApiModelProperty(value = "修复进度(%)", name = "planRcvr")
  24. private Double planRcvr;
  25. // 水毁修复信息ID
  26. @ApiModelProperty(value = "水毁修复信息ID", name = "wtdstId")
  27. private String wtdstId;
  28. // 类别名称
  29. @ApiModelProperty(value = "类别名称", name = "wtdstType")
  30. private String wtdstType;
  31. // 项目名称
  32. @ApiModelProperty(value = "项目名称", name = "wtdstNm")
  33. private String wtdstNm;
  34. // 水毁位置经度
  35. @ApiModelProperty(value = "经度", name = "wtdstLgtd")
  36. private Double wtdstLgtd;
  37. // 水毁位置纬度
  38. @ApiModelProperty(value = "纬度", name = "wtdstLttd")
  39. private Double wtdstLttd;
  40. // 项目所在位置
  41. @ApiModelProperty(value = "所在位置", name = "locNm")
  42. private String locNm;
  43. //对象类型
  44. @ApiModelProperty(value = "对象类型", name = "objType")
  45. private String objType;
  46. //对象编码
  47. @ApiModelProperty(value = "对象编码", name = "objCode")
  48. private String objCode;
  49. //对象名称
  50. @ApiModelProperty(value = "对象名称", name = "objName")
  51. private String objName;
  52. // 高德经度
  53. @ApiModelProperty(value = "经度", name = "centerXGd")
  54. private Double centerXGd;
  55. // 高德纬度
  56. @ApiModelProperty(value = "纬度", name = "centerYGd")
  57. private Double centerYGd;
  58. // 水毁修复登记记录ID
  59. @ApiModelProperty(value = "水毁修复登记记录ID", name = "trackId")
  60. private String trackId;
  61. // 督查对象ID
  62. @ApiModelProperty(value = "督查对象ID", name = "objId")
  63. private String objId;
  64. // 主管单位
  65. @ApiModelProperty(value = "主管单位", name = "mangNm")
  66. private String mangNm;
  67. // 水毁情况
  68. @ApiModelProperty(value = "水毁情况", name = "disContent")
  69. private String disContent;
  70. // 项目进度
  71. @ApiModelProperty(value = "项目进度", name = "wkstate")
  72. private String wkstate;
  73. // 计划完成日期
  74. @ApiModelProperty(value = "计划完成日期", name = "planTm")
  75. private String planTm;
  76. // 建议修复措施
  77. @ApiModelProperty(value = "建议修复措施", name = "adNm")
  78. private String adNm;
  79. // 组长ID
  80. @ApiModelProperty(value = "组长ID", name = "groupLeaderId")
  81. private String groupLeaderId;
  82. // 组长名称
  83. @ApiModelProperty(value = "组长", name = "groupLeader")
  84. private String groupLeader;
  85. // 组长电话
  86. @ApiModelProperty(value = "组长电话", name = "groupLeaderTel")
  87. private String groupLeaderTel;
  88. // 记录人员ID
  89. @ApiModelProperty(value = "记录人员ID", name = "recPersId")
  90. private String recPersId;
  91. // 记录人员名称
  92. @ApiModelProperty(value = "记录人员", name = "recPers")
  93. private String recPers;
  94. // 记录人员电话
  95. @ApiModelProperty(value = "记录人员电话", name = "recPersTel")
  96. private String recPersTel;
  97. // 录入单位ID
  98. @ApiModelProperty(value = "录入单位ID", name = "indp")
  99. private String indp;
  100. // 创建时间
  101. @ApiModelProperty(value = "创建时间", name = "intm")
  102. private String intm;
  103. // 最后修改时间
  104. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  105. private String uptm;
  106. // 备注
  107. @ApiModelProperty(value = "备注", name = "note")
  108. private String note;
  109. // 附件ID
  110. @ApiModelProperty(value = "附件ID", name = "attachid")
  111. private String attachid;
  112. // 数据状态
  113. @ApiModelProperty(value = "数据状态", name = "dataStat")
  114. private String dataStat;
  115. // 登记表状态
  116. @ApiModelProperty(value = "登记表状态", name = "state")
  117. private String state;
  118. //问题数量
  119. @ApiModelProperty(value = "问题数量", name = "problmNum")
  120. private int problmNum;
  121. // 位置
  122. @ApiModelProperty(value = "位置", name = "loac")
  123. private String loac;
  124. // 所在行政区划代码
  125. @ApiModelProperty(value = "所在行政区划代码", name = "locAd")
  126. private String locAd;
  127. //问题列表
  128. @ApiModelProperty(value = "问题列表", name = "list")
  129. private List<BisInspPblm> list;
  130. @ApiModelProperty(value = "组ID", name = "groupId")
  131. private String groupId;
  132. @ApiModelProperty("项目状况")
  133. private String prjState;
  134. @ApiModelProperty("")
  135. private String wtdstDtle;
  136. @ApiModelProperty("主要工程量")
  137. private String wtdstWrkam;
  138. @ApiModelProperty("水毁等级")
  139. private String wtdstLev;
  140. @ApiModelProperty("暗访日期")
  141. private Date chkTime;
  142. @ApiModelProperty("是否省属(1:是;2:否)")
  143. private String provincial;
  144. private String adFullName;
  145. public String getAdFullName() {
  146. return adFullName;
  147. }
  148. public void setAdFullName(String adFullName) {
  149. this.adFullName = adFullName;
  150. }
  151. public String getPrjState() {
  152. return prjState;
  153. }
  154. public Date getChkTime() {
  155. return chkTime;
  156. }
  157. public void setChkTime(Date chkTime) {
  158. this.chkTime = chkTime;
  159. }
  160. public String getWtdstLev() {
  161. return wtdstLev;
  162. }
  163. public void setWtdstLev(String wtdstLev) {
  164. this.wtdstLev = wtdstLev;
  165. }
  166. public String getWtdstWrkam() {
  167. return wtdstWrkam;
  168. }
  169. public void setWtdstWrkam(String wtdstWrkam) {
  170. this.wtdstWrkam = wtdstWrkam;
  171. }
  172. public String getWtdstDtle() {
  173. return wtdstDtle;
  174. }
  175. public void setWtdstDtle(String wtdstDtle) {
  176. this.wtdstDtle = wtdstDtle;
  177. }
  178. public void setPrjState(String prjState) {
  179. this.prjState = prjState;
  180. }
  181. public String getOrgId() {
  182. return orgId;
  183. }
  184. public void setOrgId(String orgId) {
  185. this.orgId = orgId;
  186. }
  187. public Double getCost() {
  188. return cost;
  189. }
  190. public void setCost(Double cost) {
  191. this.cost = cost;
  192. }
  193. public Double getPlanRcvr() {
  194. return planRcvr;
  195. }
  196. public void setPlanRcvr(Double planRcvr) {
  197. this.planRcvr = planRcvr;
  198. }
  199. public String getGroupId() {
  200. return groupId;
  201. }
  202. public void setGroupId(String groupId) {
  203. this.groupId = groupId;
  204. }
  205. public String getLocAd() {
  206. return locAd;
  207. }
  208. public void setLocAd(String locAd) {
  209. this.locAd = locAd;
  210. }
  211. public String getLoac() {
  212. return loac;
  213. }
  214. public void setLoac(String loac) {
  215. this.loac = loac;
  216. }
  217. public int getProblmNum() {
  218. return problmNum;
  219. }
  220. public void setProblmNum(int problmNum) {
  221. this.problmNum = problmNum;
  222. }
  223. public List<BisInspPblm> getList() {
  224. return list;
  225. }
  226. public void setList(List<BisInspPblm> list) {
  227. this.list = list;
  228. }
  229. public String getTrackId() {
  230. return trackId;
  231. }
  232. public void setTrackId(String trackId) {
  233. this.trackId = trackId;
  234. }
  235. public String getObjId() {
  236. return objId;
  237. }
  238. public void setObjId(String objId) {
  239. this.objId = objId;
  240. }
  241. public String getMangNm() {
  242. return mangNm;
  243. }
  244. public void setMangNm(String mangNm) {
  245. this.mangNm = mangNm;
  246. }
  247. public String getDisContent() {
  248. return disContent;
  249. }
  250. public void setDisContent(String disContent) {
  251. this.disContent = disContent;
  252. }
  253. public String getWkstate() {
  254. return wkstate;
  255. }
  256. public void setWkstate(String wkstate) {
  257. this.wkstate = wkstate;
  258. }
  259. public String getPlanTm() {
  260. return planTm;
  261. }
  262. public void setPlanTm(String planTm) {
  263. this.planTm = planTm;
  264. }
  265. public String getAdNm() {
  266. return adNm;
  267. }
  268. public void setAdNm(String adNm) {
  269. this.adNm = adNm;
  270. }
  271. public String getGroupLeaderId() {
  272. return groupLeaderId;
  273. }
  274. public void setGroupLeaderId(String groupLeaderId) {
  275. this.groupLeaderId = groupLeaderId;
  276. }
  277. public String getGroupLeader() {
  278. return groupLeader;
  279. }
  280. public void setGroupLeader(String groupLeader) {
  281. this.groupLeader = groupLeader;
  282. }
  283. public String getGroupLeaderTel() {
  284. return groupLeaderTel;
  285. }
  286. public void setGroupLeaderTel(String groupLeaderTel) {
  287. this.groupLeaderTel = groupLeaderTel;
  288. }
  289. public String getRecPersId() {
  290. return recPersId;
  291. }
  292. public void setRecPersId(String recPersId) {
  293. this.recPersId = recPersId;
  294. }
  295. public String getRecPers() {
  296. return recPers;
  297. }
  298. public void setRecPers(String recPers) {
  299. this.recPers = recPers;
  300. }
  301. public String getRecPersTel() {
  302. return recPersTel;
  303. }
  304. public void setRecPersTel(String recPersTel) {
  305. this.recPersTel = recPersTel;
  306. }
  307. public String getIndp() {
  308. return indp;
  309. }
  310. public void setIndp(String indp) {
  311. this.indp = indp;
  312. }
  313. public String getIntm() {
  314. return intm;
  315. }
  316. public void setIntm(String intm) {
  317. this.intm = intm;
  318. }
  319. public String getUptm() {
  320. return uptm;
  321. }
  322. public void setUptm(String uptm) {
  323. this.uptm = uptm;
  324. }
  325. public String getNote() {
  326. return note;
  327. }
  328. public void setNote(String note) {
  329. this.note = note;
  330. }
  331. public String getAttachid() {
  332. return attachid;
  333. }
  334. public void setAttachid(String attachid) {
  335. this.attachid = attachid;
  336. }
  337. public String getDataStat() {
  338. return dataStat;
  339. }
  340. public void setDataStat(String dataStat) {
  341. this.dataStat = dataStat;
  342. }
  343. public String getState() {
  344. return state;
  345. }
  346. public void setState(String state) {
  347. this.state = state;
  348. }
  349. public String getObjType() {
  350. return objType;
  351. }
  352. public void setObjType(String objType) {
  353. this.objType = objType;
  354. }
  355. public String getObjCode() {
  356. return objCode;
  357. }
  358. public void setObjCode(String objCode) {
  359. this.objCode = objCode;
  360. }
  361. public String getObjName() {
  362. return objName;
  363. }
  364. public void setObjName(String objName) {
  365. this.objName = objName;
  366. }
  367. public Double getCenterXGd() {
  368. return centerXGd;
  369. }
  370. public void setCenterXGd(Double centerXGd) {
  371. this.centerXGd = centerXGd;
  372. }
  373. public Double getCenterYGd() {
  374. return centerYGd;
  375. }
  376. public void setCenterYGd(Double centerYGd) {
  377. this.centerYGd = centerYGd;
  378. }
  379. public BisInspWtdstDetailDto() {
  380. }
  381. public String getWtdstId() {
  382. return wtdstId;
  383. }
  384. public void setWtdstId(String wtdstId) {
  385. this.wtdstId = wtdstId;
  386. }
  387. public String getWtdstType() {
  388. return wtdstType;
  389. }
  390. public void setWtdstType(String wtdstType) {
  391. this.wtdstType = wtdstType;
  392. }
  393. public String getWtdstNm() {
  394. return wtdstNm;
  395. }
  396. public void setWtdstNm(String wtdstNm) {
  397. this.wtdstNm = wtdstNm;
  398. }
  399. public Double getWtdstLgtd() {
  400. return wtdstLgtd;
  401. }
  402. public void setWtdstLgtd(Double wtdstLgtd) {
  403. this.wtdstLgtd = wtdstLgtd;
  404. }
  405. public Double getWtdstLttd() {
  406. return wtdstLttd;
  407. }
  408. public void setWtdstLttd(Double wtdstLttd) {
  409. this.wtdstLttd = wtdstLttd;
  410. }
  411. public String getLocNm() {
  412. return locNm;
  413. }
  414. public void setLocNm(String locNm) {
  415. this.locNm = locNm;
  416. }
  417. public String getProvincial() {
  418. return provincial;
  419. }
  420. public void setProvincial(String provincial) {
  421. this.provincial = provincial;
  422. }
  423. }