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