df64d8dc25681b0079f2b273fd8a9453f6d4d679.svn-base 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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. * BisInspKeyRegisterParam
  9. *
  10. * @author lhc
  11. * @date 2019-4-20
  12. */
  13. public class BisInspKeyRegisterParam extends PageParam implements Serializable {
  14. // 172工程登记记录ID
  15. @ApiParam(name = "172工程登记记录ID")
  16. @ApiModelProperty(value = "172工程登记记录ID", name = "id")
  17. private String id;
  18. // 督查对象ID
  19. @ApiParam(name = "督查对象ID")
  20. @ApiModelProperty(value = "督查对象ID", name = "objId")
  21. private String objId;
  22. // 项目类型
  23. @ApiParam(name = "项目类型")
  24. @ApiModelProperty(value = "项目类型", name = "ptype")
  25. private String ptype;
  26. // 所在行政区代码
  27. @ApiParam(name = "所在行政区代码")
  28. @ApiModelProperty(value = "所在行政区代码", name = "adCode")
  29. private String adCode;
  30. // 名称
  31. @ApiParam(name = "名称")
  32. @ApiModelProperty(value = "名称", name = "nm")
  33. private String nm;
  34. // 开工年份
  35. @ApiParam(name = "开工年份")
  36. @ApiModelProperty(value = "开工年份", name = "stwktm")
  37. private String stwktm;
  38. // 计划工期(月)
  39. @ApiParam(name = "计划工期(月)")
  40. @ApiModelProperty(value = "计划工期(月)", name = "plantm")
  41. private Double plantm;
  42. // 概算批复总投资(亿元)
  43. @ApiParam(name = "概算批复总投资(亿元)")
  44. @ApiModelProperty(value = "概算批复总投资(亿元)", name = "estapp")
  45. private Double estapp;
  46. // 高德经度
  47. @ApiParam(name = "高德经度")
  48. @ApiModelProperty(value = "高德经度", name = "lgtd")
  49. private Double lgtd;
  50. // 高德纬度
  51. @ApiParam(name = "高德纬度")
  52. @ApiModelProperty(value = "高德纬度", name = "lttd")
  53. private Double lttd;
  54. // PC经度
  55. @ApiParam(name = "PC经度")
  56. @ApiModelProperty(value = "PC经度", name = "lgtdPc")
  57. private Double lgtdPc;
  58. // PC纬度
  59. @ApiParam(name = "PC纬度")
  60. @ApiModelProperty(value = "PC纬度", name = "lttdPc")
  61. private Double lttdPc;
  62. // 管理单位ID
  63. @ApiParam(name = "管理单位ID")
  64. @ApiModelProperty(value = "管理单位ID", name = "unitId")
  65. private String unitId;
  66. // 管理单位名称
  67. @ApiParam(name = "管理单位名称")
  68. @ApiModelProperty(value = "管理单位名称", name = "unitNm")
  69. private String unitNm;
  70. // 组长ID
  71. @ApiParam(name = "组长ID")
  72. @ApiModelProperty(value = "组长ID", name = "groupLeaderId")
  73. private String groupLeaderId;
  74. // 小组组长
  75. @ApiParam(name = "小组组长")
  76. @ApiModelProperty(value = "小组组长", name = "groupLeader")
  77. private String groupLeader;
  78. // 小组组长电话
  79. @ApiParam(name = "小组组长电话")
  80. @ApiModelProperty(value = "小组组长电话", name = "groupLeaderTel")
  81. private String groupLeaderTel;
  82. // 记录人员ID
  83. @ApiParam(name = "记录人员ID")
  84. @ApiModelProperty(value = "记录人员ID", name = "recPersId")
  85. private String recPersId;
  86. // 记录人员
  87. @ApiParam(name = "记录人员")
  88. @ApiModelProperty(value = "记录人员", name = "recPers")
  89. private String recPers;
  90. // 记录人员电话
  91. @ApiParam(name = "记录人员电话")
  92. @ApiModelProperty(value = "记录人员电话", name = "recPersTel")
  93. private String recPersTel;
  94. // 创建时间
  95. @ApiParam(name = "创建时间")
  96. @ApiModelProperty(value = "创建时间", name = "intm")
  97. private Date intm;
  98. // 最后修改时间
  99. @ApiParam(name = "最后修改时间")
  100. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  101. private Date uptm;
  102. // 备注
  103. @ApiParam(name = "备注")
  104. @ApiModelProperty(value = "备注", name = "note")
  105. private String note;
  106. // 数据状态
  107. @ApiParam(name = "数据状态")
  108. @ApiModelProperty(value = "数据状态", name = "dataStat")
  109. private Boolean dataStat;
  110. // 督查状态
  111. @ApiParam(name = "督查状态")
  112. @ApiModelProperty(value = "督查状态", name = "state")
  113. private Boolean state;
  114. // 标段状态
  115. @ApiParam(name = "标段状态")
  116. @ApiModelProperty(value = "标段状态", name = "secStat")
  117. private Boolean secStat;
  118. // 一级单位督查状态
  119. @ApiParam(name = "一级单位督查状态")
  120. @ApiModelProperty(value = "一级单位督查状态", name = "oneUnitStat")
  121. private Boolean oneUnitStat;
  122. // 二级单位督查状态
  123. @ApiParam(name = "二级单位督查状态")
  124. @ApiModelProperty(value = "二级单位督查状态", name = "twoUnitStat")
  125. private Boolean twoUnitStat;
  126. // 三级单位督查状态
  127. @ApiParam(name = "三级单位督查状态")
  128. @ApiModelProperty(value = "三级单位督查状态", name = "threeUnitStat")
  129. private Boolean threeUnitStat;
  130. @ApiModelProperty("工程概况(福建增加)")
  131. private String engProfil;
  132. @ApiModelProperty("建设进展概况(福建增加)")
  133. private String engBuild;
  134. public BisInspKeyRegisterParam() {
  135. }
  136. public String getEngProfil() {
  137. return engProfil;
  138. }
  139. public void setEngProfil(String engProfil) {
  140. this.engProfil = engProfil;
  141. }
  142. public String getEngBuild() {
  143. return engBuild;
  144. }
  145. public void setEngBuild(String engBuild) {
  146. this.engBuild = engBuild;
  147. }
  148. public String getId() {
  149. return id;
  150. }
  151. public void setId(String id) {
  152. this.id = id;
  153. }
  154. public String getObjId() {
  155. return objId;
  156. }
  157. public void setObjId(String objId) {
  158. this.objId = objId;
  159. }
  160. public String getPtype() {
  161. return ptype;
  162. }
  163. public void setPtype(String ptype) {
  164. this.ptype = ptype;
  165. }
  166. public String getAdCode() {
  167. return adCode;
  168. }
  169. public void setAdCode(String adCode) {
  170. this.adCode = adCode;
  171. }
  172. public String getNm() {
  173. return nm;
  174. }
  175. public void setNm(String nm) {
  176. this.nm = nm;
  177. }
  178. public String getStwktm() {
  179. return stwktm;
  180. }
  181. public void setStwktm(String stwktm) {
  182. this.stwktm = stwktm;
  183. }
  184. public Double getPlantm() {
  185. return plantm;
  186. }
  187. public void setPlantm(Double plantm) {
  188. this.plantm = plantm;
  189. }
  190. public Double getEstapp() {
  191. return estapp;
  192. }
  193. public void setEstapp(Double estapp) {
  194. this.estapp = estapp;
  195. }
  196. public Double getLgtd() {
  197. return lgtd;
  198. }
  199. public void setLgtd(Double lgtd) {
  200. this.lgtd = lgtd;
  201. }
  202. public Double getLttd() {
  203. return lttd;
  204. }
  205. public void setLttd(Double lttd) {
  206. this.lttd = lttd;
  207. }
  208. public Double getLgtdPc() {
  209. return lgtdPc;
  210. }
  211. public void setLgtdPc(Double lgtdPc) {
  212. this.lgtdPc = lgtdPc;
  213. }
  214. public Double getLttdPc() {
  215. return lttdPc;
  216. }
  217. public void setLttdPc(Double lttdPc) {
  218. this.lttdPc = lttdPc;
  219. }
  220. public String getUnitId() {
  221. return unitId;
  222. }
  223. public void setUnitId(String unitId) {
  224. this.unitId = unitId;
  225. }
  226. public String getUnitNm() {
  227. return unitNm;
  228. }
  229. public void setUnitNm(String unitNm) {
  230. this.unitNm = unitNm;
  231. }
  232. public String getGroupLeaderId() {
  233. return groupLeaderId;
  234. }
  235. public void setGroupLeaderId(String groupLeaderId) {
  236. this.groupLeaderId = groupLeaderId;
  237. }
  238. public String getGroupLeader() {
  239. return groupLeader;
  240. }
  241. public void setGroupLeader(String groupLeader) {
  242. this.groupLeader = groupLeader;
  243. }
  244. public String getGroupLeaderTel() {
  245. return groupLeaderTel;
  246. }
  247. public void setGroupLeaderTel(String groupLeaderTel) {
  248. this.groupLeaderTel = groupLeaderTel;
  249. }
  250. public String getRecPersId() {
  251. return recPersId;
  252. }
  253. public void setRecPersId(String recPersId) {
  254. this.recPersId = recPersId;
  255. }
  256. public String getRecPers() {
  257. return recPers;
  258. }
  259. public void setRecPers(String recPers) {
  260. this.recPers = recPers;
  261. }
  262. public String getRecPersTel() {
  263. return recPersTel;
  264. }
  265. public void setRecPersTel(String recPersTel) {
  266. this.recPersTel = recPersTel;
  267. }
  268. public Date getIntm() {
  269. return intm;
  270. }
  271. public void setIntm(Date intm) {
  272. this.intm = intm;
  273. }
  274. public Date getUptm() {
  275. return uptm;
  276. }
  277. public void setUptm(Date uptm) {
  278. this.uptm = uptm;
  279. }
  280. public String getNote() {
  281. return note;
  282. }
  283. public void setNote(String note) {
  284. this.note = note;
  285. }
  286. public Boolean getDataStat() {
  287. return dataStat;
  288. }
  289. public void setDataStat(Boolean dataStat) {
  290. this.dataStat = dataStat;
  291. }
  292. public Boolean getState() {
  293. return state;
  294. }
  295. public void setState(Boolean state) {
  296. this.state = state;
  297. }
  298. public Boolean getSecStat() {
  299. return secStat;
  300. }
  301. public void setSecStat(Boolean secStat) {
  302. this.secStat = secStat;
  303. }
  304. public Boolean getOneUnitStat() {
  305. return oneUnitStat;
  306. }
  307. public void setOneUnitStat(Boolean oneUnitStat) {
  308. this.oneUnitStat = oneUnitStat;
  309. }
  310. public Boolean getTwoUnitStat() {
  311. return twoUnitStat;
  312. }
  313. public void setTwoUnitStat(Boolean twoUnitStat) {
  314. this.twoUnitStat = twoUnitStat;
  315. }
  316. public Boolean getThreeUnitStat() {
  317. return threeUnitStat;
  318. }
  319. public void setThreeUnitStat(Boolean threeUnitStat) {
  320. this.threeUnitStat = threeUnitStat;
  321. }
  322. }