cc332239263fc7f5d85d2fce21ce891d1ff6fa40.svn-base 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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:BisInspFjpjmgdpTrgt
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspFjpjmgdpTrgt extends BaseBean implements Serializable {
  15. private String id;
  16. // 登记表ID
  17. @ApiModelProperty(value="登记表ID",name="rgstrId")
  18. private String rgstrId;
  19. private Double f111;
  20. private Double f112;
  21. private Double f113;
  22. private Double f114;
  23. private Double f115;
  24. private Double f116;
  25. private Double f121;
  26. private Double f122;
  27. private Double f123;
  28. private Double f124;
  29. private Double f125;
  30. private Double f131;
  31. private Double f132;
  32. private Double f141;
  33. private Double f142;
  34. private Double f143;
  35. private Double f144;
  36. private Double f145;
  37. private Double f146;
  38. private Double f151;
  39. private Double f152;
  40. private Double f161;
  41. // 备注
  42. @ApiModelProperty(value="备注",name="note")
  43. private String note;
  44. // 记录人员ID
  45. @ApiModelProperty(value="记录人员ID",name="persId")
  46. private String persId;
  47. // 创建时间
  48. @ApiModelProperty(value="创建时间",name="intm")
  49. private Date intm;
  50. // 最后修改时间
  51. @ApiModelProperty(value="最后修改时间",name="uptm")
  52. private Date uptm;
  53. // 数据状态
  54. @ApiModelProperty(value="数据状态",name="dataStat")
  55. private String dataStat;
  56. // 督查状态
  57. @ApiModelProperty(value="督查状态",name="state")
  58. private String state;
  59. public BisInspFjpjmgdpTrgt() {
  60. }
  61. public String getId() {
  62. return id;
  63. }
  64. public void setId(String id) {
  65. this.id = id;
  66. }
  67. public String getRgstrId() {
  68. return rgstrId;
  69. }
  70. public void setRgstrId(String rgstrId) {
  71. this.rgstrId = rgstrId;
  72. }
  73. public Double getF111() {
  74. return f111;
  75. }
  76. public void setF111(Double f111) {
  77. this.f111 = f111;
  78. }
  79. public Double getF112() {
  80. return f112;
  81. }
  82. public void setF112(Double f112) {
  83. this.f112 = f112;
  84. }
  85. public Double getF113() {
  86. return f113;
  87. }
  88. public void setF113(Double f113) {
  89. this.f113 = f113;
  90. }
  91. public Double getF114() {
  92. return f114;
  93. }
  94. public void setF114(Double f114) {
  95. this.f114 = f114;
  96. }
  97. public Double getF115() {
  98. return f115;
  99. }
  100. public void setF115(Double f115) {
  101. this.f115 = f115;
  102. }
  103. public Double getF116() {
  104. return f116;
  105. }
  106. public void setF116(Double f116) {
  107. this.f116 = f116;
  108. }
  109. public Double getF121() {
  110. return f121;
  111. }
  112. public void setF121(Double f121) {
  113. this.f121 = f121;
  114. }
  115. public Double getF122() {
  116. return f122;
  117. }
  118. public void setF122(Double f122) {
  119. this.f122 = f122;
  120. }
  121. public Double getF123() {
  122. return f123;
  123. }
  124. public void setF123(Double f123) {
  125. this.f123 = f123;
  126. }
  127. public Double getF124() {
  128. return f124;
  129. }
  130. public void setF124(Double f124) {
  131. this.f124 = f124;
  132. }
  133. public Double getF125() {
  134. return f125;
  135. }
  136. public void setF125(Double f125) {
  137. this.f125 = f125;
  138. }
  139. public Double getF131() {
  140. return f131;
  141. }
  142. public void setF131(Double f131) {
  143. this.f131 = f131;
  144. }
  145. public Double getF132() {
  146. return f132;
  147. }
  148. public void setF132(Double f132) {
  149. this.f132 = f132;
  150. }
  151. public Double getF141() {
  152. return f141;
  153. }
  154. public void setF141(Double f141) {
  155. this.f141 = f141;
  156. }
  157. public Double getF142() {
  158. return f142;
  159. }
  160. public void setF142(Double f142) {
  161. this.f142 = f142;
  162. }
  163. public Double getF143() {
  164. return f143;
  165. }
  166. public void setF143(Double f143) {
  167. this.f143 = f143;
  168. }
  169. public Double getF144() {
  170. return f144;
  171. }
  172. public void setF144(Double f144) {
  173. this.f144 = f144;
  174. }
  175. public Double getF145() {
  176. return f145;
  177. }
  178. public void setF145(Double f145) {
  179. this.f145 = f145;
  180. }
  181. public Double getF146() {
  182. return f146;
  183. }
  184. public void setF146(Double f146) {
  185. this.f146 = f146;
  186. }
  187. public Double getF151() {
  188. return f151;
  189. }
  190. public void setF151(Double f151) {
  191. this.f151 = f151;
  192. }
  193. public Double getF152() {
  194. return f152;
  195. }
  196. public void setF152(Double f152) {
  197. this.f152 = f152;
  198. }
  199. public Double getF161() {
  200. return f161;
  201. }
  202. public void setF161(Double f161) {
  203. this.f161 = f161;
  204. }
  205. public String getNote() {
  206. return note;
  207. }
  208. public void setNote(String note) {
  209. this.note = note;
  210. }
  211. public String getPersId() {
  212. return persId;
  213. }
  214. public void setPersId(String persId) {
  215. this.persId = persId;
  216. }
  217. public Date getIntm() {
  218. return intm;
  219. }
  220. public void setIntm(Date intm) {
  221. this.intm = intm;
  222. }
  223. public Date getUptm() {
  224. return uptm;
  225. }
  226. public void setUptm(Date uptm) {
  227. this.uptm = uptm;
  228. }
  229. public String getDataStat() {
  230. return dataStat;
  231. }
  232. public void setDataStat(String dataStat) {
  233. this.dataStat = dataStat;
  234. }
  235. public String getState() {
  236. return state;
  237. }
  238. public void setState(String state) {
  239. this.state = state;
  240. }
  241. @Override
  242. public String toString() {
  243. return "BisInspFjpjmgdpTrgt [" + "id=" + id + ", rgstrId=" + rgstrId + ", f111=" + f111 + ", f112=" + f112 + ", f113=" + f113 + ", f114=" + f114 + ", f115=" + f115 + ", f116=" + f116 + ", f121=" + f121 + ", f122=" + f122 + ", f123=" + f123 + ", f124=" + f124 + ", f125=" + f125 + ", f131=" + f131 + ", f132=" + f132 + ", f141=" + f141 + ", f142=" + f142 + ", f143=" + f143 + ", f144=" + f144 + ", f145=" + f145 + ", f146=" + f146 + ", f151=" + f151 + ", f152=" + f152 + ", f161=" + f161 + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + "]";
  244. }
  245. }