7be3d1965125944d35bc4fb1cc5a02f3834f7a65.svn-base 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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. * BisInspFjpjmgdpSafdlParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjpjmgdpSafdlParam 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 f511;
  20. private Double f512;
  21. private Double f513;
  22. private Double f514;
  23. private Double f515;
  24. private Double f516;
  25. private Double f517;
  26. private Double f521;
  27. private Double f522;
  28. private Double f523;
  29. private Double f524;
  30. private Double f531;
  31. private Double f532;
  32. private Double f533;
  33. private Double f534;
  34. private Double f535;
  35. private Double f536;
  36. private Double f537;
  37. private Double f541;
  38. private Double f542;
  39. // 备注
  40. @ApiParam(name = "备注")
  41. @ApiModelProperty(value = "备注", name = "note")
  42. private String note;
  43. // 记录人员ID
  44. @ApiParam(name = "记录人员ID")
  45. @ApiModelProperty(value = "记录人员ID", name = "persId")
  46. private String persId;
  47. // 创建时间
  48. @ApiParam(name = "创建时间")
  49. @ApiModelProperty(value = "创建时间", name = "intm")
  50. private Date intm;
  51. // 最后修改时间
  52. @ApiParam(name = "最后修改时间")
  53. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  54. private Date uptm;
  55. // 数据状态
  56. @ApiParam(name = "数据状态")
  57. @ApiModelProperty(value = "数据状态", name = "dataStat")
  58. private String dataStat;
  59. // 督查状态
  60. @ApiParam(name = "督查状态")
  61. @ApiModelProperty(value = "督查状态", name = "state")
  62. private String state;
  63. public BisInspFjpjmgdpSafdlParam() {
  64. }
  65. public String getId() {
  66. return id;
  67. }
  68. public void setId(String id) {
  69. this.id = id;
  70. }
  71. public String getRgstrId() {
  72. return rgstrId;
  73. }
  74. public void setRgstrId(String rgstrId) {
  75. this.rgstrId = rgstrId;
  76. }
  77. public Double getF511() {
  78. return f511;
  79. }
  80. public void setF511(Double f511) {
  81. this.f511 = f511;
  82. }
  83. public Double getF512() {
  84. return f512;
  85. }
  86. public void setF512(Double f512) {
  87. this.f512 = f512;
  88. }
  89. public Double getF513() {
  90. return f513;
  91. }
  92. public void setF513(Double f513) {
  93. this.f513 = f513;
  94. }
  95. public Double getF514() {
  96. return f514;
  97. }
  98. public void setF514(Double f514) {
  99. this.f514 = f514;
  100. }
  101. public Double getF515() {
  102. return f515;
  103. }
  104. public void setF515(Double f515) {
  105. this.f515 = f515;
  106. }
  107. public Double getF516() {
  108. return f516;
  109. }
  110. public void setF516(Double f516) {
  111. this.f516 = f516;
  112. }
  113. public Double getF517() {
  114. return f517;
  115. }
  116. public void setF517(Double f517) {
  117. this.f517 = f517;
  118. }
  119. public Double getF521() {
  120. return f521;
  121. }
  122. public void setF521(Double f521) {
  123. this.f521 = f521;
  124. }
  125. public Double getF522() {
  126. return f522;
  127. }
  128. public void setF522(Double f522) {
  129. this.f522 = f522;
  130. }
  131. public Double getF523() {
  132. return f523;
  133. }
  134. public void setF523(Double f523) {
  135. this.f523 = f523;
  136. }
  137. public Double getF524() {
  138. return f524;
  139. }
  140. public void setF524(Double f524) {
  141. this.f524 = f524;
  142. }
  143. public Double getF531() {
  144. return f531;
  145. }
  146. public void setF531(Double f531) {
  147. this.f531 = f531;
  148. }
  149. public Double getF532() {
  150. return f532;
  151. }
  152. public void setF532(Double f532) {
  153. this.f532 = f532;
  154. }
  155. public Double getF533() {
  156. return f533;
  157. }
  158. public void setF533(Double f533) {
  159. this.f533 = f533;
  160. }
  161. public Double getF534() {
  162. return f534;
  163. }
  164. public void setF534(Double f534) {
  165. this.f534 = f534;
  166. }
  167. public Double getF535() {
  168. return f535;
  169. }
  170. public void setF535(Double f535) {
  171. this.f535 = f535;
  172. }
  173. public Double getF536() {
  174. return f536;
  175. }
  176. public void setF536(Double f536) {
  177. this.f536 = f536;
  178. }
  179. public Double getF537() {
  180. return f537;
  181. }
  182. public void setF537(Double f537) {
  183. this.f537 = f537;
  184. }
  185. public Double getF541() {
  186. return f541;
  187. }
  188. public void setF541(Double f541) {
  189. this.f541 = f541;
  190. }
  191. public Double getF542() {
  192. return f542;
  193. }
  194. public void setF542(Double f542) {
  195. this.f542 = f542;
  196. }
  197. public String getNote() {
  198. return note;
  199. }
  200. public void setNote(String note) {
  201. this.note = note;
  202. }
  203. public String getPersId() {
  204. return persId;
  205. }
  206. public void setPersId(String persId) {
  207. this.persId = persId;
  208. }
  209. public Date getIntm() {
  210. return intm;
  211. }
  212. public void setIntm(Date intm) {
  213. this.intm = intm;
  214. }
  215. public Date getUptm() {
  216. return uptm;
  217. }
  218. public void setUptm(Date uptm) {
  219. this.uptm = uptm;
  220. }
  221. public String getDataStat() {
  222. return dataStat;
  223. }
  224. public void setDataStat(String dataStat) {
  225. this.dataStat = dataStat;
  226. }
  227. public String getState() {
  228. return state;
  229. }
  230. public void setState(String state) {
  231. this.state = state;
  232. }
  233. }