cc22da26332439a5d24173b2a7db3c5f45a34176.svn-base 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import java.util.List;
  5. import cn.com.goldenwater.core.model.BaseBean;
  6. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  7. import io.swagger.annotations.ApiModelProperty;
  8. /**
  9. * entity:BisInspRectProvince
  10. *
  11. * @author lhc
  12. * @date 2020-4-8
  13. */
  14. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  15. public class BisInspRectProvince extends BaseBean implements Serializable {
  16. // 主键ID
  17. @ApiModelProperty(value = "主键ID", name = "id")
  18. private String id;
  19. // 通知类型
  20. @ApiModelProperty(value = "通知类型", 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. // 反馈人ID
  62. @ApiModelProperty(value = "反馈人ID", name = "rectPersId")
  63. private String rectPersId;
  64. // 反馈人姓名
  65. @ApiModelProperty(value = "反馈人姓名", name = "rectPersName")
  66. private String rectPersName;
  67. // 0:处室新建未提交 1:处室提交待监督处审核 2:处室提交监督处驳回 3:监督处审核下发 4:市级提交反馈 5:业务处室驳回 6:业务处室审核通过 7:监督处归档
  68. @ApiModelProperty(value = "0:处室新建未提交 1:处室提交待监督处审核 2:处室提交监督处驳回 3:监督处审核下发 4:市级提交反馈 5:业务处室驳回 6:业务处室审核通过 7:监督处归档 ", name = "state")
  69. private String state;
  70. // 备注
  71. @ApiModelProperty(value = "备注", name = "note")
  72. private String note;
  73. // 创建人
  74. @ApiModelProperty(value = "创建人", name = "persId")
  75. private String persId;
  76. // 创建人姓名
  77. @ApiModelProperty(value = "创建人姓名", name = "persName")
  78. private String persName;
  79. // 创建时间
  80. @ApiModelProperty(value = "创建时间", name = "intm")
  81. private Date intm;
  82. // 修改时间
  83. @ApiModelProperty(value = "修改时间", name = "uptm")
  84. private Date uptm;
  85. // 数据状态(0:正常;9:删除)
  86. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  87. private String dataStat;
  88. List<BisInspRectLogProvince> bisInspRectLogProvinces;
  89. @ApiModelProperty(value = "当前操作人ID", name = "curentPersId")
  90. private String curentPersId;
  91. @ApiModelProperty(value = "当前操作人机构ID", name = "curentPersIdOrgId")
  92. private String curentPersIdOrgId;
  93. @ApiModelProperty(value = "查询参数转发单位ID", name = "satOrg")
  94. private String satOrg;
  95. @ApiModelProperty(value = "年度", name = "year")
  96. private String year;
  97. @ApiModelProperty(value = "年度", name = "year")
  98. private String logNote;
  99. // 通知督查类型描述
  100. @ApiModelProperty(value = "通知督查类型描述", name = "sndTypeNm")
  101. private String sndTypeNm;
  102. private String province;
  103. @ApiModelProperty(value = "是否超时", name = "isOvertime")
  104. private String isOvertime;
  105. @Override
  106. public String getProvince() {
  107. return province;
  108. }
  109. @Override
  110. public void setProvince(String province) {
  111. this.province = province;
  112. }
  113. public String getIsOvertime() {
  114. return isOvertime;
  115. }
  116. public void setIsOvertime(String isOvertime) {
  117. this.isOvertime = isOvertime;
  118. }
  119. public String getSndTypeNm() {
  120. return sndTypeNm;
  121. }
  122. public void setSndTypeNm(String sndTypeNm) {
  123. this.sndTypeNm = sndTypeNm;
  124. }
  125. public String getLogNote() {
  126. return logNote;
  127. }
  128. public void setLogNote(String logNote) {
  129. this.logNote = logNote;
  130. }
  131. public String getCurentPersIdOrgId() {
  132. return curentPersIdOrgId;
  133. }
  134. public void setCurentPersIdOrgId(String curentPersIdOrgId) {
  135. this.curentPersIdOrgId = curentPersIdOrgId;
  136. }
  137. public String getCurentPersId() {
  138. return curentPersId;
  139. }
  140. public void setCurentPersId(String curentPersId) {
  141. this.curentPersId = curentPersId;
  142. }
  143. public BisInspRectProvince() {
  144. }
  145. public String getYear() {
  146. return year;
  147. }
  148. public void setYear(String year) {
  149. this.year = year;
  150. }
  151. public String getSatOrg() {
  152. return satOrg;
  153. }
  154. public void setSatOrg(String satOrg) {
  155. this.satOrg = satOrg;
  156. }
  157. public List<BisInspRectLogProvince> getBisInspRectLogProvinces() {
  158. return bisInspRectLogProvinces;
  159. }
  160. public void setBisInspRectLogProvinces(List<BisInspRectLogProvince> bisInspRectLogProvinces) {
  161. this.bisInspRectLogProvinces = bisInspRectLogProvinces;
  162. }
  163. public String getId() {
  164. return id;
  165. }
  166. public void setId(String id) {
  167. this.id = id;
  168. }
  169. public String getSndType() {
  170. return sndType;
  171. }
  172. public void setSndType(String sndType) {
  173. this.sndType = sndType;
  174. }
  175. public String getSndTitle() {
  176. return sndTitle;
  177. }
  178. public void setSndTitle(String sndTitle) {
  179. this.sndTitle = sndTitle;
  180. }
  181. public String getSndNub() {
  182. return sndNub;
  183. }
  184. public void setSndNub(String sndNub) {
  185. this.sndNub = sndNub;
  186. }
  187. public Date getCrrtTm() {
  188. return crrtTm;
  189. }
  190. public void setCrrtTm(Date crrtTm) {
  191. this.crrtTm = crrtTm;
  192. }
  193. public String getSndOrgId() {
  194. return sndOrgId;
  195. }
  196. public void setSndOrgId(String sndOrgId) {
  197. this.sndOrgId = sndOrgId;
  198. }
  199. public String getSndOrgName() {
  200. return sndOrgName;
  201. }
  202. public void setSndOrgName(String sndOrgName) {
  203. this.sndOrgName = sndOrgName;
  204. }
  205. public String getRectOrgId() {
  206. return rectOrgId;
  207. }
  208. public void setRectOrgId(String rectOrgId) {
  209. this.rectOrgId = rectOrgId;
  210. }
  211. public String getRectOrgName() {
  212. return rectOrgName;
  213. }
  214. public void setRectOrgName(String rectOrgName) {
  215. this.rectOrgName = rectOrgName;
  216. }
  217. public Long getPjctSize() {
  218. return pjctSize;
  219. }
  220. public void setPjctSize(Long pjctSize) {
  221. this.pjctSize = pjctSize;
  222. }
  223. public Long getPblmSize() {
  224. return pblmSize;
  225. }
  226. public void setPblmSize(Long pblmSize) {
  227. this.pblmSize = pblmSize;
  228. }
  229. public String getFileId() {
  230. return fileId;
  231. }
  232. public void setFileId(String fileId) {
  233. this.fileId = fileId;
  234. }
  235. public String getFileName() {
  236. return fileName;
  237. }
  238. public void setFileName(String fileName) {
  239. this.fileName = fileName;
  240. }
  241. public String getFilePath() {
  242. return filePath;
  243. }
  244. public void setFilePath(String filePath) {
  245. this.filePath = filePath;
  246. }
  247. public Date getRectTm() {
  248. return rectTm;
  249. }
  250. public void setRectTm(Date rectTm) {
  251. this.rectTm = rectTm;
  252. }
  253. public String getRectPersId() {
  254. return rectPersId;
  255. }
  256. public void setRectPersId(String rectPersId) {
  257. this.rectPersId = rectPersId;
  258. }
  259. public String getRectPersName() {
  260. return rectPersName;
  261. }
  262. public void setRectPersName(String rectPersName) {
  263. this.rectPersName = rectPersName;
  264. }
  265. public String getState() {
  266. return state;
  267. }
  268. public void setState(String state) {
  269. this.state = state;
  270. }
  271. public String getNote() {
  272. return note;
  273. }
  274. public void setNote(String note) {
  275. this.note = note;
  276. }
  277. public String getPersId() {
  278. return persId;
  279. }
  280. public void setPersId(String persId) {
  281. this.persId = persId;
  282. }
  283. public String getPersName() {
  284. return persName;
  285. }
  286. public void setPersName(String persName) {
  287. this.persName = persName;
  288. }
  289. public Date getIntm() {
  290. return intm;
  291. }
  292. public void setIntm(Date intm) {
  293. this.intm = intm;
  294. }
  295. public Date getUptm() {
  296. return uptm;
  297. }
  298. public void setUptm(Date uptm) {
  299. this.uptm = uptm;
  300. }
  301. public String getDataStat() {
  302. return dataStat;
  303. }
  304. public void setDataStat(String dataStat) {
  305. this.dataStat = dataStat;
  306. }
  307. @Override
  308. public String toString() {
  309. return "BisInspRectProvince [" + "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 + ", rectPersId=" + rectPersId + ", rectPersName=" + rectPersName + ", state=" + state + ", note=" + note + ", persId=" + persId + ", persName=" + persName + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
  310. }
  311. }