0c53920c52f0356fd7a32b289e7f2a165eb0e313.svn-base 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. * BisInspFjaccpTrgtParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjaccpTrgtParam extends PageParam implements Serializable {
  14. private String id;
  15. // 登记表ID
  16. @ApiParam(name = "登记表ID")
  17. @ApiModelProperty(value = "登记表ID", name = "rgstrId")
  18. private String rgstrId;
  19. private Double f111;
  20. private Double f112;
  21. private Double f113;
  22. private Double f114;
  23. private Double f115;
  24. private Double f116;
  25. private Double f121;
  26. private Double f122;
  27. private Double f123;
  28. private Double f124;
  29. private Double f125;
  30. private Double f131;
  31. private Double f132;
  32. private Double f141;
  33. private Double f142;
  34. private Double f143;
  35. private Double f144;
  36. private Double f145;
  37. private Double f146;
  38. private Double f151;
  39. private Double f152;
  40. private Double f161;
  41. // 备注
  42. @ApiParam(name = "备注")
  43. @ApiModelProperty(value = "备注", name = "note")
  44. private String note;
  45. // 记录人员ID
  46. @ApiParam(name = "记录人员ID")
  47. @ApiModelProperty(value = "记录人员ID", name = "persId")
  48. private String persId;
  49. // 创建时间
  50. @ApiParam(name = "创建时间")
  51. @ApiModelProperty(value = "创建时间", name = "intm")
  52. private Date intm;
  53. // 最后修改时间
  54. @ApiParam(name = "最后修改时间")
  55. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  56. private Date uptm;
  57. // 数据状态
  58. @ApiParam(name = "数据状态")
  59. @ApiModelProperty(value = "数据状态", name = "dataStat")
  60. private String dataStat;
  61. // 督查状态
  62. @ApiParam(name = "督查状态")
  63. @ApiModelProperty(value = "督查状态", name = "state")
  64. private String state;
  65. public BisInspFjaccpTrgtParam() {
  66. }
  67. public String getId() {
  68. return id;
  69. }
  70. public void setId(String id) {
  71. this.id = id;
  72. }
  73. public String getRgstrId() {
  74. return rgstrId;
  75. }
  76. public void setRgstrId(String rgstrId) {
  77. this.rgstrId = rgstrId;
  78. }
  79. public Double getF111() {
  80. return f111;
  81. }
  82. public void setF111(Double f111) {
  83. this.f111 = f111;
  84. }
  85. public Double getF112() {
  86. return f112;
  87. }
  88. public void setF112(Double f112) {
  89. this.f112 = f112;
  90. }
  91. public Double getF113() {
  92. return f113;
  93. }
  94. public void setF113(Double f113) {
  95. this.f113 = f113;
  96. }
  97. public Double getF114() {
  98. return f114;
  99. }
  100. public void setF114(Double f114) {
  101. this.f114 = f114;
  102. }
  103. public Double getF115() {
  104. return f115;
  105. }
  106. public void setF115(Double f115) {
  107. this.f115 = f115;
  108. }
  109. public Double getF116() {
  110. return f116;
  111. }
  112. public void setF116(Double f116) {
  113. this.f116 = f116;
  114. }
  115. public Double getF121() {
  116. return f121;
  117. }
  118. public void setF121(Double f121) {
  119. this.f121 = f121;
  120. }
  121. public Double getF122() {
  122. return f122;
  123. }
  124. public void setF122(Double f122) {
  125. this.f122 = f122;
  126. }
  127. public Double getF123() {
  128. return f123;
  129. }
  130. public void setF123(Double f123) {
  131. this.f123 = f123;
  132. }
  133. public Double getF124() {
  134. return f124;
  135. }
  136. public void setF124(Double f124) {
  137. this.f124 = f124;
  138. }
  139. public Double getF125() {
  140. return f125;
  141. }
  142. public void setF125(Double f125) {
  143. this.f125 = f125;
  144. }
  145. public Double getF131() {
  146. return f131;
  147. }
  148. public void setF131(Double f131) {
  149. this.f131 = f131;
  150. }
  151. public Double getF132() {
  152. return f132;
  153. }
  154. public void setF132(Double f132) {
  155. this.f132 = f132;
  156. }
  157. public Double getF141() {
  158. return f141;
  159. }
  160. public void setF141(Double f141) {
  161. this.f141 = f141;
  162. }
  163. public Double getF142() {
  164. return f142;
  165. }
  166. public void setF142(Double f142) {
  167. this.f142 = f142;
  168. }
  169. public Double getF143() {
  170. return f143;
  171. }
  172. public void setF143(Double f143) {
  173. this.f143 = f143;
  174. }
  175. public Double getF144() {
  176. return f144;
  177. }
  178. public void setF144(Double f144) {
  179. this.f144 = f144;
  180. }
  181. public Double getF145() {
  182. return f145;
  183. }
  184. public void setF145(Double f145) {
  185. this.f145 = f145;
  186. }
  187. public Double getF146() {
  188. return f146;
  189. }
  190. public void setF146(Double f146) {
  191. this.f146 = f146;
  192. }
  193. public Double getF151() {
  194. return f151;
  195. }
  196. public void setF151(Double f151) {
  197. this.f151 = f151;
  198. }
  199. public Double getF152() {
  200. return f152;
  201. }
  202. public void setF152(Double f152) {
  203. this.f152 = f152;
  204. }
  205. public Double getF161() {
  206. return f161;
  207. }
  208. public void setF161(Double f161) {
  209. this.f161 = f161;
  210. }
  211. public String getNote() {
  212. return note;
  213. }
  214. public void setNote(String note) {
  215. this.note = note;
  216. }
  217. public String getPersId() {
  218. return persId;
  219. }
  220. public void setPersId(String persId) {
  221. this.persId = persId;
  222. }
  223. public Date getIntm() {
  224. return intm;
  225. }
  226. public void setIntm(Date intm) {
  227. this.intm = intm;
  228. }
  229. public Date getUptm() {
  230. return uptm;
  231. }
  232. public void setUptm(Date uptm) {
  233. this.uptm = uptm;
  234. }
  235. public String getDataStat() {
  236. return dataStat;
  237. }
  238. public void setDataStat(String dataStat) {
  239. this.dataStat = dataStat;
  240. }
  241. public String getState() {
  242. return state;
  243. }
  244. public void setState(String state) {
  245. this.state = state;
  246. }
  247. }