ac9b5942a02ebeecc254f3ff9f56f2b2421694e6.svn-base 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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:BisInspRect
  10. *
  11. * @author lhc
  12. * @date 2019-12-25
  13. */
  14. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  15. public class BisInspRect extends BaseBean implements Serializable {
  16. // 主键ID
  17. @ApiModelProperty(value = "主键ID", name = "id")
  18. private String id;
  19. // 通知类型发 '1','小型水库', '2','人饮工程', '3','水毁工程', '4','工程建设', '5','地下水', '7','运行管理', '6','水闸', '9','特定飞检', '10','其他填报', '11','淤地坝', '12','取水口','13','重要水源地', '14','分水及管控', '15','节水管理与评价', '16','用水单位抽查'
  20. @ApiModelProperty(value = "通知类型发 '1','小型水库', '2','人饮工程', '3','水毁工程', '4','工程建设', '5','地下水', '7','运行管理', '6','水闸', '9','特定飞检', '10','其他填报', '11','淤地坝', '12','取水口','13','重要水源地', '14','分水及管控', '15','节水管理与评价', '16','用水单位抽查'", name = "sndType")
  21. private String sndType;
  22. // 发文标题
  23. @ApiModelProperty(value = "发文标题", name = "sndTitle")
  24. private String sndTitle;
  25. // 发文文号
  26. @ApiModelProperty(value = "发文文号", name = "sndNub")
  27. private String sndNub;
  28. // 整改时限
  29. @ApiModelProperty(value = "整改时限", name = "crrtTm")
  30. private Date crrtTm;
  31. // 发文单位代码
  32. @ApiModelProperty(value = "发文单位代码", name = "sndOrgId")
  33. private String sndOrgId;
  34. // 发文单位名称
  35. @ApiModelProperty(value = "发文单位名称", name = "sndOrgName")
  36. private String sndOrgName;
  37. // 接收单位代码
  38. @ApiModelProperty(value = "接收单位代码", name = "rectOrgId")
  39. private String rectOrgId;
  40. // 接收单位名称
  41. @ApiModelProperty(value = "接收单位名称", name = "rectOrgName")
  42. private String rectOrgName;
  43. // 工程总数
  44. @ApiModelProperty(value = "工程总数", name = "pjctSize")
  45. private Long pjctSize;
  46. // 问题总数
  47. @ApiModelProperty(value = "问题总数", name = "pblmSize")
  48. private Long pblmSize;
  49. // 通知附件id
  50. @ApiModelProperty(value = "通知附件id", name = "fileId")
  51. private String fileId;
  52. // 通知附件名称
  53. @ApiModelProperty(value = "通知附件名称", name = "fileName")
  54. private String fileName;
  55. // 通知附件路径
  56. @ApiModelProperty(value = "通知附件路径", name = "filePath")
  57. private String filePath;
  58. // 反馈时间
  59. @ApiModelProperty(value = "反馈时间", name = "rectTm")
  60. private Date rectTm;
  61. // 反馈文号
  62. @ApiModelProperty(value = "反馈文号", name = "rectNub")
  63. private String rectNub;
  64. // 反馈人ID
  65. @ApiModelProperty(value = "反馈人ID", name = "rectPersId")
  66. private String rectPersId;
  67. // 反馈人姓名
  68. @ApiModelProperty(value = "反馈人姓名", name = "rectPersName")
  69. private String rectPersName;
  70. // 反馈通知附件id
  71. @ApiModelProperty(value = "反馈通知附件id", name = "rectFileId")
  72. private String rectFileId;
  73. // 反馈通知附件名称
  74. @ApiModelProperty(value = "反馈通知附件名称", name = "rectFileName")
  75. private String rectFileName;
  76. // 反馈通知附件路径
  77. @ApiModelProperty(value = "反馈通知附件路径", name = "rectFilePath")
  78. private String rectFilePath;
  79. // 状态 0 未下发 1 已下发 2 已反馈 3审核通过 4 驳回
  80. @ApiModelProperty(value = " 状态 0 未下发 1 已下发 2 已反馈 3审核通过 4 驳回", name = "state")
  81. private String state;
  82. // 备注
  83. @ApiModelProperty(value = "备注", name = "note")
  84. private String note;
  85. // 创建人
  86. @ApiModelProperty(value = "创建人", name = "persId")
  87. private String persId;
  88. // 创建人姓名
  89. @ApiModelProperty(value = "创建人姓名", name = "persName")
  90. private String persName;
  91. // 创建时间
  92. @ApiModelProperty(value = "创建时间", name = "intm")
  93. private Date intm;
  94. // 修改时间
  95. @ApiModelProperty(value = "修改时间", name = "uptm")
  96. private Date uptm;
  97. // 数据状态(0:正常;9:删除)
  98. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  99. private String dataStat;
  100. @ApiModelProperty(value = "接收单位行政区代码", name = "rectAddvcd")
  101. private String rectAddvcd;
  102. private List<BisInspRectLog> bisInspRectLogList;
  103. public String getRectAddvcd() {
  104. return rectAddvcd;
  105. }
  106. public void setRectAddvcd(String rectAddvcd) {
  107. this.rectAddvcd = rectAddvcd;
  108. }
  109. public BisInspRect() {
  110. }
  111. public String getId() {
  112. return id;
  113. }
  114. public void setId(String id) {
  115. this.id = id;
  116. }
  117. public String getSndType() {
  118. return sndType;
  119. }
  120. public void setSndType(String sndType) {
  121. this.sndType = sndType;
  122. }
  123. public String getSndTitle() {
  124. return sndTitle;
  125. }
  126. public void setSndTitle(String sndTitle) {
  127. this.sndTitle = sndTitle;
  128. }
  129. public String getSndNub() {
  130. return sndNub;
  131. }
  132. public void setSndNub(String sndNub) {
  133. this.sndNub = sndNub;
  134. }
  135. public Date getCrrtTm() {
  136. return crrtTm;
  137. }
  138. public void setCrrtTm(Date crrtTm) {
  139. this.crrtTm = crrtTm;
  140. }
  141. public String getSndOrgId() {
  142. return sndOrgId;
  143. }
  144. public void setSndOrgId(String sndOrgId) {
  145. this.sndOrgId = sndOrgId;
  146. }
  147. public String getSndOrgName() {
  148. return sndOrgName;
  149. }
  150. public void setSndOrgName(String sndOrgName) {
  151. this.sndOrgName = sndOrgName;
  152. }
  153. public String getRectOrgId() {
  154. return rectOrgId;
  155. }
  156. public void setRectOrgId(String rectOrgId) {
  157. this.rectOrgId = rectOrgId;
  158. }
  159. public String getRectOrgName() {
  160. return rectOrgName;
  161. }
  162. public void setRectOrgName(String rectOrgName) {
  163. this.rectOrgName = rectOrgName;
  164. }
  165. public Long getPjctSize() {
  166. return pjctSize;
  167. }
  168. public void setPjctSize(Long pjctSize) {
  169. this.pjctSize = pjctSize;
  170. }
  171. public Long getPblmSize() {
  172. return pblmSize;
  173. }
  174. public void setPblmSize(Long pblmSize) {
  175. this.pblmSize = pblmSize;
  176. }
  177. public String getFileId() {
  178. return fileId;
  179. }
  180. public void setFileId(String fileId) {
  181. this.fileId = fileId;
  182. }
  183. public String getFileName() {
  184. return fileName;
  185. }
  186. public void setFileName(String fileName) {
  187. this.fileName = fileName;
  188. }
  189. public String getFilePath() {
  190. return filePath;
  191. }
  192. public void setFilePath(String filePath) {
  193. this.filePath = filePath;
  194. }
  195. public Date getRectTm() {
  196. return rectTm;
  197. }
  198. public void setRectTm(Date rectTm) {
  199. this.rectTm = rectTm;
  200. }
  201. public String getRectNub() {
  202. return rectNub;
  203. }
  204. public void setRectNub(String rectNub) {
  205. this.rectNub = rectNub;
  206. }
  207. public String getRectPersId() {
  208. return rectPersId;
  209. }
  210. public void setRectPersId(String rectPersId) {
  211. this.rectPersId = rectPersId;
  212. }
  213. public String getRectPersName() {
  214. return rectPersName;
  215. }
  216. public void setRectPersName(String rectPersName) {
  217. this.rectPersName = rectPersName;
  218. }
  219. public String getRectFileId() {
  220. return rectFileId;
  221. }
  222. public void setRectFileId(String rectFileId) {
  223. this.rectFileId = rectFileId;
  224. }
  225. public String getRectFileName() {
  226. return rectFileName;
  227. }
  228. public void setRectFileName(String rectFileName) {
  229. this.rectFileName = rectFileName;
  230. }
  231. public String getRectFilePath() {
  232. return rectFilePath;
  233. }
  234. public void setRectFilePath(String rectFilePath) {
  235. this.rectFilePath = rectFilePath;
  236. }
  237. public String getState() {
  238. return state;
  239. }
  240. public void setState(String state) {
  241. this.state = state;
  242. }
  243. public String getNote() {
  244. return note;
  245. }
  246. public void setNote(String note) {
  247. this.note = note;
  248. }
  249. public String getPersId() {
  250. return persId;
  251. }
  252. public void setPersId(String persId) {
  253. this.persId = persId;
  254. }
  255. public String getPersName() {
  256. return persName;
  257. }
  258. public void setPersName(String persName) {
  259. this.persName = persName;
  260. }
  261. public Date getIntm() {
  262. return intm;
  263. }
  264. public void setIntm(Date intm) {
  265. this.intm = intm;
  266. }
  267. public Date getUptm() {
  268. return uptm;
  269. }
  270. public void setUptm(Date uptm) {
  271. this.uptm = uptm;
  272. }
  273. public String getDataStat() {
  274. return dataStat;
  275. }
  276. public void setDataStat(String dataStat) {
  277. this.dataStat = dataStat;
  278. }
  279. public List<BisInspRectLog> getBisInspRectLogList() {
  280. return bisInspRectLogList;
  281. }
  282. public void setBisInspRectLogList(List<BisInspRectLog> bisInspRectLogList) {
  283. this.bisInspRectLogList = bisInspRectLogList;
  284. }
  285. @Override
  286. public String toString() {
  287. return "BisInspRect [" + "id=" + id + ", sndType=" + sndType + ", sndTitle=" + sndTitle + ", sndNub=" + sndNub + ", crrtTm=" + crrtTm + ", sndOrgId=" + sndOrgId + ", sndOrgName=" + sndOrgName + ", rectOrgId=" + rectOrgId + ", rectOrgName=" + rectOrgName + ", pjctSize=" + pjctSize + ", pblmSize=" + pblmSize + ", fileId=" + fileId + ", fileName=" + fileName + ", filePath=" + filePath + ", rectTm=" + rectTm + ", rectNub=" + rectNub + ", rectPersId=" + rectPersId + ", rectPersName=" + rectPersName + ", rectFileId=" + rectFileId + ", rectFileName=" + rectFileName + ", rectFilePath=" + rectFilePath + ", state=" + state + ", note=" + note + ", persId=" + persId + ", persName=" + persName + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
  288. }
  289. }