e0b3dbf1334e505a92061af2158060a52c878869.svn-base 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * entity:BisInspFjpjmgdpSystem
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspFjpjmgdpSystem extends BaseBean implements Serializable {
  15. // 数据状态
  16. @ApiModelProperty(value="数据状态",name="dataStat")
  17. private String dataStat;
  18. // 督查状态
  19. @ApiModelProperty(value="督查状态",name="state")
  20. private String state;
  21. // 创建时间
  22. @ApiModelProperty(value="创建时间",name="intm")
  23. private Date intm;
  24. // 最后修改时间
  25. @ApiModelProperty(value="最后修改时间",name="uptm")
  26. private Date uptm;
  27. private String id;
  28. // 登记表ID
  29. @ApiModelProperty(value="登记表ID",name="rgstrId")
  30. private String rgstrId;
  31. private Double f211;
  32. private Double f212;
  33. private Double f213;
  34. private Double f221;
  35. private Double f222;
  36. private Double f231;
  37. private Double f232;
  38. private Double f233;
  39. private Double f241;
  40. private Double f242;
  41. private Double f243;
  42. private Double f244;
  43. private Double f245;
  44. // 备注
  45. @ApiModelProperty(value="备注",name="note")
  46. private String note;
  47. // 记录人员ID
  48. @ApiModelProperty(value="记录人员ID",name="persId")
  49. private String persId;
  50. public BisInspFjpjmgdpSystem() {
  51. }
  52. public String getDataStat() {
  53. return dataStat;
  54. }
  55. public void setDataStat(String dataStat) {
  56. this.dataStat = dataStat;
  57. }
  58. public String getState() {
  59. return state;
  60. }
  61. public void setState(String state) {
  62. this.state = state;
  63. }
  64. public Date getIntm() {
  65. return intm;
  66. }
  67. public void setIntm(Date intm) {
  68. this.intm = intm;
  69. }
  70. public Date getUptm() {
  71. return uptm;
  72. }
  73. public void setUptm(Date uptm) {
  74. this.uptm = uptm;
  75. }
  76. public String getId() {
  77. return id;
  78. }
  79. public void setId(String id) {
  80. this.id = id;
  81. }
  82. public String getRgstrId() {
  83. return rgstrId;
  84. }
  85. public void setRgstrId(String rgstrId) {
  86. this.rgstrId = rgstrId;
  87. }
  88. public Double getF211() {
  89. return f211;
  90. }
  91. public void setF211(Double f211) {
  92. this.f211 = f211;
  93. }
  94. public Double getF212() {
  95. return f212;
  96. }
  97. public void setF212(Double f212) {
  98. this.f212 = f212;
  99. }
  100. public Double getF213() {
  101. return f213;
  102. }
  103. public void setF213(Double f213) {
  104. this.f213 = f213;
  105. }
  106. public Double getF221() {
  107. return f221;
  108. }
  109. public void setF221(Double f221) {
  110. this.f221 = f221;
  111. }
  112. public Double getF222() {
  113. return f222;
  114. }
  115. public void setF222(Double f222) {
  116. this.f222 = f222;
  117. }
  118. public Double getF231() {
  119. return f231;
  120. }
  121. public void setF231(Double f231) {
  122. this.f231 = f231;
  123. }
  124. public Double getF232() {
  125. return f232;
  126. }
  127. public void setF232(Double f232) {
  128. this.f232 = f232;
  129. }
  130. public Double getF233() {
  131. return f233;
  132. }
  133. public void setF233(Double f233) {
  134. this.f233 = f233;
  135. }
  136. public Double getF241() {
  137. return f241;
  138. }
  139. public void setF241(Double f241) {
  140. this.f241 = f241;
  141. }
  142. public Double getF242() {
  143. return f242;
  144. }
  145. public void setF242(Double f242) {
  146. this.f242 = f242;
  147. }
  148. public Double getF243() {
  149. return f243;
  150. }
  151. public void setF243(Double f243) {
  152. this.f243 = f243;
  153. }
  154. public Double getF244() {
  155. return f244;
  156. }
  157. public void setF244(Double f244) {
  158. this.f244 = f244;
  159. }
  160. public Double getF245() {
  161. return f245;
  162. }
  163. public void setF245(Double f245) {
  164. this.f245 = f245;
  165. }
  166. public String getNote() {
  167. return note;
  168. }
  169. public void setNote(String note) {
  170. this.note = note;
  171. }
  172. public String getPersId() {
  173. return persId;
  174. }
  175. public void setPersId(String persId) {
  176. this.persId = persId;
  177. }
  178. @Override
  179. public String toString() {
  180. return "BisInspFjpjmgdpSystem [" + "dataStat=" + dataStat + ", state=" + state + ", intm=" + intm + ", uptm=" + uptm + ", id=" + id + ", rgstrId=" + rgstrId + ", f211=" + f211 + ", f212=" + f212 + ", f213=" + f213 + ", f221=" + f221 + ", f222=" + f222 + ", f231=" + f231 + ", f232=" + f232 + ", f233=" + f233 + ", f241=" + f241 + ", f242=" + f242 + ", f243=" + f243 + ", f244=" + f244 + ", f245=" + f245 + ", note=" + note + ", persId=" + persId + "]";
  181. }
  182. }