4d2428e307d0c31aef51b89a6950578c7e3b0563.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * entity:BisInspKeyRegister
  9. *
  10. * @author lhc
  11. * @date 2019-4-20
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspKeyRegister extends BaseBean implements Serializable {
  15. // 172重点工程code
  16. @ApiModelProperty(value = "172重点工程code", name = "code")
  17. private String code;
  18. // 172工程登记记录ID
  19. @ApiModelProperty(value = "172工程登记记录ID", name = "id")
  20. private String id;
  21. // 督查对象ID
  22. @ApiModelProperty(value = "督查对象ID", name = "objId")
  23. private String objId;
  24. // 项目类型
  25. @ApiModelProperty(value = "项目类型 0:重大农业节水工程 1:重大引调水工程 2:重点水源工程 3:江河湖泊治理骨干工程 4:新建大型灌区工程 5:非水利部下达投资计划 6:全部由地方投资 7:其他项目15项", name = "ptype")
  26. private String ptype;
  27. // 所在行政区代码
  28. @ApiModelProperty(value = "所在行政区代码", name = "adCode")
  29. private String adCode;
  30. // 名称
  31. @ApiModelProperty(value = "名称", name = "nm")
  32. private String nm;
  33. // 开工年份
  34. @ApiModelProperty(value = "开工年份", name = "stwktm")
  35. private String stwktm;
  36. // 计划工期(月)
  37. @ApiModelProperty(value = "计划工期(月)", name = "plantm")
  38. private Double plantm;
  39. // 概算批复总投资(亿元)
  40. @ApiModelProperty(value = "概算批复总投资(亿元)", name = "estapp")
  41. private Double estapp;
  42. // 高德经度
  43. @ApiModelProperty(value = "高德经度", name = "lgtd")
  44. private Double lgtd;
  45. // 高德纬度
  46. @ApiModelProperty(value = "高德纬度", name = "lttd")
  47. private Double lttd;
  48. // PC经度
  49. @ApiModelProperty(value = "PC经度", name = "lgtdPc")
  50. private Double lgtdPc;
  51. // PC纬度
  52. @ApiModelProperty(value = "PC纬度", name = "lttdPc")
  53. private Double lttdPc;
  54. // 管理单位ID
  55. @ApiModelProperty(value = "管理单位ID", name = "unitId")
  56. private String unitId;
  57. // 管理单位名称
  58. @ApiModelProperty(value = "管理单位名称", name = "unitNm")
  59. private String unitNm;
  60. // 组长ID
  61. @ApiModelProperty(value = "组长ID", name = "groupLeaderId")
  62. private String groupLeaderId;
  63. // 小组组长
  64. @ApiModelProperty(value = "小组组长", name = "groupLeader")
  65. private String groupLeader;
  66. // 小组组长电话
  67. @ApiModelProperty(value = "小组组长电话", name = "groupLeaderTel")
  68. private String groupLeaderTel;
  69. // 记录人员ID
  70. @ApiModelProperty(value = "记录人员ID", name = "recPersId")
  71. private String recPersId;
  72. // 记录人员
  73. @ApiModelProperty(value = "记录人员", name = "recPers")
  74. private String recPers;
  75. // 记录人员电话
  76. @ApiModelProperty(value = "记录人员电话", name = "recPersTel")
  77. private String recPersTel;
  78. // 创建时间
  79. @ApiModelProperty(value = "创建时间", name = "intm")
  80. private Date intm;
  81. // 最后修改时间
  82. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  83. private Date uptm;
  84. // 备注
  85. @ApiModelProperty(value = "备注", name = "note")
  86. private String note;
  87. // 数据状态
  88. @ApiModelProperty(value = "数据状态", name = "dataStat")
  89. private String dataStat;
  90. // 督查状态
  91. @ApiModelProperty(value = "督查状态 0 未督查,1 督查中 2 已督查", name = "state")
  92. private String state;
  93. // 标段状态
  94. @ApiModelProperty(value = "标段状态", name = "secStat")
  95. private String secStat;
  96. // 一级单位督查状态
  97. @ApiModelProperty(value = "一级单位督查状态", name = "oneUnitStat")
  98. private String oneUnitStat;
  99. // 二级单位督查状态
  100. @ApiModelProperty(value = "二级单位督查状态", name = "twoUnitStat")
  101. private String twoUnitStat;
  102. // 三级单位督查状态
  103. @ApiModelProperty(value = "三级单位督查状态", name = "threeUnitStat")
  104. private String threeUnitStat;
  105. //节点ID
  106. @ApiModelProperty(value = "节点ID", name = "nodeId")
  107. private String nodeId;
  108. // 建成年份
  109. @ApiModelProperty(value = "建成年份", name = "buidTimeYear")
  110. private String buidTimeYear;
  111. // 工程建设情况-1:建成;2:未建成
  112. @ApiModelProperty(value = "工程建设情况-1:建成;2:未建成", name = "engSta")
  113. private String engSta;
  114. @ApiModelProperty(value = "一级管理单位名称", name = "oneUnitName")
  115. private String oneUnitName;
  116. @ApiModelProperty(value = "一级管理单位id", name = "oneUnitName")
  117. private String oneUnitId;
  118. @ApiModelProperty(value = "所在行政区", name = "adName")
  119. private String adName;
  120. @ApiModelProperty("工程概况(福建增加)")
  121. private String engProfil;
  122. @ApiModelProperty("建设进展概况(福建增加)")
  123. private String engBuild;
  124. public BisInspKeyRegister() {
  125. }
  126. public String getEngProfil() {
  127. return engProfil;
  128. }
  129. public void setEngProfil(String engProfil) {
  130. this.engProfil = engProfil;
  131. }
  132. public String getEngBuild() {
  133. return engBuild;
  134. }
  135. public void setEngBuild(String engBuild) {
  136. this.engBuild = engBuild;
  137. }
  138. public String getAdName() {
  139. return adName;
  140. }
  141. public void setAdName(String adName) {
  142. this.adName = adName;
  143. }
  144. public String getCode() {
  145. return code;
  146. }
  147. public void setCode(String code) {
  148. this.code = code;
  149. }
  150. public String getId() {
  151. return id;
  152. }
  153. public void setId(String id) {
  154. this.id = id;
  155. }
  156. @Override
  157. public String getObjId() {
  158. return objId;
  159. }
  160. @Override
  161. public void setObjId(String objId) {
  162. this.objId = objId;
  163. }
  164. public String getPtype() {
  165. return ptype;
  166. }
  167. public void setPtype(String ptype) {
  168. this.ptype = ptype;
  169. }
  170. public String getAdCode() {
  171. return adCode;
  172. }
  173. public void setAdCode(String adCode) {
  174. this.adCode = adCode;
  175. }
  176. public String getNm() {
  177. return nm;
  178. }
  179. public void setNm(String nm) {
  180. this.nm = nm;
  181. }
  182. public String getStwktm() {
  183. return stwktm;
  184. }
  185. public void setStwktm(String stwktm) {
  186. this.stwktm = stwktm;
  187. }
  188. public Double getPlantm() {
  189. return plantm;
  190. }
  191. public void setPlantm(Double plantm) {
  192. this.plantm = plantm;
  193. }
  194. public Double getEstapp() {
  195. return estapp;
  196. }
  197. public void setEstapp(Double estapp) {
  198. this.estapp = estapp;
  199. }
  200. public Double getLgtd() {
  201. return lgtd;
  202. }
  203. public void setLgtd(Double lgtd) {
  204. this.lgtd = lgtd;
  205. }
  206. public Double getLttd() {
  207. return lttd;
  208. }
  209. public void setLttd(Double lttd) {
  210. this.lttd = lttd;
  211. }
  212. public Double getLgtdPc() {
  213. return lgtdPc;
  214. }
  215. public void setLgtdPc(Double lgtdPc) {
  216. this.lgtdPc = lgtdPc;
  217. }
  218. public Double getLttdPc() {
  219. return lttdPc;
  220. }
  221. public void setLttdPc(Double lttdPc) {
  222. this.lttdPc = lttdPc;
  223. }
  224. public String getUnitId() {
  225. return unitId;
  226. }
  227. public void setUnitId(String unitId) {
  228. this.unitId = unitId;
  229. }
  230. public String getUnitNm() {
  231. return unitNm;
  232. }
  233. public void setUnitNm(String unitNm) {
  234. this.unitNm = unitNm;
  235. }
  236. public String getGroupLeaderId() {
  237. return groupLeaderId;
  238. }
  239. public void setGroupLeaderId(String groupLeaderId) {
  240. this.groupLeaderId = groupLeaderId;
  241. }
  242. public String getGroupLeader() {
  243. return groupLeader;
  244. }
  245. public void setGroupLeader(String groupLeader) {
  246. this.groupLeader = groupLeader;
  247. }
  248. public String getGroupLeaderTel() {
  249. return groupLeaderTel;
  250. }
  251. public void setGroupLeaderTel(String groupLeaderTel) {
  252. this.groupLeaderTel = groupLeaderTel;
  253. }
  254. public String getRecPersId() {
  255. return recPersId;
  256. }
  257. public void setRecPersId(String recPersId) {
  258. this.recPersId = recPersId;
  259. }
  260. public String getRecPers() {
  261. return recPers;
  262. }
  263. public void setRecPers(String recPers) {
  264. this.recPers = recPers;
  265. }
  266. public String getRecPersTel() {
  267. return recPersTel;
  268. }
  269. public void setRecPersTel(String recPersTel) {
  270. this.recPersTel = recPersTel;
  271. }
  272. public Date getIntm() {
  273. return intm;
  274. }
  275. public void setIntm(Date intm) {
  276. this.intm = intm;
  277. }
  278. public Date getUptm() {
  279. return uptm;
  280. }
  281. public void setUptm(Date uptm) {
  282. this.uptm = uptm;
  283. }
  284. public String getNote() {
  285. return note;
  286. }
  287. public void setNote(String note) {
  288. this.note = note;
  289. }
  290. public String getDataStat() {
  291. return dataStat;
  292. }
  293. public void setDataStat(String dataStat) {
  294. this.dataStat = dataStat;
  295. }
  296. public String getState() {
  297. return state;
  298. }
  299. public void setState(String state) {
  300. this.state = state;
  301. }
  302. public String getSecStat() {
  303. return secStat;
  304. }
  305. public void setSecStat(String secStat) {
  306. this.secStat = secStat;
  307. }
  308. public String getOneUnitStat() {
  309. return oneUnitStat;
  310. }
  311. public void setOneUnitStat(String oneUnitStat) {
  312. this.oneUnitStat = oneUnitStat;
  313. }
  314. public String getTwoUnitStat() {
  315. return twoUnitStat;
  316. }
  317. public void setTwoUnitStat(String twoUnitStat) {
  318. this.twoUnitStat = twoUnitStat;
  319. }
  320. public String getThreeUnitStat() {
  321. return threeUnitStat;
  322. }
  323. public void setThreeUnitStat(String threeUnitStat) {
  324. this.threeUnitStat = threeUnitStat;
  325. }
  326. public String getNodeId() {
  327. return nodeId;
  328. }
  329. public void setNodeId(String nodeId) {
  330. this.nodeId = nodeId;
  331. }
  332. public String getBuidTimeYear() {
  333. return buidTimeYear;
  334. }
  335. public void setBuidTimeYear(String buidTimeYear) {
  336. this.buidTimeYear = buidTimeYear;
  337. }
  338. public String getEngSta() {
  339. return engSta;
  340. }
  341. public void setEngSta(String engSta) {
  342. this.engSta = engSta;
  343. }
  344. public String getOneUnitName() {
  345. return oneUnitName;
  346. }
  347. public void setOneUnitName(String oneUnitName) {
  348. this.oneUnitName = oneUnitName;
  349. }
  350. public String getOneUnitId() {
  351. return oneUnitId;
  352. }
  353. public void setOneUnitId(String oneUnitId) {
  354. this.oneUnitId = oneUnitId;
  355. }
  356. }