b1568e60cb7760039c4f8ba76878e57e5ca278dc.svn-base 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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:BisInspFjpjmgdpSafdl
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspFjpjmgdpSafdl extends BaseBean implements Serializable {
  15. private String id;
  16. // 登记表ID
  17. @ApiModelProperty(value="登记表ID",name="rgstrId")
  18. private String rgstrId;
  19. private Double f511;
  20. private Double f512;
  21. private Double f513;
  22. private Double f514;
  23. private Double f515;
  24. private Double f516;
  25. private Double f517;
  26. private Double f521;
  27. private Double f522;
  28. private Double f523;
  29. private Double f524;
  30. private Double f531;
  31. private Double f532;
  32. private Double f533;
  33. private Double f534;
  34. private Double f535;
  35. private Double f536;
  36. private Double f537;
  37. private Double f541;
  38. private Double f542;
  39. // 备注
  40. @ApiModelProperty(value="备注",name="note")
  41. private String note;
  42. // 记录人员ID
  43. @ApiModelProperty(value="记录人员ID",name="persId")
  44. private String persId;
  45. // 创建时间
  46. @ApiModelProperty(value="创建时间",name="intm")
  47. private Date intm;
  48. // 最后修改时间
  49. @ApiModelProperty(value="最后修改时间",name="uptm")
  50. private Date uptm;
  51. // 数据状态
  52. @ApiModelProperty(value="数据状态",name="dataStat")
  53. private String dataStat;
  54. // 督查状态
  55. @ApiModelProperty(value="督查状态",name="state")
  56. private String state;
  57. public BisInspFjpjmgdpSafdl() {
  58. }
  59. public String getId() {
  60. return id;
  61. }
  62. public void setId(String id) {
  63. this.id = id;
  64. }
  65. public String getRgstrId() {
  66. return rgstrId;
  67. }
  68. public void setRgstrId(String rgstrId) {
  69. this.rgstrId = rgstrId;
  70. }
  71. public Double getF511() {
  72. return f511;
  73. }
  74. public void setF511(Double f511) {
  75. this.f511 = f511;
  76. }
  77. public Double getF512() {
  78. return f512;
  79. }
  80. public void setF512(Double f512) {
  81. this.f512 = f512;
  82. }
  83. public Double getF513() {
  84. return f513;
  85. }
  86. public void setF513(Double f513) {
  87. this.f513 = f513;
  88. }
  89. public Double getF514() {
  90. return f514;
  91. }
  92. public void setF514(Double f514) {
  93. this.f514 = f514;
  94. }
  95. public Double getF515() {
  96. return f515;
  97. }
  98. public void setF515(Double f515) {
  99. this.f515 = f515;
  100. }
  101. public Double getF516() {
  102. return f516;
  103. }
  104. public void setF516(Double f516) {
  105. this.f516 = f516;
  106. }
  107. public Double getF517() {
  108. return f517;
  109. }
  110. public void setF517(Double f517) {
  111. this.f517 = f517;
  112. }
  113. public Double getF521() {
  114. return f521;
  115. }
  116. public void setF521(Double f521) {
  117. this.f521 = f521;
  118. }
  119. public Double getF522() {
  120. return f522;
  121. }
  122. public void setF522(Double f522) {
  123. this.f522 = f522;
  124. }
  125. public Double getF523() {
  126. return f523;
  127. }
  128. public void setF523(Double f523) {
  129. this.f523 = f523;
  130. }
  131. public Double getF524() {
  132. return f524;
  133. }
  134. public void setF524(Double f524) {
  135. this.f524 = f524;
  136. }
  137. public Double getF531() {
  138. return f531;
  139. }
  140. public void setF531(Double f531) {
  141. this.f531 = f531;
  142. }
  143. public Double getF532() {
  144. return f532;
  145. }
  146. public void setF532(Double f532) {
  147. this.f532 = f532;
  148. }
  149. public Double getF533() {
  150. return f533;
  151. }
  152. public void setF533(Double f533) {
  153. this.f533 = f533;
  154. }
  155. public Double getF534() {
  156. return f534;
  157. }
  158. public void setF534(Double f534) {
  159. this.f534 = f534;
  160. }
  161. public Double getF535() {
  162. return f535;
  163. }
  164. public void setF535(Double f535) {
  165. this.f535 = f535;
  166. }
  167. public Double getF536() {
  168. return f536;
  169. }
  170. public void setF536(Double f536) {
  171. this.f536 = f536;
  172. }
  173. public Double getF537() {
  174. return f537;
  175. }
  176. public void setF537(Double f537) {
  177. this.f537 = f537;
  178. }
  179. public Double getF541() {
  180. return f541;
  181. }
  182. public void setF541(Double f541) {
  183. this.f541 = f541;
  184. }
  185. public Double getF542() {
  186. return f542;
  187. }
  188. public void setF542(Double f542) {
  189. this.f542 = f542;
  190. }
  191. public String getNote() {
  192. return note;
  193. }
  194. public void setNote(String note) {
  195. this.note = note;
  196. }
  197. public String getPersId() {
  198. return persId;
  199. }
  200. public void setPersId(String persId) {
  201. this.persId = persId;
  202. }
  203. public Date getIntm() {
  204. return intm;
  205. }
  206. public void setIntm(Date intm) {
  207. this.intm = intm;
  208. }
  209. public Date getUptm() {
  210. return uptm;
  211. }
  212. public void setUptm(Date uptm) {
  213. this.uptm = uptm;
  214. }
  215. public String getDataStat() {
  216. return dataStat;
  217. }
  218. public void setDataStat(String dataStat) {
  219. this.dataStat = dataStat;
  220. }
  221. public String getState() {
  222. return state;
  223. }
  224. public void setState(String state) {
  225. this.state = state;
  226. }
  227. @Override
  228. public String toString() {
  229. return "BisInspFjpjmgdpSafdl [" + "id=" + id + ", rgstrId=" + rgstrId + ", f511=" + f511 + ", f512=" + f512 + ", f513=" + f513 + ", f514=" + f514 + ", f515=" + f515 + ", f516=" + f516 + ", f517=" + f517 + ", f521=" + f521 + ", f522=" + f522 + ", f523=" + f523 + ", f524=" + f524 + ", f531=" + f531 + ", f532=" + f532 + ", f533=" + f533 + ", f534=" + f534 + ", f535=" + f535 + ", f536=" + f536 + ", f537=" + f537 + ", f541=" + f541 + ", f542=" + f542 + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + "]";
  230. }
  231. }