ad2b99b12c46d708df3ff7cc63977910957bbec4.svn-base 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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:BisInspFjpjmgdpImgr
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspFjpjmgdpImgr extends BaseBean implements Serializable {
  15. private Double f441;
  16. // 备注
  17. @ApiModelProperty(value="备注",name="note")
  18. private String note;
  19. // 记录人员ID
  20. @ApiModelProperty(value="记录人员ID",name="persId")
  21. private String persId;
  22. // 创建时间
  23. @ApiModelProperty(value="创建时间",name="intm")
  24. private Date intm;
  25. // 最后修改时间
  26. @ApiModelProperty(value="最后修改时间",name="uptm")
  27. private Date uptm;
  28. // 数据状态
  29. @ApiModelProperty(value="数据状态",name="dataStat")
  30. private String dataStat;
  31. // 督查状态
  32. @ApiModelProperty(value="督查状态",name="state")
  33. private String state;
  34. private String id;
  35. // 登记表ID
  36. @ApiModelProperty(value="登记表ID",name="rgstrId")
  37. private String rgstrId;
  38. private Double f411;
  39. private Double f412;
  40. private Double f413;
  41. private Double f414;
  42. private Double f415;
  43. private Double f416;
  44. private Double f417;
  45. private Double f418;
  46. private Double f419;
  47. private Double f4110;
  48. private Double f4111;
  49. private Double f4112;
  50. private Double f4113;
  51. private Double f4114;
  52. private Double f421;
  53. private Double f422;
  54. private Double f423;
  55. private Double f424;
  56. private Double f425;
  57. private Double f426;
  58. private Double f427;
  59. private Double f428;
  60. private Double f429;
  61. private Double f4210;
  62. private Double f4211;
  63. private Double f4212;
  64. private Double f4213;
  65. private Double f4214;
  66. private Double f4215;
  67. private Double f4216;
  68. private Double f4217;
  69. private Double f431;
  70. private Double f432;
  71. private Double f433;
  72. private Double f434;
  73. private Double f435;
  74. private Double f436;
  75. private Double f437;
  76. private Double f438;
  77. public BisInspFjpjmgdpImgr() {
  78. }
  79. public Double getF441() {
  80. return f441;
  81. }
  82. public void setF441(Double f441) {
  83. this.f441 = f441;
  84. }
  85. public String getNote() {
  86. return note;
  87. }
  88. public void setNote(String note) {
  89. this.note = note;
  90. }
  91. public String getPersId() {
  92. return persId;
  93. }
  94. public void setPersId(String persId) {
  95. this.persId = persId;
  96. }
  97. public Date getIntm() {
  98. return intm;
  99. }
  100. public void setIntm(Date intm) {
  101. this.intm = intm;
  102. }
  103. public Date getUptm() {
  104. return uptm;
  105. }
  106. public void setUptm(Date uptm) {
  107. this.uptm = uptm;
  108. }
  109. public String getDataStat() {
  110. return dataStat;
  111. }
  112. public void setDataStat(String dataStat) {
  113. this.dataStat = dataStat;
  114. }
  115. public String getState() {
  116. return state;
  117. }
  118. public void setState(String state) {
  119. this.state = state;
  120. }
  121. public String getId() {
  122. return id;
  123. }
  124. public void setId(String id) {
  125. this.id = id;
  126. }
  127. public String getRgstrId() {
  128. return rgstrId;
  129. }
  130. public void setRgstrId(String rgstrId) {
  131. this.rgstrId = rgstrId;
  132. }
  133. public Double getF411() {
  134. return f411;
  135. }
  136. public void setF411(Double f411) {
  137. this.f411 = f411;
  138. }
  139. public Double getF412() {
  140. return f412;
  141. }
  142. public void setF412(Double f412) {
  143. this.f412 = f412;
  144. }
  145. public Double getF413() {
  146. return f413;
  147. }
  148. public void setF413(Double f413) {
  149. this.f413 = f413;
  150. }
  151. public Double getF414() {
  152. return f414;
  153. }
  154. public void setF414(Double f414) {
  155. this.f414 = f414;
  156. }
  157. public Double getF415() {
  158. return f415;
  159. }
  160. public void setF415(Double f415) {
  161. this.f415 = f415;
  162. }
  163. public Double getF416() {
  164. return f416;
  165. }
  166. public void setF416(Double f416) {
  167. this.f416 = f416;
  168. }
  169. public Double getF417() {
  170. return f417;
  171. }
  172. public void setF417(Double f417) {
  173. this.f417 = f417;
  174. }
  175. public Double getF418() {
  176. return f418;
  177. }
  178. public void setF418(Double f418) {
  179. this.f418 = f418;
  180. }
  181. public Double getF419() {
  182. return f419;
  183. }
  184. public void setF419(Double f419) {
  185. this.f419 = f419;
  186. }
  187. public Double getF4110() {
  188. return f4110;
  189. }
  190. public void setF4110(Double f4110) {
  191. this.f4110 = f4110;
  192. }
  193. public Double getF4111() {
  194. return f4111;
  195. }
  196. public void setF4111(Double f4111) {
  197. this.f4111 = f4111;
  198. }
  199. public Double getF4112() {
  200. return f4112;
  201. }
  202. public void setF4112(Double f4112) {
  203. this.f4112 = f4112;
  204. }
  205. public Double getF4113() {
  206. return f4113;
  207. }
  208. public void setF4113(Double f4113) {
  209. this.f4113 = f4113;
  210. }
  211. public Double getF4114() {
  212. return f4114;
  213. }
  214. public void setF4114(Double f4114) {
  215. this.f4114 = f4114;
  216. }
  217. public Double getF421() {
  218. return f421;
  219. }
  220. public void setF421(Double f421) {
  221. this.f421 = f421;
  222. }
  223. public Double getF422() {
  224. return f422;
  225. }
  226. public void setF422(Double f422) {
  227. this.f422 = f422;
  228. }
  229. public Double getF423() {
  230. return f423;
  231. }
  232. public void setF423(Double f423) {
  233. this.f423 = f423;
  234. }
  235. public Double getF424() {
  236. return f424;
  237. }
  238. public void setF424(Double f424) {
  239. this.f424 = f424;
  240. }
  241. public Double getF425() {
  242. return f425;
  243. }
  244. public void setF425(Double f425) {
  245. this.f425 = f425;
  246. }
  247. public Double getF426() {
  248. return f426;
  249. }
  250. public void setF426(Double f426) {
  251. this.f426 = f426;
  252. }
  253. public Double getF427() {
  254. return f427;
  255. }
  256. public void setF427(Double f427) {
  257. this.f427 = f427;
  258. }
  259. public Double getF428() {
  260. return f428;
  261. }
  262. public void setF428(Double f428) {
  263. this.f428 = f428;
  264. }
  265. public Double getF429() {
  266. return f429;
  267. }
  268. public void setF429(Double f429) {
  269. this.f429 = f429;
  270. }
  271. public Double getF4210() {
  272. return f4210;
  273. }
  274. public void setF4210(Double f4210) {
  275. this.f4210 = f4210;
  276. }
  277. public Double getF4211() {
  278. return f4211;
  279. }
  280. public void setF4211(Double f4211) {
  281. this.f4211 = f4211;
  282. }
  283. public Double getF4212() {
  284. return f4212;
  285. }
  286. public void setF4212(Double f4212) {
  287. this.f4212 = f4212;
  288. }
  289. public Double getF4213() {
  290. return f4213;
  291. }
  292. public void setF4213(Double f4213) {
  293. this.f4213 = f4213;
  294. }
  295. public Double getF4214() {
  296. return f4214;
  297. }
  298. public void setF4214(Double f4214) {
  299. this.f4214 = f4214;
  300. }
  301. public Double getF4215() {
  302. return f4215;
  303. }
  304. public void setF4215(Double f4215) {
  305. this.f4215 = f4215;
  306. }
  307. public Double getF4216() {
  308. return f4216;
  309. }
  310. public void setF4216(Double f4216) {
  311. this.f4216 = f4216;
  312. }
  313. public Double getF4217() {
  314. return f4217;
  315. }
  316. public void setF4217(Double f4217) {
  317. this.f4217 = f4217;
  318. }
  319. public Double getF431() {
  320. return f431;
  321. }
  322. public void setF431(Double f431) {
  323. this.f431 = f431;
  324. }
  325. public Double getF432() {
  326. return f432;
  327. }
  328. public void setF432(Double f432) {
  329. this.f432 = f432;
  330. }
  331. public Double getF433() {
  332. return f433;
  333. }
  334. public void setF433(Double f433) {
  335. this.f433 = f433;
  336. }
  337. public Double getF434() {
  338. return f434;
  339. }
  340. public void setF434(Double f434) {
  341. this.f434 = f434;
  342. }
  343. public Double getF435() {
  344. return f435;
  345. }
  346. public void setF435(Double f435) {
  347. this.f435 = f435;
  348. }
  349. public Double getF436() {
  350. return f436;
  351. }
  352. public void setF436(Double f436) {
  353. this.f436 = f436;
  354. }
  355. public Double getF437() {
  356. return f437;
  357. }
  358. public void setF437(Double f437) {
  359. this.f437 = f437;
  360. }
  361. public Double getF438() {
  362. return f438;
  363. }
  364. public void setF438(Double f438) {
  365. this.f438 = f438;
  366. }
  367. @Override
  368. public String toString() {
  369. return "BisInspFjpjmgdpImgr [" + "f441=" + f441 + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + ", id=" + id + ", rgstrId=" + rgstrId + ", f411=" + f411 + ", f412=" + f412 + ", f413=" + f413 + ", f414=" + f414 + ", f415=" + f415 + ", f416=" + f416 + ", f417=" + f417 + ", f418=" + f418 + ", f419=" + f419 + ", f4110=" + f4110 + ", f4111=" + f4111 + ", f4112=" + f4112 + ", f4113=" + f4113 + ", f4114=" + f4114 + ", f4115=" + ", f421=" + f421 + ", f422=" + f422 + ", f423=" + f423 + ", f424=" + f424 + ", f425=" + f425 + ", f426=" + f426 + ", f427=" + f427 + ", f428=" + f428 + ", f429=" + f429 + ", f4210=" + f4210 + ", f4211=" + f4211 + ", f4212=" + f4212 + ", f4213=" + f4213 + ", f4214=" + f4214 + ", f4215=" + f4215 + ", f4216=" + f4216 + ", f4217=" + f4217 + ", f4218=" + ", f431=" + f431 + ", f432=" + f432 + ", f433=" + f433 + ", f434=" + f434 + ", f435=" + f435 + ", f436=" + f436 + ", f437=" + f437 + ", f438=" + f438 + ", f439=" + "]";
  370. }
  371. }