b4b5f69c05ea082810dd0c0443f4fa66cc05eae1.svn-base 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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:BisInspKeychkqhRegister
  9. *
  10. * @author lhc
  11. * @date 2021-6-25
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspKeychkqhRegister extends BaseBean implements Serializable {
  15. /** 建成年份 */
  16. @ApiModelProperty(value="建成年份",name="buidTimeYear")
  17. private Long buidTimeYear;
  18. /** 工程概况(福建增加) */
  19. @ApiModelProperty(value="工程概况(福建增加)",name="engProfil")
  20. private String engProfil;
  21. /** 建设进展概况(福建增加) */
  22. @ApiModelProperty(value="建设进展概况(福建增加)",name="engBuild")
  23. private String engBuild;
  24. /** 机构标识 */
  25. @ApiModelProperty(value="机构标识",name="orgId")
  26. private String orgId;
  27. /** ID */
  28. @ApiModelProperty(value="ID",name="id")
  29. private String id;
  30. /** 督查对象ID */
  31. @ApiModelProperty(value="督查对象ID",name="objId")
  32. private String objId;
  33. /** 项目类型 */
  34. @ApiModelProperty(value="项目类型",name="ptype")
  35. private String ptype;
  36. /** 所在行政区代码 */
  37. @ApiModelProperty(value="所在行政区代码",name="adCode")
  38. private String adCode;
  39. /** 名称 */
  40. @ApiModelProperty(value="名称",name="nm")
  41. private String nm;
  42. /** 开工年份 */
  43. @ApiModelProperty(value="开工年份",name="stwktm")
  44. private Long stwktm;
  45. /** 计划工期(月) */
  46. @ApiModelProperty(value="计划工期(月)",name="plantm")
  47. private Double plantm;
  48. /** 概算批复总投资(亿元) */
  49. @ApiModelProperty(value="概算批复总投资(亿元)",name="estapp")
  50. private Double estapp;
  51. /** 高德经度 */
  52. @ApiModelProperty(value="高德经度",name="lgtd")
  53. private Double lgtd;
  54. /** 高德纬度 */
  55. @ApiModelProperty(value="高德纬度",name="lttd")
  56. private Double lttd;
  57. /** PC经度 */
  58. @ApiModelProperty(value="PC经度",name="lgtdPc")
  59. private Double lgtdPc;
  60. /** PC纬度 */
  61. @ApiModelProperty(value="PC纬度",name="lttdPc")
  62. private Double lttdPc;
  63. /** 管理单位ID */
  64. @ApiModelProperty(value="管理单位ID",name="unitId")
  65. private String unitId;
  66. /** 管理单位名称 */
  67. @ApiModelProperty(value="管理单位名称",name="unitNm")
  68. private String unitNm;
  69. /** 组长ID */
  70. @ApiModelProperty(value="组长ID",name="groupLeaderId")
  71. private String groupLeaderId;
  72. /** 小组组长 */
  73. @ApiModelProperty(value="小组组长",name="groupLeader")
  74. private String groupLeader;
  75. /** 小组组长电话 */
  76. @ApiModelProperty(value="小组组长电话",name="groupLeaderTel")
  77. private String groupLeaderTel;
  78. /** 记录人员ID */
  79. @ApiModelProperty(value="记录人员ID",name="recPersId")
  80. private String recPersId;
  81. /** 记录人员 */
  82. @ApiModelProperty(value="记录人员",name="recPers")
  83. private String recPers;
  84. /** 记录人员电话 */
  85. @ApiModelProperty(value="记录人员电话",name="recPersTel")
  86. private String recPersTel;
  87. /** 创建时间 */
  88. @ApiModelProperty(value="创建时间",name="intm")
  89. private Date intm;
  90. /** 最后修改时间 */
  91. @ApiModelProperty(value="最后修改时间",name="uptm")
  92. private Date uptm;
  93. /** 备注 */
  94. @ApiModelProperty(value="备注",name="note")
  95. private String note;
  96. /** 数据状态 */
  97. @ApiModelProperty(value="数据状态",name="dataStat")
  98. private String dataStat;
  99. /** 督查状态 */
  100. @ApiModelProperty(value="督查状态",name="state")
  101. private String state;
  102. /** 标段状态 */
  103. @ApiModelProperty(value="标段状态",name="secStat")
  104. private String secStat;
  105. /** 一级单位督查状态 */
  106. @ApiModelProperty(value="一级单位督查状态",name="oneUnitStat")
  107. private String oneUnitStat;
  108. /** 二级单位督查状态 */
  109. @ApiModelProperty(value="二级单位督查状态",name="twoUnitStat")
  110. private String twoUnitStat;
  111. /** 三级单位督查状态 */
  112. @ApiModelProperty(value="三级单位督查状态",name="threeUnitStat")
  113. private String threeUnitStat;
  114. /** 工程建设情况-1:建成;2:未建成 */
  115. @ApiModelProperty(value="工程建设情况-1:建成;2:未建成",name="engSta")
  116. private String engSta;
  117. private String adFullName;
  118. public String getAdFullName() {
  119. return adFullName;
  120. }
  121. public void setAdFullName(String adFullName) {
  122. this.adFullName = adFullName;
  123. }
  124. public Long getBuidTimeYear() {
  125. return buidTimeYear;
  126. }
  127. public void setBuidTimeYear(Long buidTimeYear) {
  128. this.buidTimeYear = buidTimeYear;
  129. }
  130. public String getEngProfil() {
  131. return engProfil;
  132. }
  133. public void setEngProfil(String engProfil) {
  134. this.engProfil = engProfil;
  135. }
  136. public String getEngBuild() {
  137. return engBuild;
  138. }
  139. public void setEngBuild(String engBuild) {
  140. this.engBuild = engBuild;
  141. }
  142. public String getOrgId() {
  143. return orgId;
  144. }
  145. public void setOrgId(String orgId) {
  146. this.orgId = orgId;
  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 Long getStwktm() {
  179. return stwktm;
  180. }
  181. public void setStwktm(Long 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 String getDataStat() {
  287. return dataStat;
  288. }
  289. public void setDataStat(String dataStat) {
  290. this.dataStat = dataStat;
  291. }
  292. public String getState() {
  293. return state;
  294. }
  295. public void setState(String state) {
  296. this.state = state;
  297. }
  298. public String getSecStat() {
  299. return secStat;
  300. }
  301. public void setSecStat(String secStat) {
  302. this.secStat = secStat;
  303. }
  304. public String getOneUnitStat() {
  305. return oneUnitStat;
  306. }
  307. public void setOneUnitStat(String oneUnitStat) {
  308. this.oneUnitStat = oneUnitStat;
  309. }
  310. public String getTwoUnitStat() {
  311. return twoUnitStat;
  312. }
  313. public void setTwoUnitStat(String twoUnitStat) {
  314. this.twoUnitStat = twoUnitStat;
  315. }
  316. public String getThreeUnitStat() {
  317. return threeUnitStat;
  318. }
  319. public void setThreeUnitStat(String threeUnitStat) {
  320. this.threeUnitStat = threeUnitStat;
  321. }
  322. public String getEngSta() {
  323. return engSta;
  324. }
  325. public void setEngSta(String engSta) {
  326. this.engSta = engSta;
  327. }
  328. @Override
  329. public String toString() {
  330. return "BisInspKeychkqhRegister [" + "buidTimeYear=" + buidTimeYear + ", engProfil=" + engProfil + ", engBuild=" + engBuild + ", orgId=" + orgId + ", id=" + id + ", objId=" + objId + ", ptype=" + ptype + ", adCode=" + adCode + ", nm=" + nm + ", stwktm=" + stwktm + ", plantm=" + plantm + ", estapp=" + estapp + ", lgtd=" + lgtd + ", lttd=" + lttd + ", lgtdPc=" + lgtdPc + ", lttdPc=" + lttdPc + ", unitId=" + unitId + ", unitNm=" + unitNm + ", groupLeaderId=" + groupLeaderId + ", groupLeader=" + groupLeader + ", groupLeaderTel=" + groupLeaderTel + ", recPersId=" + recPersId + ", recPers=" + recPers + ", recPersTel=" + recPersTel + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + ", state=" + state + ", secStat=" + secStat + ", oneUnitStat=" + oneUnitStat + ", twoUnitStat=" + twoUnitStat + ", threeUnitStat=" + threeUnitStat + ", engSta=" + engSta + "]";
  331. }
  332. }