bf0b4663ea3768d4cde7d0adc953fe4ca3fc071b.svn-base 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. * BisInspPlanMonthParam
  9. *
  10. * @author lhc
  11. * @date 2022-4-18
  12. */
  13. public class BisInspPlanMonthParam extends PageParam implements Serializable {
  14. // 序号
  15. @ApiParam(name = "序号")
  16. @ApiModelProperty(value = "序号", name = "ordr")
  17. private Long ordr;
  18. // 行政区代码
  19. @ApiParam(name = "行政区代码")
  20. @ApiModelProperty(value = "行政区代码", name = "adCode")
  21. private String adCode;
  22. // 事项内容
  23. @ApiParam(name = "事项内容")
  24. @ApiModelProperty(value = "事项内容", name = "chkTitle")
  25. private String chkTitle;
  26. // 年月
  27. @ApiParam(name = "年月")
  28. @ApiModelProperty(value = "年月", name = "chkMonth")
  29. private Date chkMonth;
  30. // 检查实施单位
  31. @ApiParam(name = "检查实施单位")
  32. @ApiModelProperty(value = "检查实施单位", name = "chkDep")
  33. private String chkDep;
  34. // 检查组
  35. @ApiParam(name = "检查组")
  36. @ApiModelProperty(value = "检查组", name = "chkGrp")
  37. private String chkGrp;
  38. // 拟检查开始时间(到日)
  39. @ApiParam(name = "拟检查开始时间(到日)")
  40. @ApiModelProperty(value = "拟检查开始时间(到日)", name = "planSttm")
  41. private Date planSttm;
  42. // 拟检查结束时间(到日)
  43. @ApiParam(name = "拟检查结束时间(到日)")
  44. @ApiModelProperty(value = "拟检查结束时间(到日)", name = "planEntm")
  45. private Date planEntm;
  46. // 是否到市水利局现场
  47. @ApiParam(name = "是否到市水利局现场")
  48. @ApiModelProperty(value = "是否到市水利局现场", name = "leadDep")
  49. private String leadDep;
  50. // 到市水利局现场名称
  51. @ApiParam(name = "到市水利局现场名称")
  52. @ApiModelProperty(value = "到市水利局现场名称", name = "joinDep")
  53. private String joinDep;
  54. // 检查区域市水利(水务)局
  55. @ApiParam(name = "检查区域市水利(水务)局")
  56. @ApiModelProperty(value = "检查区域市水利(水务)局", name = "chkCity")
  57. private String chkCity;
  58. // 检查区区、县(市)
  59. @ApiParam(name = "检查区区、县(市)")
  60. @ApiModelProperty(value = "检查区区、县(市)", name = "chkCountry")
  61. private String chkCountry;
  62. // 项目数量
  63. @ApiParam(name = "项目数量")
  64. @ApiModelProperty(value = "项目数量", name = "chkSize")
  65. private Long chkSize;
  66. // 开展方式
  67. @ApiParam(name = "开展方式")
  68. @ApiModelProperty(value = "开展方式", name = "chkType")
  69. private String chkType;
  70. // 联络人
  71. @ApiParam(name = "联络人")
  72. @ApiModelProperty(value = "联络人", name = "chkPers")
  73. private String chkPers;
  74. // 联络人联系方式
  75. @ApiParam(name = "联络人联系方式")
  76. @ApiModelProperty(value = "联络人联系方式", name = "chkPersTel")
  77. private String chkPersTel;
  78. // 统筹调度意见
  79. @ApiParam(name = "统筹调度意见")
  80. @ApiModelProperty(value = "统筹调度意见", name = "chkNote")
  81. private String chkNote;
  82. // 创建人
  83. @ApiParam(name = "创建人")
  84. @ApiModelProperty(value = "创建人", name = "persId")
  85. private String persId;
  86. // 创建时间
  87. @ApiParam(name = "创建时间")
  88. @ApiModelProperty(value = "创建时间", name = "intm")
  89. private Date intm;
  90. // 修改时间
  91. @ApiParam(name = "修改时间")
  92. @ApiModelProperty(value = "修改时间", name = "uptm")
  93. private Date uptm;
  94. // 数据状态(0:正常;9:删除)
  95. @ApiParam(name = "数据状态(0:正常;9:删除)")
  96. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  97. private String dataStat;
  98. // ID
  99. @ApiParam(name = "ID")
  100. @ApiModelProperty(value = "ID", name = "id")
  101. private String id;
  102. // 年度检查计划id
  103. @ApiModelProperty(value="年度检查计划id",name="yearPlanId")
  104. private String yearPlanId;
  105. // 年度检查计划名称
  106. @ApiModelProperty(value="年度检查计划名称",name="yearChkName")
  107. private String yearChkName;
  108. // 年度检查类别
  109. @ApiModelProperty(value="年度检查类别",name="yearChkType")
  110. private String yearChkType;
  111. // 组织检查处室
  112. @ApiModelProperty(value="组织检查处室",name="organDep")
  113. private String organDep;
  114. public String getOrganDep() {
  115. return organDep;
  116. }
  117. public void setOrganDep(String organDep) {
  118. this.organDep = organDep;
  119. }
  120. public BisInspPlanMonthParam() {
  121. }
  122. public Long getOrdr() {
  123. return ordr;
  124. }
  125. public void setOrdr(Long ordr) {
  126. this.ordr = ordr;
  127. }
  128. public String getAdCode() {
  129. return adCode;
  130. }
  131. public void setAdCode(String adCode) {
  132. this.adCode = adCode;
  133. }
  134. public String getChkTitle() {
  135. return chkTitle;
  136. }
  137. public void setChkTitle(String chkTitle) {
  138. this.chkTitle = chkTitle;
  139. }
  140. public Date getChkMonth() {
  141. return chkMonth;
  142. }
  143. public void setChkMonth(Date chkMonth) {
  144. this.chkMonth = chkMonth;
  145. }
  146. public String getChkDep() {
  147. return chkDep;
  148. }
  149. public void setChkDep(String chkDep) {
  150. this.chkDep = chkDep;
  151. }
  152. public String getChkGrp() {
  153. return chkGrp;
  154. }
  155. public void setChkGrp(String chkGrp) {
  156. this.chkGrp = chkGrp;
  157. }
  158. public Date getPlanSttm() {
  159. return planSttm;
  160. }
  161. public void setPlanSttm(Date planSttm) {
  162. this.planSttm = planSttm;
  163. }
  164. public Date getPlanEntm() {
  165. return planEntm;
  166. }
  167. public void setPlanEntm(Date planEntm) {
  168. this.planEntm = planEntm;
  169. }
  170. public String getLeadDep() {
  171. return leadDep;
  172. }
  173. public void setLeadDep(String leadDep) {
  174. this.leadDep = leadDep;
  175. }
  176. public String getJoinDep() {
  177. return joinDep;
  178. }
  179. public void setJoinDep(String joinDep) {
  180. this.joinDep = joinDep;
  181. }
  182. public String getChkCity() {
  183. return chkCity;
  184. }
  185. public void setChkCity(String chkCity) {
  186. this.chkCity = chkCity;
  187. }
  188. public String getChkCountry() {
  189. return chkCountry;
  190. }
  191. public void setChkCountry(String chkCountry) {
  192. this.chkCountry = chkCountry;
  193. }
  194. public Long getChkSize() {
  195. return chkSize;
  196. }
  197. public void setChkSize(Long chkSize) {
  198. this.chkSize = chkSize;
  199. }
  200. public String getChkType() {
  201. return chkType;
  202. }
  203. public void setChkType(String chkType) {
  204. this.chkType = chkType;
  205. }
  206. public String getChkPers() {
  207. return chkPers;
  208. }
  209. public void setChkPers(String chkPers) {
  210. this.chkPers = chkPers;
  211. }
  212. public String getChkPersTel() {
  213. return chkPersTel;
  214. }
  215. public void setChkPersTel(String chkPersTel) {
  216. this.chkPersTel = chkPersTel;
  217. }
  218. public String getChkNote() {
  219. return chkNote;
  220. }
  221. public void setChkNote(String chkNote) {
  222. this.chkNote = chkNote;
  223. }
  224. public String getPersId() {
  225. return persId;
  226. }
  227. public void setPersId(String persId) {
  228. this.persId = persId;
  229. }
  230. public Date getIntm() {
  231. return intm;
  232. }
  233. public void setIntm(Date intm) {
  234. this.intm = intm;
  235. }
  236. public Date getUptm() {
  237. return uptm;
  238. }
  239. public void setUptm(Date uptm) {
  240. this.uptm = uptm;
  241. }
  242. public String getDataStat() {
  243. return dataStat;
  244. }
  245. public void setDataStat(String dataStat) {
  246. this.dataStat = dataStat;
  247. }
  248. public String getId() {
  249. return id;
  250. }
  251. public void setId(String id) {
  252. this.id = id;
  253. }
  254. public String getYearPlanId() {
  255. return yearPlanId;
  256. }
  257. public void setYearPlanId(String yearPlanId) {
  258. this.yearPlanId = yearPlanId;
  259. }
  260. public String getYearChkName() {
  261. return yearChkName;
  262. }
  263. public void setYearChkName(String yearChkName) {
  264. this.yearChkName = yearChkName;
  265. }
  266. public String getYearChkType() {
  267. return yearChkType;
  268. }
  269. public void setYearChkType(String yearChkType) {
  270. this.yearChkType = yearChkType;
  271. }
  272. }