7c1f56a7fbce6b86e9f94dd0ca029a56102d050f.svn-base 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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. * BisInspRsraqgRgstrCountyParam
  9. *
  10. * @author lhc
  11. * @date 2020-3-17
  12. */
  13. public class BisInspRsraqgRgstrCountyParam 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 = "rgstrId")
  21. private String rgstrId;
  22. // 行政区编码
  23. @ApiModelProperty(value = "行政区编码", name = "adName")
  24. private String adName;
  25. // 行政区编码
  26. @ApiModelProperty(value = "行政区编码", name = "adCode")
  27. private String adCode;
  28. // 组织、督导、督促辖区内水管单位开展小型水库自查自纠工作扣分
  29. @ApiParam(name = "组织、督导、督促辖区内水管单位开展小型水库自查自纠工作扣分")
  30. @ApiModelProperty(value = "组织、督导、督促辖区内水管单位开展小型水库自查自纠工作扣分", name = "tosauwputcosasosrPoints")
  31. private Double tosauwputcosasosrPoints;
  32. // 组织、督导、督促辖区内水管单位开展小型水库自查自纠工作说明
  33. @ApiParam(name = "组织、督导、督促辖区内水管单位开展小型水库自查自纠工作说明")
  34. @ApiModelProperty(value = "组织、督导、督促辖区内水管单位开展小型水库自查自纠工作说明", name = "tosauwputcosasosrDesc")
  35. private String tosauwputcosasosrDesc;
  36. // 完成小型水库自查任务扣分
  37. @ApiParam(name = "完成小型水库自查任务扣分")
  38. @ApiModelProperty(value = "完成小型水库自查任务扣分", name = "ctsrsitPoints")
  39. private Double ctsrsitPoints;
  40. // 完成小型水库自查任务说明
  41. @ApiParam(name = "完成小型水库自查任务说明")
  42. @ApiModelProperty(value = "完成小型水库自查任务说明", name = "ctsrsitDesc")
  43. private String ctsrsitDesc;
  44. // 小型水库自查未查出特别严重问题扣分
  45. @ApiParam(name = "小型水库自查未查出特别严重问题扣分")
  46. @ApiModelProperty(value = "小型水库自查未查出特别严重问题扣分", name = "sosrftipspPoints")
  47. private Double sosrftipspPoints;
  48. // 小型水库自查未查出特别严重问题说明
  49. @ApiParam(name = "小型水库自查未查出特别严重问题说明")
  50. @ApiModelProperty(value = "小型水库自查未查出特别严重问题说明", name = "sosrftipspDesc")
  51. private String sosrftipspDesc;
  52. // 未列出问题清单和整改计划、责任人扣分
  53. @ApiParam(name = "未列出问题清单和整改计划、责任人扣分")
  54. @ApiModelProperty(value = "未列出问题清单和整改计划、责任人扣分", name = "ftlpcapaspPoints")
  55. private Double ftlpcapaspPoints;
  56. // 未列出问题清单和整改计划、责任人说明
  57. @ApiParam(name = "未列出问题清单和整改计划、责任人说明")
  58. @ApiModelProperty(value = "未列出问题清单和整改计划、责任人说明", name = "ftlpcapaspDesc")
  59. private String ftlpcapaspDesc;
  60. // 汇总辖区内小型水库自查工作扣分
  61. @ApiParam(name = "汇总辖区内小型水库自查工作扣分")
  62. @ApiModelProperty(value = "汇总辖区内小型水库自查工作扣分", name = "tstswosrwtjPoints")
  63. private Double tstswosrwtjPoints;
  64. // 汇总辖区内小型水库自查工作说明
  65. @ApiParam(name = "汇总辖区内小型水库自查工作说明")
  66. @ApiModelProperty(value = "汇总辖区内小型水库自查工作说明", name = "tstswosrwtjDesc")
  67. private String tstswosrwtjDesc;
  68. // 评价总得分
  69. @ApiParam(name = "评价总得分")
  70. @ApiModelProperty(value = "评价总得分", name = "totSco")
  71. private Double totSco;
  72. // 记录人员ID
  73. @ApiParam(name = "记录人员ID")
  74. @ApiModelProperty(value = "记录人员ID", name = "recPersId")
  75. private String recPersId;
  76. // 记录人员
  77. @ApiParam(name = "记录人员")
  78. @ApiModelProperty(value = "记录人员", name = "recPers2")
  79. private String recPers2;
  80. // 记录人员电话
  81. @ApiParam(name = "记录人员电话")
  82. @ApiModelProperty(value = "记录人员电话", name = "recPersTel")
  83. private String recPersTel;
  84. // 创建时间
  85. @ApiParam(name = "创建时间")
  86. @ApiModelProperty(value = "创建时间", name = "intm")
  87. private Date intm;
  88. // 修改时间
  89. @ApiParam(name = "修改时间")
  90. @ApiModelProperty(value = "修改时间", name = "uptm")
  91. private Date uptm;
  92. // 填报状态(0:未填报;1:填报中;2:已填报)
  93. @ApiParam(name = "填报状态(0:未填报;1:填报中;2:已填报)")
  94. @ApiModelProperty(value = "填报状态(0:未填报;1:填报中;2:已填报)", name = "status")
  95. private String status;
  96. public BisInspRsraqgRgstrCountyParam() {
  97. }
  98. public String getId() {
  99. return id;
  100. }
  101. public void setId(String id) {
  102. this.id = id;
  103. }
  104. public String getRgstrId() {
  105. return rgstrId;
  106. }
  107. public void setRgstrId(String rgstrId) {
  108. this.rgstrId = rgstrId;
  109. }
  110. public String getAdName() {
  111. return adName;
  112. }
  113. public void setAdName(String adName) {
  114. this.adName = adName;
  115. }
  116. public String getAdCode() {
  117. return adCode;
  118. }
  119. public void setAdCode(String adCode) {
  120. this.adCode = adCode;
  121. }
  122. public Double getTosauwputcosasosrPoints() {
  123. return tosauwputcosasosrPoints;
  124. }
  125. public void setTosauwputcosasosrPoints(Double tosauwputcosasosrPoints) {
  126. this.tosauwputcosasosrPoints = tosauwputcosasosrPoints;
  127. }
  128. public String getTosauwputcosasosrDesc() {
  129. return tosauwputcosasosrDesc;
  130. }
  131. public void setTosauwputcosasosrDesc(String tosauwputcosasosrDesc) {
  132. this.tosauwputcosasosrDesc = tosauwputcosasosrDesc;
  133. }
  134. public Double getCtsrsitPoints() {
  135. return ctsrsitPoints;
  136. }
  137. public void setCtsrsitPoints(Double ctsrsitPoints) {
  138. this.ctsrsitPoints = ctsrsitPoints;
  139. }
  140. public String getCtsrsitDesc() {
  141. return ctsrsitDesc;
  142. }
  143. public void setCtsrsitDesc(String ctsrsitDesc) {
  144. this.ctsrsitDesc = ctsrsitDesc;
  145. }
  146. public Double getSosrftipspPoints() {
  147. return sosrftipspPoints;
  148. }
  149. public void setSosrftipspPoints(Double sosrftipspPoints) {
  150. this.sosrftipspPoints = sosrftipspPoints;
  151. }
  152. public String getSosrftipspDesc() {
  153. return sosrftipspDesc;
  154. }
  155. public void setSosrftipspDesc(String sosrftipspDesc) {
  156. this.sosrftipspDesc = sosrftipspDesc;
  157. }
  158. public Double getFtlpcapaspPoints() {
  159. return ftlpcapaspPoints;
  160. }
  161. public void setFtlpcapaspPoints(Double ftlpcapaspPoints) {
  162. this.ftlpcapaspPoints = ftlpcapaspPoints;
  163. }
  164. public String getFtlpcapaspDesc() {
  165. return ftlpcapaspDesc;
  166. }
  167. public void setFtlpcapaspDesc(String ftlpcapaspDesc) {
  168. this.ftlpcapaspDesc = ftlpcapaspDesc;
  169. }
  170. public Double getTstswosrwtjPoints() {
  171. return tstswosrwtjPoints;
  172. }
  173. public void setTstswosrwtjPoints(Double tstswosrwtjPoints) {
  174. this.tstswosrwtjPoints = tstswosrwtjPoints;
  175. }
  176. public String getTstswosrwtjDesc() {
  177. return tstswosrwtjDesc;
  178. }
  179. public void setTstswosrwtjDesc(String tstswosrwtjDesc) {
  180. this.tstswosrwtjDesc = tstswosrwtjDesc;
  181. }
  182. public Double getTotSco() {
  183. return totSco;
  184. }
  185. public void setTotSco(Double totSco) {
  186. this.totSco = totSco;
  187. }
  188. public String getRecPersId() {
  189. return recPersId;
  190. }
  191. public void setRecPersId(String recPersId) {
  192. this.recPersId = recPersId;
  193. }
  194. public String getRecPers2() {
  195. return recPers2;
  196. }
  197. public void setRecPers2(String recPers2) {
  198. this.recPers2 = recPers2;
  199. }
  200. public String getRecPersTel() {
  201. return recPersTel;
  202. }
  203. public void setRecPersTel(String recPersTel) {
  204. this.recPersTel = recPersTel;
  205. }
  206. public Date getIntm() {
  207. return intm;
  208. }
  209. public void setIntm(Date intm) {
  210. this.intm = intm;
  211. }
  212. public Date getUptm() {
  213. return uptm;
  214. }
  215. public void setUptm(Date uptm) {
  216. this.uptm = uptm;
  217. }
  218. public String getStatus() {
  219. return status;
  220. }
  221. public void setStatus(String status) {
  222. this.status = status;
  223. }
  224. }