8b058dcdca37c06c469ba893750df050c1f868d5.svn-base 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. * BisInspFjaccpAmParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjaccpAmParam extends PageParam implements Serializable {
  14. private Double f731;
  15. // 备注
  16. @ApiParam(name = "备注")
  17. @ApiModelProperty(value = "备注", name = "note")
  18. private String note;
  19. // 记录人员ID
  20. @ApiParam(name = "记录人员ID")
  21. @ApiModelProperty(value = "记录人员ID", name = "persId")
  22. private String persId;
  23. // 创建时间
  24. @ApiParam(name = "创建时间")
  25. @ApiModelProperty(value = "创建时间", name = "intm")
  26. private Date intm;
  27. // 最后修改时间
  28. @ApiParam(name = "最后修改时间")
  29. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  30. private Date uptm;
  31. // 数据状态
  32. @ApiParam(name = "数据状态")
  33. @ApiModelProperty(value = "数据状态", name = "dataStat")
  34. private String dataStat;
  35. // 督查状态
  36. @ApiParam(name = "督查状态")
  37. @ApiModelProperty(value = "督查状态", name = "state")
  38. private String state;
  39. private String id;
  40. // 登记表ID
  41. @ApiParam(name = "登记表ID")
  42. @ApiModelProperty(value = "登记表ID", name = "rgstrId")
  43. private String rgstrId;
  44. private Double f711;
  45. private Double f712;
  46. private Double f721;
  47. private Double f722;
  48. private Double f723;
  49. private Double f724;
  50. private Double f725;
  51. public BisInspFjaccpAmParam() {
  52. }
  53. public Double getF731() {
  54. return f731;
  55. }
  56. public void setF731(Double f731) {
  57. this.f731 = f731;
  58. }
  59. public String getNote() {
  60. return note;
  61. }
  62. public void setNote(String note) {
  63. this.note = note;
  64. }
  65. public String getPersId() {
  66. return persId;
  67. }
  68. public void setPersId(String persId) {
  69. this.persId = persId;
  70. }
  71. public Date getIntm() {
  72. return intm;
  73. }
  74. public void setIntm(Date intm) {
  75. this.intm = intm;
  76. }
  77. public Date getUptm() {
  78. return uptm;
  79. }
  80. public void setUptm(Date uptm) {
  81. this.uptm = uptm;
  82. }
  83. public String getDataStat() {
  84. return dataStat;
  85. }
  86. public void setDataStat(String dataStat) {
  87. this.dataStat = dataStat;
  88. }
  89. public String getState() {
  90. return state;
  91. }
  92. public void setState(String state) {
  93. this.state = state;
  94. }
  95. public String getId() {
  96. return id;
  97. }
  98. public void setId(String id) {
  99. this.id = id;
  100. }
  101. public String getRgstrId() {
  102. return rgstrId;
  103. }
  104. public void setRgstrId(String rgstrId) {
  105. this.rgstrId = rgstrId;
  106. }
  107. public Double getF711() {
  108. return f711;
  109. }
  110. public void setF711(Double f711) {
  111. this.f711 = f711;
  112. }
  113. public Double getF712() {
  114. return f712;
  115. }
  116. public void setF712(Double f712) {
  117. this.f712 = f712;
  118. }
  119. public Double getF721() {
  120. return f721;
  121. }
  122. public void setF721(Double f721) {
  123. this.f721 = f721;
  124. }
  125. public Double getF722() {
  126. return f722;
  127. }
  128. public void setF722(Double f722) {
  129. this.f722 = f722;
  130. }
  131. public Double getF723() {
  132. return f723;
  133. }
  134. public void setF723(Double f723) {
  135. this.f723 = f723;
  136. }
  137. public Double getF724() {
  138. return f724;
  139. }
  140. public void setF724(Double f724) {
  141. this.f724 = f724;
  142. }
  143. public Double getF725() {
  144. return f725;
  145. }
  146. public void setF725(Double f725) {
  147. this.f725 = f725;
  148. }
  149. }