ebdfdcafefba989fe98b33de413323d16eba6c89.svn-base 10 KB

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