bca2d127a4128c2d7a4e19ab110422e315d7a794.svn-base 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. * BisInspFjpjmgdpCimtParam
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. public class BisInspFjpjmgdpCimtParam 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 f811;
  20. private Double f812;
  21. private Double f813;
  22. private Double f814;
  23. private Double f815;
  24. private Double f821;
  25. // 备注
  26. @ApiParam(name = "备注")
  27. @ApiModelProperty(value = "备注", name = "note")
  28. private String note;
  29. // 记录人员ID
  30. @ApiParam(name = "记录人员ID")
  31. @ApiModelProperty(value = "记录人员ID", name = "persId")
  32. private String persId;
  33. // 创建时间
  34. @ApiParam(name = "创建时间")
  35. @ApiModelProperty(value = "创建时间", name = "intm")
  36. private Date intm;
  37. // 最后修改时间
  38. @ApiParam(name = "最后修改时间")
  39. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  40. private Date uptm;
  41. // 数据状态
  42. @ApiParam(name = "数据状态")
  43. @ApiModelProperty(value = "数据状态", name = "dataStat")
  44. private String dataStat;
  45. // 督查状态
  46. @ApiParam(name = "督查状态")
  47. @ApiModelProperty(value = "督查状态", name = "state")
  48. private String state;
  49. public BisInspFjpjmgdpCimtParam() {
  50. }
  51. public String getId() {
  52. return id;
  53. }
  54. public void setId(String id) {
  55. this.id = id;
  56. }
  57. public String getRgstrId() {
  58. return rgstrId;
  59. }
  60. public void setRgstrId(String rgstrId) {
  61. this.rgstrId = rgstrId;
  62. }
  63. public Double getF811() {
  64. return f811;
  65. }
  66. public void setF811(Double f811) {
  67. this.f811 = f811;
  68. }
  69. public Double getF812() {
  70. return f812;
  71. }
  72. public void setF812(Double f812) {
  73. this.f812 = f812;
  74. }
  75. public Double getF813() {
  76. return f813;
  77. }
  78. public void setF813(Double f813) {
  79. this.f813 = f813;
  80. }
  81. public Double getF814() {
  82. return f814;
  83. }
  84. public void setF814(Double f814) {
  85. this.f814 = f814;
  86. }
  87. public Double getF815() {
  88. return f815;
  89. }
  90. public void setF815(Double f815) {
  91. this.f815 = f815;
  92. }
  93. public Double getF821() {
  94. return f821;
  95. }
  96. public void setF821(Double f821) {
  97. this.f821 = f821;
  98. }
  99. public String getNote() {
  100. return note;
  101. }
  102. public void setNote(String note) {
  103. this.note = note;
  104. }
  105. public String getPersId() {
  106. return persId;
  107. }
  108. public void setPersId(String persId) {
  109. this.persId = persId;
  110. }
  111. public Date getIntm() {
  112. return intm;
  113. }
  114. public void setIntm(Date intm) {
  115. this.intm = intm;
  116. }
  117. public Date getUptm() {
  118. return uptm;
  119. }
  120. public void setUptm(Date uptm) {
  121. this.uptm = uptm;
  122. }
  123. public String getDataStat() {
  124. return dataStat;
  125. }
  126. public void setDataStat(String dataStat) {
  127. this.dataStat = dataStat;
  128. }
  129. public String getState() {
  130. return state;
  131. }
  132. public void setState(String state) {
  133. this.state = state;
  134. }
  135. }