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