c2cda6c920b18ba316639d47815e77a4e6db7531.svn-base 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.util.Date;
  5. import java.io.Serializable;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * BisInspMtprggdParam
  9. *
  10. * @author lhc
  11. * @date 2022-3-17
  12. */
  13. public class BisInspMtprggdParam extends PageParam implements Serializable {
  14. // ID
  15. @ApiParam(name = "ID")
  16. @ApiModelProperty(value = "ID", name = "id")
  17. private String id;
  18. // 填报单位
  19. @ApiParam(name = "填报单位")
  20. @ApiModelProperty(value = "填报单位", name = "unitName")
  21. private String unitName;
  22. // 年度
  23. @ApiParam(name = "年度")
  24. @ApiModelProperty(value = "年度", name = "year")
  25. private Long year;
  26. // 月份
  27. @ApiParam(name = "月份")
  28. @ApiModelProperty(value = "月份", name = "mnth")
  29. private Long mnth;
  30. // 序号 指水利厅下达的年度监督实施计划中序号,列入则填具体序号,未列入则填“否”,若未列入监督计划但补列的,按计划内填,填“补列”。
  31. @ApiParam(name = "序号 指水利厅下达的年度监督实施计划中序号,列入则填具体序号,未列入则填“否”,若未列入监督计划但补列的,按计划内填,填“补列”。")
  32. @ApiModelProperty(value = "序号 指水利厅下达的年度监督实施计划中序号,列入则填具体序号,未列入则填“否”,若未列入监督计划但补列的,按计划内填,填“补列”。", name = "idx")
  33. private String idx;
  34. // 监督事项名称
  35. @ApiParam(name = "监督事项名称")
  36. @ApiModelProperty(value = "监督事项名称", name = "pname")
  37. private String pname;
  38. // 明查或暗访 0暗访 1明查
  39. @ApiParam(name = "明查或暗访 0暗访 1明查")
  40. @ApiModelProperty(value = "明查或暗访 0暗访 1明查", name = "ptype")
  41. private String ptype;
  42. // 开展时间
  43. @ApiParam(name = "开展时间")
  44. @ApiModelProperty(value = "开展时间", name = "tm")
  45. private Date tm;
  46. // 工程数量
  47. @ApiParam(name = "工程数量")
  48. @ApiModelProperty(value = "工程数量", name = "prjSize")
  49. private Long prjSize;
  50. // 业务主体单位数量
  51. @ApiParam(name = "业务主体单位数量")
  52. @ApiModelProperty(value = "业务主体单位数量", name = "depSize")
  53. private Long depSize;
  54. // 检查组次
  55. @ApiParam(name = "检查组次")
  56. @ApiModelProperty(value = "检查组次", name = "chkSize")
  57. private Long chkSize;
  58. // 有厅领导带队的次数
  59. @ApiParam(name = "有厅领导带队的次数")
  60. @ApiModelProperty(value = "有厅领导带队的次数", name = "leadSize")
  61. private Long leadSize;
  62. // 监督检查工日
  63. @ApiParam(name = "监督检查工日")
  64. @ApiModelProperty(value = "监督检查工日", name = "chkDaySize")
  65. private Long chkDaySize;
  66. // 书面反馈意见份数
  67. @ApiParam(name = "书面反馈意见份数")
  68. @ApiModelProperty(value = "书面反馈意见份数", name = "feedBackSize")
  69. private Long feedBackSize;
  70. // 发现问题数量(条)
  71. @ApiParam(name = "发现问题数量(条)")
  72. @ApiModelProperty(value = "发现问题数量(条)", name = "pblmSize")
  73. private Long pblmSize;
  74. // 整改问题数量(条)
  75. @ApiParam(name = "整改问题数量(条)")
  76. @ApiModelProperty(value = "整改问题数量(条)", name = "mendSize")
  77. private Long mendSize;
  78. // 本月完成整改问题数量(条)
  79. @ApiParam(name = "本月完成整改问题数量(条)")
  80. @ApiModelProperty(value = "本月完成整改问题数量(条)", name = "mendCmpSize")
  81. private Long mendCmpSize;
  82. // 累计完成整改问题数量(条)
  83. @ApiParam(name = "累计完成整改问题数量(条)")
  84. @ApiModelProperty(value = "累计完成整改问题数量(条)", name = "mendCmpTatSize")
  85. private Long mendCmpTatSize;
  86. // 问题累计整改率(%)
  87. @ApiParam(name = "问题累计整改率(%)")
  88. @ApiModelProperty(value = "问题累计整改率(%)", name = "mendCmpRatio")
  89. private Long mendCmpRatio;
  90. // 被追责单位/主体
  91. @ApiParam(name = "被追责单位/主体")
  92. @ApiModelProperty(value = "被追责单位/主体", name = "accuntDep")
  93. private String accuntDep;
  94. // 追责事由
  95. @ApiParam(name = "追责事由")
  96. @ApiModelProperty(value = "追责事由", name = "accuntText")
  97. private String accuntText;
  98. // 追责时间
  99. @ApiParam(name = "追责时间")
  100. @ApiModelProperty(value = "追责时间", name = "acuntTm")
  101. private Date acuntTm;
  102. // 追责情况
  103. @ApiParam(name = "追责情况")
  104. @ApiModelProperty(value = "追责情况", name = "accuntNote")
  105. private String accuntNote;
  106. // 创建人
  107. @ApiParam(name = "创建人")
  108. @ApiModelProperty(value = "创建人", name = "persId")
  109. private String persId;
  110. // 创建时间
  111. @ApiParam(name = "创建时间")
  112. @ApiModelProperty(value = "创建时间", name = "intm")
  113. private Date intm;
  114. // 修改时间
  115. @ApiParam(name = "修改时间")
  116. @ApiModelProperty(value = "修改时间", name = "uptm")
  117. private Date uptm;
  118. // 数据状态(0:正常;9:删除)
  119. @ApiParam(name = "数据状态(0:正常;9:删除)")
  120. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  121. private String dataStat;
  122. @ApiModelProperty(value = "行政区划", name = "adCode")
  123. private String adCode;
  124. public String getChkYearId() {
  125. return chkYearId;
  126. }
  127. public void setChkYearId(String chkYearId) {
  128. this.chkYearId = chkYearId;
  129. }
  130. @ApiModelProperty(value = "年度计划关联ID", name = "chkYearId")
  131. private String chkYearId;
  132. @ApiModelProperty(value = "检查结束时间", name = "em")
  133. private Date em;
  134. public Date getEm() {
  135. return em;
  136. }
  137. public void setEm(Date em) {
  138. this.em = em;
  139. }
  140. public String getAdCode() {
  141. return adCode;
  142. }
  143. public void setAdCode(String adCode) {
  144. this.adCode = adCode;
  145. }
  146. public BisInspMtprggdParam() {
  147. }
  148. public String getId() {
  149. return id;
  150. }
  151. public void setId(String id) {
  152. this.id = id;
  153. }
  154. public String getUnitName() {
  155. return unitName;
  156. }
  157. public void setUnitName(String unitName) {
  158. this.unitName = unitName;
  159. }
  160. public Long getYear() {
  161. return year;
  162. }
  163. public void setYear(Long year) {
  164. this.year = year;
  165. }
  166. public Long getMnth() {
  167. return mnth;
  168. }
  169. public void setMnth(Long mnth) {
  170. this.mnth = mnth;
  171. }
  172. public String getIdx() {
  173. return idx;
  174. }
  175. public void setIdx(String idx) {
  176. this.idx = idx;
  177. }
  178. public String getPname() {
  179. return pname;
  180. }
  181. public void setPname(String pname) {
  182. this.pname = pname;
  183. }
  184. public String getPtype() {
  185. return ptype;
  186. }
  187. public void setPtype(String ptype) {
  188. this.ptype = ptype;
  189. }
  190. public Date getTm() {
  191. return tm;
  192. }
  193. public void setTm(Date tm) {
  194. this.tm = tm;
  195. }
  196. public Long getPrjSize() {
  197. return prjSize;
  198. }
  199. public void setPrjSize(Long prjSize) {
  200. this.prjSize = prjSize;
  201. }
  202. public Long getDepSize() {
  203. return depSize;
  204. }
  205. public void setDepSize(Long depSize) {
  206. this.depSize = depSize;
  207. }
  208. public Long getChkSize() {
  209. return chkSize;
  210. }
  211. public void setChkSize(Long chkSize) {
  212. this.chkSize = chkSize;
  213. }
  214. public Long getLeadSize() {
  215. return leadSize;
  216. }
  217. public void setLeadSize(Long leadSize) {
  218. this.leadSize = leadSize;
  219. }
  220. public Long getChkDaySize() {
  221. return chkDaySize;
  222. }
  223. public void setChkDaySize(Long chkDaySize) {
  224. this.chkDaySize = chkDaySize;
  225. }
  226. public Long getFeedBackSize() {
  227. return feedBackSize;
  228. }
  229. public void setFeedBackSize(Long feedBackSize) {
  230. this.feedBackSize = feedBackSize;
  231. }
  232. public Long getPblmSize() {
  233. return pblmSize;
  234. }
  235. public void setPblmSize(Long pblmSize) {
  236. this.pblmSize = pblmSize;
  237. }
  238. public Long getMendSize() {
  239. return mendSize;
  240. }
  241. public void setMendSize(Long mendSize) {
  242. this.mendSize = mendSize;
  243. }
  244. public Long getMendCmpSize() {
  245. return mendCmpSize;
  246. }
  247. public void setMendCmpSize(Long mendCmpSize) {
  248. this.mendCmpSize = mendCmpSize;
  249. }
  250. public Long getMendCmpTatSize() {
  251. return mendCmpTatSize;
  252. }
  253. public void setMendCmpTatSize(Long mendCmpTatSize) {
  254. this.mendCmpTatSize = mendCmpTatSize;
  255. }
  256. public Long getMendCmpRatio() {
  257. return mendCmpRatio;
  258. }
  259. public void setMendCmpRatio(Long mendCmpRatio) {
  260. this.mendCmpRatio = mendCmpRatio;
  261. }
  262. public String getAccuntDep() {
  263. return accuntDep;
  264. }
  265. public void setAccuntDep(String accuntDep) {
  266. this.accuntDep = accuntDep;
  267. }
  268. public String getAccuntText() {
  269. return accuntText;
  270. }
  271. public void setAccuntText(String accuntText) {
  272. this.accuntText = accuntText;
  273. }
  274. public Date getAcuntTm() {
  275. return acuntTm;
  276. }
  277. public void setAcuntTm(Date acuntTm) {
  278. this.acuntTm = acuntTm;
  279. }
  280. public String getAccuntNote() {
  281. return accuntNote;
  282. }
  283. public void setAccuntNote(String accuntNote) {
  284. this.accuntNote = accuntNote;
  285. }
  286. public String getPersId() {
  287. return persId;
  288. }
  289. public void setPersId(String persId) {
  290. this.persId = persId;
  291. }
  292. public Date getIntm() {
  293. return intm;
  294. }
  295. public void setIntm(Date intm) {
  296. this.intm = intm;
  297. }
  298. public Date getUptm() {
  299. return uptm;
  300. }
  301. public void setUptm(Date uptm) {
  302. this.uptm = uptm;
  303. }
  304. public String getDataStat() {
  305. return dataStat;
  306. }
  307. public void setDataStat(String dataStat) {
  308. this.dataStat = dataStat;
  309. }
  310. }