0b1e10f72dd121ea5ef3abb29d194e4d013c2410.svn-base 8.5 KB

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