b84acd97d2baa0eb9b75fdfff2ab6141e9ad8c66.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. package cn.com.goldenwater.dcproj.model;
  2. import cn.com.goldenwater.core.model.BaseBean;
  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:BisInspWagaPblm
  10. *
  11. * @author lhc
  12. * @date 2021-5-21
  13. */
  14. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  15. public class BisInspWagaPblm extends BaseBean implements Serializable {
  16. // 主键ID
  17. @ApiModelProperty(value = "主键ID", name = "id")
  18. private String id;
  19. // 登记表ID
  20. @ApiModelProperty(value = "登记表ID", name = "rgstrId")
  21. private String rgstrId;
  22. // 水闸编码
  23. @ApiModelProperty(value = "水闸编码", name = "objCode")
  24. private String objCode;
  25. // 水闸名称
  26. @ApiModelProperty(value = "水闸名称", name = "gateName")
  27. private String gateName;
  28. // 行政区编码
  29. @ApiModelProperty(value = "行政区编码", name = "adCode")
  30. private String adCode;
  31. // 省名称
  32. @ApiModelProperty(value = "省名称", name = "proName")
  33. private String proName;
  34. // 市名称
  35. @ApiModelProperty(value = "市名称", name = "cityName")
  36. private String cityName;
  37. // 县名称
  38. @ApiModelProperty(value = "县名称", name = "countyName")
  39. private String countyName;
  40. // 工况总体评价
  41. @ApiModelProperty(value = "工况总体评价", name = "safeComment")
  42. private String safeComment;
  43. // 工程规模--1:大型;2:中型;3:小型;
  44. @ApiModelProperty(value = "工程规模--1:大型;2:中型;3:小型;", name = "engScal")
  45. private String engScal;
  46. // 管理单位
  47. @ApiModelProperty(value = "管理单位", name = "unit")
  48. private String unit;
  49. // 问题类别
  50. @ApiModelProperty(value = "问题类别", name = "pblmType")
  51. private String pblmType;
  52. // 检查项目
  53. @ApiModelProperty(value = "检查项目", name = "pblmOption")
  54. private String pblmOption;
  55. // 问题描述
  56. @ApiModelProperty(value = "问题描述", name = "pblmDesc")
  57. private String pblmDesc;
  58. // 问题等级
  59. @ApiModelProperty(value = "问题等级", name = "pblmLevl")
  60. private String pblmLevl;
  61. // 附件序号
  62. @ApiModelProperty(value = "附件序号", name = "attach")
  63. private String attach;
  64. // 问题序号
  65. @ApiModelProperty(value = "问题序号", name = "pblmSn")
  66. private String pblmSn;
  67. // 整改状态(1:未整改;2:正在整改;3:已整改)
  68. @ApiModelProperty(value = "整改状态(1:未整改;2:正在整改;3:已整改)", name = "rectConc")
  69. private String rectConc;
  70. // 整改措施
  71. @ApiModelProperty(value = "整改措施", name = "rectMsrs")
  72. private String rectMsrs;
  73. // 复核情况
  74. @ApiModelProperty(value = "复核情况", name = "revwInfo")
  75. private String revwInfo;
  76. // 创建时间
  77. @ApiModelProperty(value = "创建时间", name = "intm")
  78. private Date intm;
  79. // 修改时间
  80. @ApiModelProperty(value = "修改时间", name = "uptm")
  81. private Date uptm;
  82. // 审核状态 1:通过 2:未通过
  83. @ApiModelProperty(value = "审核状态 1:通过 2:未通过", name = "auditConc")
  84. private String auditConc;
  85. // 审核意见
  86. @ApiModelProperty(value = "审核意见", name = "auditNote")
  87. private String auditNote;
  88. // 复核整改状态(1:未整改;2:正在整改;3:整改完成;4:整改不到位;5:上报整改情况与实际不符)
  89. @ApiModelProperty(value = "复核整改状态(1:未整改;2:正在整改;3:整改完成;4:整改不到位;5:上报整改情况与实际不符)", name = "revwRectConc")
  90. private String revwRectConc;
  91. // 实际/计划整改完成时间
  92. @ApiModelProperty(value = "实际/计划整改完成时间", name = "realPlanDt")
  93. private Date realPlanDt;
  94. // 复核整改问题
  95. @ApiModelProperty(value = "复核整改问题", name = "revwRectPblm")
  96. private String revwRectPblm;
  97. // 复核填报状态(0:未填报;1:填报中;2:已填报)
  98. @ApiModelProperty(value = "复核填报状态(0:未填报;1:填报中;2:已填报)", name = "revwState")
  99. private String revwState;
  100. // 督查状态(0:未督查;2:督查中;3:已督查)
  101. @ApiModelProperty(value = "督查状态(0:未督查;2:督查中;3:已督查)", name = "state")
  102. private String state;
  103. // 数据状态(0:正常;9:删除)
  104. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  105. private String dataStat;
  106. // 导入数据时扩展字段1
  107. @ApiModelProperty(value = "导入数据时扩展字段1", name = "column1")
  108. private String column1;
  109. // 导入数据时扩展字段2
  110. @ApiModelProperty(value = "导入数据时扩展字段2", name = "column2")
  111. private String column2;
  112. @ApiModelProperty(value = "文件", name = "gwComFiles")
  113. private List<GwComFile> gwComFiles;
  114. public BisInspWagaPblm() {
  115. }
  116. public List<GwComFile> getGwComFiles() {
  117. return gwComFiles;
  118. }
  119. public void setGwComFiles(List<GwComFile> gwComFiles) {
  120. this.gwComFiles = gwComFiles;
  121. }
  122. public String getId() {
  123. return id;
  124. }
  125. public void setId(String id) {
  126. this.id = id;
  127. }
  128. public String getRgstrId() {
  129. return rgstrId;
  130. }
  131. public void setRgstrId(String rgstrId) {
  132. this.rgstrId = rgstrId;
  133. }
  134. public String getObjCode() {
  135. return objCode;
  136. }
  137. public void setObjCode(String objCode) {
  138. this.objCode = objCode;
  139. }
  140. public String getGateName() {
  141. return gateName;
  142. }
  143. public void setGateName(String gateName) {
  144. this.gateName = gateName;
  145. }
  146. public String getAdCode() {
  147. return adCode;
  148. }
  149. public void setAdCode(String adCode) {
  150. this.adCode = adCode;
  151. }
  152. public String getProName() {
  153. return proName;
  154. }
  155. public void setProName(String proName) {
  156. this.proName = proName;
  157. }
  158. public String getCityName() {
  159. return cityName;
  160. }
  161. public void setCityName(String cityName) {
  162. this.cityName = cityName;
  163. }
  164. public String getCountyName() {
  165. return countyName;
  166. }
  167. public void setCountyName(String countyName) {
  168. this.countyName = countyName;
  169. }
  170. public String getSafeComment() {
  171. return safeComment;
  172. }
  173. public void setSafeComment(String safeComment) {
  174. this.safeComment = safeComment;
  175. }
  176. public String getEngScal() {
  177. return engScal;
  178. }
  179. public void setEngScal(String engScal) {
  180. this.engScal = engScal;
  181. }
  182. public String getUnit() {
  183. return unit;
  184. }
  185. public void setUnit(String unit) {
  186. this.unit = unit;
  187. }
  188. public String getPblmType() {
  189. return pblmType;
  190. }
  191. public void setPblmType(String pblmType) {
  192. this.pblmType = pblmType;
  193. }
  194. public String getPblmOption() {
  195. return pblmOption;
  196. }
  197. public void setPblmOption(String pblmOption) {
  198. this.pblmOption = pblmOption;
  199. }
  200. public String getPblmDesc() {
  201. return pblmDesc;
  202. }
  203. public void setPblmDesc(String pblmDesc) {
  204. this.pblmDesc = pblmDesc;
  205. }
  206. public String getPblmLevl() {
  207. return pblmLevl;
  208. }
  209. public void setPblmLevl(String pblmLevl) {
  210. this.pblmLevl = pblmLevl;
  211. }
  212. public String getAttach() {
  213. return attach;
  214. }
  215. public void setAttach(String attach) {
  216. this.attach = attach;
  217. }
  218. public String getPblmSn() {
  219. return pblmSn;
  220. }
  221. public void setPblmSn(String pblmSn) {
  222. this.pblmSn = pblmSn;
  223. }
  224. public String getRectConc() {
  225. return rectConc;
  226. }
  227. public void setRectConc(String rectConc) {
  228. this.rectConc = rectConc;
  229. }
  230. public String getRectMsrs() {
  231. return rectMsrs;
  232. }
  233. public void setRectMsrs(String rectMsrs) {
  234. this.rectMsrs = rectMsrs;
  235. }
  236. public String getRevwInfo() {
  237. return revwInfo;
  238. }
  239. public void setRevwInfo(String revwInfo) {
  240. this.revwInfo = revwInfo;
  241. }
  242. public Date getIntm() {
  243. return intm;
  244. }
  245. public void setIntm(Date intm) {
  246. this.intm = intm;
  247. }
  248. public Date getUptm() {
  249. return uptm;
  250. }
  251. public void setUptm(Date uptm) {
  252. this.uptm = uptm;
  253. }
  254. public String getAuditConc() {
  255. return auditConc;
  256. }
  257. public void setAuditConc(String auditConc) {
  258. this.auditConc = auditConc;
  259. }
  260. public String getAuditNote() {
  261. return auditNote;
  262. }
  263. public void setAuditNote(String auditNote) {
  264. this.auditNote = auditNote;
  265. }
  266. public String getRevwRectConc() {
  267. return revwRectConc;
  268. }
  269. public void setRevwRectConc(String revwRectConc) {
  270. this.revwRectConc = revwRectConc;
  271. }
  272. public Date getRealPlanDt() {
  273. return realPlanDt;
  274. }
  275. public void setRealPlanDt(Date realPlanDt) {
  276. this.realPlanDt = realPlanDt;
  277. }
  278. public String getRevwRectPblm() {
  279. return revwRectPblm;
  280. }
  281. public void setRevwRectPblm(String revwRectPblm) {
  282. this.revwRectPblm = revwRectPblm;
  283. }
  284. public String getRevwState() {
  285. return revwState;
  286. }
  287. public void setRevwState(String revwState) {
  288. this.revwState = revwState;
  289. }
  290. public String getState() {
  291. return state;
  292. }
  293. public void setState(String state) {
  294. this.state = state;
  295. }
  296. public String getDataStat() {
  297. return dataStat;
  298. }
  299. public void setDataStat(String dataStat) {
  300. this.dataStat = dataStat;
  301. }
  302. public String getColumn1() {
  303. return column1;
  304. }
  305. public void setColumn1(String column1) {
  306. this.column1 = column1;
  307. }
  308. public String getColumn2() {
  309. return column2;
  310. }
  311. public void setColumn2(String column2) {
  312. this.column2 = column2;
  313. }
  314. @Override
  315. public String toString() {
  316. return "BisInspWagaPblm [" + "id=" + id + ", rgstrId=" + rgstrId + ", objCode=" + objCode + ", gateName=" + gateName + ", adCode=" + adCode + ", proName=" + proName + ", cityName=" + cityName + ", countyName=" + countyName + ", safeComment=" + safeComment + ", engScal=" + engScal + ", unit=" + unit + ", pblmType=" + pblmType + ", pblmOption=" + pblmOption + ", pblmDesc=" + pblmDesc + ", pblmLevl=" + pblmLevl + ", attach=" + attach + ", pblmSn=" + pblmSn + ", rectConc=" + rectConc + ", rectMsrs=" + rectMsrs + ", revwInfo=" + revwInfo + ", intm=" + intm + ", uptm=" + uptm + ", auditConc=" + auditConc + ", auditNote=" + auditNote + ", revwRectConc=" + revwRectConc + ", realPlanDt=" + realPlanDt + ", revwRectPblm=" + revwRectPblm + ", revwState=" + revwState + ", state=" + state + ", dataStat=" + dataStat + ", column1=" + column1 + ", column2=" + column2 + "]";
  317. }
  318. }