c2dfa6c0037b431b0c840ca810d1838afc263659.svn-base 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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. * BisInspFjaccpSystemParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjaccpSystemParam 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 f211;
  20. private Double f212;
  21. private Double f213;
  22. private Double f221;
  23. private Double f222;
  24. private Double f231;
  25. private Double f232;
  26. private Double f233;
  27. private Double f241;
  28. private Double f242;
  29. private Double f243;
  30. private Double f244;
  31. private Double f245;
  32. // 备注
  33. @ApiParam(name = "备注")
  34. @ApiModelProperty(value = "备注", name = "note")
  35. private String note;
  36. // 记录人员ID
  37. @ApiParam(name = "记录人员ID")
  38. @ApiModelProperty(value = "记录人员ID", name = "persId")
  39. private String persId;
  40. // 创建时间
  41. @ApiParam(name = "创建时间")
  42. @ApiModelProperty(value = "创建时间", name = "intm")
  43. private Date intm;
  44. // 最后修改时间
  45. @ApiParam(name = "最后修改时间")
  46. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  47. private Date uptm;
  48. // 数据状态
  49. @ApiParam(name = "数据状态")
  50. @ApiModelProperty(value = "数据状态", name = "dataStat")
  51. private String dataStat;
  52. // 督查状态
  53. @ApiParam(name = "督查状态")
  54. @ApiModelProperty(value = "督查状态", name = "state")
  55. private String state;
  56. public BisInspFjaccpSystemParam() {
  57. }
  58. public String getId() {
  59. return id;
  60. }
  61. public void setId(String id) {
  62. this.id = id;
  63. }
  64. public String getRgstrId() {
  65. return rgstrId;
  66. }
  67. public void setRgstrId(String rgstrId) {
  68. this.rgstrId = rgstrId;
  69. }
  70. public Double getF211() {
  71. return f211;
  72. }
  73. public void setF211(Double f211) {
  74. this.f211 = f211;
  75. }
  76. public Double getF212() {
  77. return f212;
  78. }
  79. public void setF212(Double f212) {
  80. this.f212 = f212;
  81. }
  82. public Double getF213() {
  83. return f213;
  84. }
  85. public void setF213(Double f213) {
  86. this.f213 = f213;
  87. }
  88. public Double getF221() {
  89. return f221;
  90. }
  91. public void setF221(Double f221) {
  92. this.f221 = f221;
  93. }
  94. public Double getF222() {
  95. return f222;
  96. }
  97. public void setF222(Double f222) {
  98. this.f222 = f222;
  99. }
  100. public Double getF231() {
  101. return f231;
  102. }
  103. public void setF231(Double f231) {
  104. this.f231 = f231;
  105. }
  106. public Double getF232() {
  107. return f232;
  108. }
  109. public void setF232(Double f232) {
  110. this.f232 = f232;
  111. }
  112. public Double getF233() {
  113. return f233;
  114. }
  115. public void setF233(Double f233) {
  116. this.f233 = f233;
  117. }
  118. public Double getF241() {
  119. return f241;
  120. }
  121. public void setF241(Double f241) {
  122. this.f241 = f241;
  123. }
  124. public Double getF242() {
  125. return f242;
  126. }
  127. public void setF242(Double f242) {
  128. this.f242 = f242;
  129. }
  130. public Double getF243() {
  131. return f243;
  132. }
  133. public void setF243(Double f243) {
  134. this.f243 = f243;
  135. }
  136. public Double getF244() {
  137. return f244;
  138. }
  139. public void setF244(Double f244) {
  140. this.f244 = f244;
  141. }
  142. public Double getF245() {
  143. return f245;
  144. }
  145. public void setF245(Double f245) {
  146. this.f245 = f245;
  147. }
  148. public String getNote() {
  149. return note;
  150. }
  151. public void setNote(String note) {
  152. this.note = note;
  153. }
  154. public String getPersId() {
  155. return persId;
  156. }
  157. public void setPersId(String persId) {
  158. this.persId = persId;
  159. }
  160. public Date getIntm() {
  161. return intm;
  162. }
  163. public void setIntm(Date intm) {
  164. this.intm = intm;
  165. }
  166. public Date getUptm() {
  167. return uptm;
  168. }
  169. public void setUptm(Date uptm) {
  170. this.uptm = uptm;
  171. }
  172. public String getDataStat() {
  173. return dataStat;
  174. }
  175. public void setDataStat(String dataStat) {
  176. this.dataStat = dataStat;
  177. }
  178. public String getState() {
  179. return state;
  180. }
  181. public void setState(String state) {
  182. this.state = state;
  183. }
  184. }