6af1e347f89c46c51f821afc41ed4aec42faf8d8.svn-base 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. * BisInspFjpjmgdpEmParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjpjmgdpEmParam 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 f611;
  20. private Double f612;
  21. private Double f613;
  22. private Double f614;
  23. private Double f615;
  24. private Double f616;
  25. private Double f621;
  26. private Double f622;
  27. private Double f631;
  28. // 备注
  29. @ApiParam(name = "备注")
  30. @ApiModelProperty(value = "备注", name = "note")
  31. private String note;
  32. // 记录人员ID
  33. @ApiParam(name = "记录人员ID")
  34. @ApiModelProperty(value = "记录人员ID", name = "persId")
  35. private String persId;
  36. // 创建时间
  37. @ApiParam(name = "创建时间")
  38. @ApiModelProperty(value = "创建时间", name = "intm")
  39. private Date intm;
  40. // 最后修改时间
  41. @ApiParam(name = "最后修改时间")
  42. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  43. private Date uptm;
  44. // 数据状态
  45. @ApiParam(name = "数据状态")
  46. @ApiModelProperty(value = "数据状态", name = "dataStat")
  47. private String dataStat;
  48. // 督查状态
  49. @ApiParam(name = "督查状态")
  50. @ApiModelProperty(value = "督查状态", name = "state")
  51. private String state;
  52. public BisInspFjpjmgdpEmParam() {
  53. }
  54. public String getId() {
  55. return id;
  56. }
  57. public void setId(String id) {
  58. this.id = id;
  59. }
  60. public String getRgstrId() {
  61. return rgstrId;
  62. }
  63. public void setRgstrId(String rgstrId) {
  64. this.rgstrId = rgstrId;
  65. }
  66. public Double getF611() {
  67. return f611;
  68. }
  69. public void setF611(Double f611) {
  70. this.f611 = f611;
  71. }
  72. public Double getF612() {
  73. return f612;
  74. }
  75. public void setF612(Double f612) {
  76. this.f612 = f612;
  77. }
  78. public Double getF613() {
  79. return f613;
  80. }
  81. public void setF613(Double f613) {
  82. this.f613 = f613;
  83. }
  84. public Double getF614() {
  85. return f614;
  86. }
  87. public void setF614(Double f614) {
  88. this.f614 = f614;
  89. }
  90. public Double getF615() {
  91. return f615;
  92. }
  93. public void setF615(Double f615) {
  94. this.f615 = f615;
  95. }
  96. public Double getF616() {
  97. return f616;
  98. }
  99. public void setF616(Double f616) {
  100. this.f616 = f616;
  101. }
  102. public Double getF621() {
  103. return f621;
  104. }
  105. public void setF621(Double f621) {
  106. this.f621 = f621;
  107. }
  108. public Double getF622() {
  109. return f622;
  110. }
  111. public void setF622(Double f622) {
  112. this.f622 = f622;
  113. }
  114. public Double getF631() {
  115. return f631;
  116. }
  117. public void setF631(Double f631) {
  118. this.f631 = f631;
  119. }
  120. public String getNote() {
  121. return note;
  122. }
  123. public void setNote(String note) {
  124. this.note = note;
  125. }
  126. public String getPersId() {
  127. return persId;
  128. }
  129. public void setPersId(String persId) {
  130. this.persId = persId;
  131. }
  132. public Date getIntm() {
  133. return intm;
  134. }
  135. public void setIntm(Date intm) {
  136. this.intm = intm;
  137. }
  138. public Date getUptm() {
  139. return uptm;
  140. }
  141. public void setUptm(Date uptm) {
  142. this.uptm = uptm;
  143. }
  144. public String getDataStat() {
  145. return dataStat;
  146. }
  147. public void setDataStat(String dataStat) {
  148. this.dataStat = dataStat;
  149. }
  150. public String getState() {
  151. return state;
  152. }
  153. public void setState(String state) {
  154. this.state = state;
  155. }
  156. }