f06ab656139752face710bb53ccda625bf768cda.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. * BisInspFjpjmgdpTvetParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjpjmgdpTvetParam extends PageParam implements Serializable {
  14. // 最后修改时间
  15. @ApiParam(name = "最后修改时间")
  16. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  17. private Date uptm;
  18. // 数据状态
  19. @ApiParam(name = "数据状态")
  20. @ApiModelProperty(value = "数据状态", name = "dataStat")
  21. private String dataStat;
  22. // 督查状态
  23. @ApiParam(name = "督查状态")
  24. @ApiModelProperty(value = "督查状态", name = "state")
  25. private String state;
  26. private String id;
  27. // 登记表ID
  28. @ApiParam(name = "登记表ID")
  29. @ApiModelProperty(value = "登记表ID", name = "rgstrId")
  30. private String rgstrId;
  31. private Double f311;
  32. private Double f312;
  33. private Double f321;
  34. private Double f322;
  35. private Double f323;
  36. private Double f324;
  37. private Double f325;
  38. private Double f326;
  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. public BisInspFjpjmgdpTvetParam() {
  52. }
  53. public Date getUptm() {
  54. return uptm;
  55. }
  56. public void setUptm(Date uptm) {
  57. this.uptm = uptm;
  58. }
  59. public String getDataStat() {
  60. return dataStat;
  61. }
  62. public void setDataStat(String dataStat) {
  63. this.dataStat = dataStat;
  64. }
  65. public String getState() {
  66. return state;
  67. }
  68. public void setState(String state) {
  69. this.state = state;
  70. }
  71. public String getId() {
  72. return id;
  73. }
  74. public void setId(String id) {
  75. this.id = id;
  76. }
  77. public String getRgstrId() {
  78. return rgstrId;
  79. }
  80. public void setRgstrId(String rgstrId) {
  81. this.rgstrId = rgstrId;
  82. }
  83. public Double getF311() {
  84. return f311;
  85. }
  86. public void setF311(Double f311) {
  87. this.f311 = f311;
  88. }
  89. public Double getF312() {
  90. return f312;
  91. }
  92. public void setF312(Double f312) {
  93. this.f312 = f312;
  94. }
  95. public Double getF321() {
  96. return f321;
  97. }
  98. public void setF321(Double f321) {
  99. this.f321 = f321;
  100. }
  101. public Double getF322() {
  102. return f322;
  103. }
  104. public void setF322(Double f322) {
  105. this.f322 = f322;
  106. }
  107. public Double getF323() {
  108. return f323;
  109. }
  110. public void setF323(Double f323) {
  111. this.f323 = f323;
  112. }
  113. public Double getF324() {
  114. return f324;
  115. }
  116. public void setF324(Double f324) {
  117. this.f324 = f324;
  118. }
  119. public Double getF325() {
  120. return f325;
  121. }
  122. public void setF325(Double f325) {
  123. this.f325 = f325;
  124. }
  125. public Double getF326() {
  126. return f326;
  127. }
  128. public void setF326(Double f326) {
  129. this.f326 = f326;
  130. }
  131. public String getNote() {
  132. return note;
  133. }
  134. public void setNote(String note) {
  135. this.note = note;
  136. }
  137. public String getPersId() {
  138. return persId;
  139. }
  140. public void setPersId(String persId) {
  141. this.persId = persId;
  142. }
  143. public Date getIntm() {
  144. return intm;
  145. }
  146. public void setIntm(Date intm) {
  147. this.intm = intm;
  148. }
  149. }