646108892e11ed7e8dbbe3c98e7daef6947801bb.svn-base 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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. * BisInspAccuntParam
  9. *
  10. * @author lhc
  11. * @date 2022-3-17
  12. */
  13. public class BisInspAccuntParam extends PageParam implements Serializable {
  14. // 主键ID
  15. @ApiParam(name = "主键ID")
  16. @ApiModelProperty(value = "主键ID", name = "id")
  17. private String id;
  18. // 机构ID
  19. @ApiParam(name = "机构ID")
  20. @ApiModelProperty(value = "机构ID", name = "orgId")
  21. private String orgId;
  22. // 数据所属行政区代码
  23. @ApiParam(name = "数据所属行政区代码")
  24. @ApiModelProperty(value = "数据所属行政区代码", name = "province")
  25. private String province;
  26. // 追责属性 1被上级追责 2对下级追责
  27. @ApiParam(name = "追责属性 1被上级追责 2对下级追责")
  28. @ApiModelProperty(value = "追责属性 1被上级追责 2对下级追责", name = "accuntPrp")
  29. private String accuntPrp;
  30. // 追责事项
  31. @ApiParam(name = "追责事项")
  32. @ApiModelProperty(value = "追责事项", name = "accuntMttr")
  33. private String accuntMttr;
  34. // 对象属性 1水行政主管部门 2市场主体 3自然人
  35. @ApiParam(name = "对象属性 1水行政主管部门 2市场主体 3自然人")
  36. @ApiModelProperty(value = "对象属性 1水行政主管部门 2市场主体 3自然人", name = "accuntMprp")
  37. private String accuntMprp;
  38. // 被追责对象名称
  39. @ApiParam(name = "被追责对象名称")
  40. @ApiModelProperty(value = "被追责对象名称", name = "accuntName")
  41. private String accuntName;
  42. // 被追责对象行政区编码
  43. @ApiParam(name = "被追责对象行政区编码")
  44. @ApiModelProperty(value = "被追责对象行政区编码", name = "adCode")
  45. private String adCode;
  46. // 被追责对象行政区名称
  47. @ApiParam(name = "被追责对象行政区名称")
  48. @ApiModelProperty(value = "被追责对象行政区名称", name = "adName")
  49. private String adName;
  50. // 被追责对象地址
  51. @ApiParam(name = "被追责对象地址")
  52. @ApiModelProperty(value = "被追责对象地址", name = "loc")
  53. private String loc;
  54. // 追责项目
  55. @ApiParam(name = "追责项目")
  56. @ApiModelProperty(value = "追责项目", name = "accuntItem")
  57. private String accuntItem;
  58. // 追责种类1责令整改 2约谈 3 情况通报
  59. @ApiParam(name = "追责种类1责令整改 2约谈 3 情况通报")
  60. @ApiModelProperty(value = "追责种类1责令整改 2约谈 3 情况通报", name = "accuntKind")
  61. private String accuntKind;
  62. // 追责日期
  63. @ApiParam(name = "追责日期")
  64. @ApiModelProperty(value = "追责日期", name = "accuntTm")
  65. private Date accuntTm;
  66. // 状态 1未发布 2 发布
  67. @ApiParam(name = "状态 1未发布 2 发布")
  68. @ApiModelProperty(value = "状态 1未发布 2 发布", name = "accuntStat")
  69. private String accuntStat;
  70. // 备注
  71. @ApiParam(name = "备注")
  72. @ApiModelProperty(value = "备注", name = "note")
  73. private String note;
  74. // 创建人
  75. @ApiParam(name = "创建人")
  76. @ApiModelProperty(value = "创建人", name = "persId")
  77. private String persId;
  78. // 创建时间
  79. @ApiParam(name = "创建时间")
  80. @ApiModelProperty(value = "创建时间", name = "intm")
  81. private Date intm;
  82. // 修改时间
  83. @ApiParam(name = "修改时间")
  84. @ApiModelProperty(value = "修改时间", name = "uptm")
  85. private Date uptm;
  86. // 数据状态(0:正常;9:删除)
  87. @ApiParam(name = "数据状态(0:正常;9:删除)")
  88. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  89. private String dataStat;
  90. public String getUnitName() {
  91. return unitName;
  92. }
  93. public void setUnitName(String unitName) {
  94. this.unitName = unitName;
  95. }
  96. @ApiParam(name = "追责单位")
  97. @ApiModelProperty(value = "追责单位", name = "unitName")
  98. private String unitName;
  99. public String getYear() {
  100. return year;
  101. }
  102. public void setYear(String year) {
  103. this.year = year;
  104. }
  105. @ApiModelProperty(value = "年度", name = "year")
  106. private String year;
  107. public BisInspAccuntParam() {
  108. }
  109. public String getId() {
  110. return id;
  111. }
  112. public void setId(String id) {
  113. this.id = id;
  114. }
  115. public String getOrgId() {
  116. return orgId;
  117. }
  118. public void setOrgId(String orgId) {
  119. this.orgId = orgId;
  120. }
  121. public String getProvince() {
  122. return province;
  123. }
  124. public void setProvince(String province) {
  125. this.province = province;
  126. }
  127. public String getAccuntPrp() {
  128. return accuntPrp;
  129. }
  130. public void setAccuntPrp(String accuntPrp) {
  131. this.accuntPrp = accuntPrp;
  132. }
  133. public String getAccuntMttr() {
  134. return accuntMttr;
  135. }
  136. public void setAccuntMttr(String accuntMttr) {
  137. this.accuntMttr = accuntMttr;
  138. }
  139. public String getAccuntMprp() {
  140. return accuntMprp;
  141. }
  142. public void setAccuntMprp(String accuntMprp) {
  143. this.accuntMprp = accuntMprp;
  144. }
  145. public String getAccuntName() {
  146. return accuntName;
  147. }
  148. public void setAccuntName(String accuntName) {
  149. this.accuntName = accuntName;
  150. }
  151. public String getAdCode() {
  152. return adCode;
  153. }
  154. public void setAdCode(String adCode) {
  155. this.adCode = adCode;
  156. }
  157. public String getAdName() {
  158. return adName;
  159. }
  160. public void setAdName(String adName) {
  161. this.adName = adName;
  162. }
  163. public String getLoc() {
  164. return loc;
  165. }
  166. public void setLoc(String loc) {
  167. this.loc = loc;
  168. }
  169. public String getAccuntItem() {
  170. return accuntItem;
  171. }
  172. public void setAccuntItem(String accuntItem) {
  173. this.accuntItem = accuntItem;
  174. }
  175. public String getAccuntKind() {
  176. return accuntKind;
  177. }
  178. public void setAccuntKind(String accuntKind) {
  179. this.accuntKind = accuntKind;
  180. }
  181. public Date getAccuntTm() {
  182. return accuntTm;
  183. }
  184. public void setAccuntTm(Date accuntTm) {
  185. this.accuntTm = accuntTm;
  186. }
  187. public String getAccuntStat() {
  188. return accuntStat;
  189. }
  190. public void setAccuntStat(String accuntStat) {
  191. this.accuntStat = accuntStat;
  192. }
  193. public String getNote() {
  194. return note;
  195. }
  196. public void setNote(String note) {
  197. this.note = note;
  198. }
  199. public String getPersId() {
  200. return persId;
  201. }
  202. public void setPersId(String persId) {
  203. this.persId = persId;
  204. }
  205. public Date getIntm() {
  206. return intm;
  207. }
  208. public void setIntm(Date intm) {
  209. this.intm = intm;
  210. }
  211. public Date getUptm() {
  212. return uptm;
  213. }
  214. public void setUptm(Date uptm) {
  215. this.uptm = uptm;
  216. }
  217. public String getDataStat() {
  218. return dataStat;
  219. }
  220. public void setDataStat(String dataStat) {
  221. this.dataStat = dataStat;
  222. }
  223. }