SjlrGzda.java 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjlrGzda extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_gzda.LCRQ
  8. *
  9. * @ibatorgenerated Mon Jul 17 14:02:14 CST 2017
  10. */
  11. private Date lcrq;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column sjlr_gzda.SCZT
  15. *
  16. * @ibatorgenerated Mon Jul 10 10:21:12 CST 2017
  17. */
  18. private String sczt;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_gzda.ID
  22. *
  23. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  24. */
  25. private Integer id;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_gzda.MCID
  29. *
  30. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  31. */
  32. private Integer mcid;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_gzda.EPH
  36. *
  37. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  38. */
  39. private String eph;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_gzda.DWEB
  43. *
  44. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  45. */
  46. private String dweb;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_gzda.SL
  50. *
  51. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  52. */
  53. private String sl;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_gzda.PZ
  57. *
  58. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  59. */
  60. private String pz;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_gzda.QT
  64. *
  65. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  66. */
  67. private String qt;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_gzda.LY
  71. *
  72. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  73. */
  74. private String ly;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_gzda.RLRQ
  78. *
  79. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  80. */
  81. private Date rlrq;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_gzda.CSRQ
  85. *
  86. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  87. */
  88. private Date csrq;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_gzda.DQZT
  92. *
  93. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  94. */
  95. private String dqzt;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column sjlr_gzda.FXID
  99. *
  100. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  101. */
  102. private String fxid;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column sjlr_gzda.MXID
  106. *
  107. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  108. */
  109. private String mxid;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column sjlr_gzda.BZ
  113. *
  114. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  115. */
  116. private String bz;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column sjlr_gzda.XGR
  120. *
  121. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  122. */
  123. private String xgr;
  124. /**
  125. * This field was generated by Apache iBATIS ibator.
  126. * This field corresponds to the database column sjlr_gzda.XGSJ
  127. *
  128. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  129. */
  130. private Date xgsj;
  131. /**
  132. * This field was generated by Apache iBATIS ibator.
  133. * This field corresponds to the database column sjlr_gzda.ZFBZ
  134. *
  135. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  136. */
  137. private Integer zfbz;
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method returns the value of the database column sjlr_gzda.ID
  141. *
  142. * @return the value of sjlr_gzda.ID
  143. *
  144. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  145. */
  146. public Integer getId() {
  147. return id;
  148. }
  149. /**
  150. * This method was generated by Apache iBATIS ibator.
  151. * This method sets the value of the database column sjlr_gzda.ID
  152. *
  153. * @param id the value for sjlr_gzda.ID
  154. *
  155. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  156. */
  157. public void setId(Integer id) {
  158. this.id = id;
  159. }
  160. /**
  161. * This method was generated by Apache iBATIS ibator.
  162. * This method returns the value of the database column sjlr_gzda.MCID
  163. *
  164. * @return the value of sjlr_gzda.MCID
  165. *
  166. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  167. */
  168. public Integer getMcid() {
  169. return mcid;
  170. }
  171. /**
  172. * This method was generated by Apache iBATIS ibator.
  173. * This method sets the value of the database column sjlr_gzda.MCID
  174. *
  175. * @param mcid the value for sjlr_gzda.MCID
  176. *
  177. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  178. */
  179. public void setMcid(Integer mcid) {
  180. this.mcid = mcid;
  181. }
  182. /**
  183. * This method was generated by Apache iBATIS ibator.
  184. * This method returns the value of the database column sjlr_gzda.EPH
  185. *
  186. * @return the value of sjlr_gzda.EPH
  187. *
  188. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  189. */
  190. public String getEph() {
  191. return eph;
  192. }
  193. /**
  194. * This method was generated by Apache iBATIS ibator.
  195. * This method sets the value of the database column sjlr_gzda.EPH
  196. *
  197. * @param eph the value for sjlr_gzda.EPH
  198. *
  199. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  200. */
  201. public void setEph(String eph) {
  202. this.eph = eph == null ? null : eph.trim();
  203. }
  204. /**
  205. * This method was generated by Apache iBATIS ibator.
  206. * This method returns the value of the database column sjlr_gzda.DWEB
  207. *
  208. * @return the value of sjlr_gzda.DWEB
  209. *
  210. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  211. */
  212. public String getDweb() {
  213. return dweb;
  214. }
  215. /**
  216. * This method was generated by Apache iBATIS ibator.
  217. * This method sets the value of the database column sjlr_gzda.DWEB
  218. *
  219. * @param dweb the value for sjlr_gzda.DWEB
  220. *
  221. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  222. */
  223. public void setDweb(String dweb) {
  224. this.dweb = dweb == null ? null : dweb.trim();
  225. }
  226. /**
  227. * This method was generated by Apache iBATIS ibator.
  228. * This method returns the value of the database column sjlr_gzda.SL
  229. *
  230. * @return the value of sjlr_gzda.SL
  231. *
  232. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  233. */
  234. public String getSl() {
  235. return sl;
  236. }
  237. /**
  238. * This method was generated by Apache iBATIS ibator.
  239. * This method sets the value of the database column sjlr_gzda.SL
  240. *
  241. * @param sl the value for sjlr_gzda.SL
  242. *
  243. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  244. */
  245. public void setSl(String sl) {
  246. this.sl = sl == null ? null : sl.trim();
  247. }
  248. /**
  249. * This method was generated by Apache iBATIS ibator.
  250. * This method returns the value of the database column sjlr_gzda.PZ
  251. *
  252. * @return the value of sjlr_gzda.PZ
  253. *
  254. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  255. */
  256. public String getPz() {
  257. return pz;
  258. }
  259. /**
  260. * This method was generated by Apache iBATIS ibator.
  261. * This method sets the value of the database column sjlr_gzda.PZ
  262. *
  263. * @param pz the value for sjlr_gzda.PZ
  264. *
  265. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  266. */
  267. public void setPz(String pz) {
  268. this.pz = pz == null ? null : pz.trim();
  269. }
  270. /**
  271. * This method was generated by Apache iBATIS ibator.
  272. * This method returns the value of the database column sjlr_gzda.QT
  273. *
  274. * @return the value of sjlr_gzda.QT
  275. *
  276. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  277. */
  278. public String getQt() {
  279. return qt;
  280. }
  281. /**
  282. * This method was generated by Apache iBATIS ibator.
  283. * This method sets the value of the database column sjlr_gzda.QT
  284. *
  285. * @param qt the value for sjlr_gzda.QT
  286. *
  287. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  288. */
  289. public void setQt(String qt) {
  290. this.qt = qt == null ? null : qt.trim();
  291. }
  292. /**
  293. * This method was generated by Apache iBATIS ibator.
  294. * This method returns the value of the database column sjlr_gzda.LY
  295. *
  296. * @return the value of sjlr_gzda.LY
  297. *
  298. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  299. */
  300. public String getLy() {
  301. return ly;
  302. }
  303. /**
  304. * This method was generated by Apache iBATIS ibator.
  305. * This method sets the value of the database column sjlr_gzda.LY
  306. *
  307. * @param ly the value for sjlr_gzda.LY
  308. *
  309. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  310. */
  311. public void setLy(String ly) {
  312. this.ly = ly == null ? null : ly.trim();
  313. }
  314. /**
  315. * This method was generated by Apache iBATIS ibator.
  316. * This method returns the value of the database column sjlr_gzda.RLRQ
  317. *
  318. * @return the value of sjlr_gzda.RLRQ
  319. *
  320. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  321. */
  322. public Date getRlrq() {
  323. return rlrq;
  324. }
  325. /**
  326. * This method was generated by Apache iBATIS ibator.
  327. * This method sets the value of the database column sjlr_gzda.RLRQ
  328. *
  329. * @param rlrq the value for sjlr_gzda.RLRQ
  330. *
  331. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  332. */
  333. public void setRlrq(Date rlrq) {
  334. this.rlrq = rlrq;
  335. }
  336. /**
  337. * This method was generated by Apache iBATIS ibator.
  338. * This method returns the value of the database column sjlr_gzda.CSRQ
  339. *
  340. * @return the value of sjlr_gzda.CSRQ
  341. *
  342. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  343. */
  344. public Date getCsrq() {
  345. return csrq;
  346. }
  347. /**
  348. * This method was generated by Apache iBATIS ibator.
  349. * This method sets the value of the database column sjlr_gzda.CSRQ
  350. *
  351. * @param csrq the value for sjlr_gzda.CSRQ
  352. *
  353. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  354. */
  355. public void setCsrq(Date csrq) {
  356. this.csrq = csrq;
  357. }
  358. /**
  359. * This method was generated by Apache iBATIS ibator.
  360. * This method returns the value of the database column sjlr_gzda.DQZT
  361. *
  362. * @return the value of sjlr_gzda.DQZT
  363. *
  364. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  365. */
  366. public String getDqzt() {
  367. return dqzt;
  368. }
  369. /**
  370. * This method was generated by Apache iBATIS ibator.
  371. * This method sets the value of the database column sjlr_gzda.DQZT
  372. *
  373. * @param dqzt the value for sjlr_gzda.DQZT
  374. *
  375. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  376. */
  377. public void setDqzt(String dqzt) {
  378. this.dqzt = dqzt == null ? null : dqzt.trim();
  379. }
  380. /**
  381. * This method was generated by Apache iBATIS ibator.
  382. * This method returns the value of the database column sjlr_gzda.FXID
  383. *
  384. * @return the value of sjlr_gzda.FXID
  385. *
  386. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  387. */
  388. public String getFxid() {
  389. return fxid;
  390. }
  391. /**
  392. * This method was generated by Apache iBATIS ibator.
  393. * This method sets the value of the database column sjlr_gzda.FXID
  394. *
  395. * @param fxid the value for sjlr_gzda.FXID
  396. *
  397. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  398. */
  399. public void setFxid(String fxid) {
  400. this.fxid = fxid == null ? null : fxid.trim();
  401. }
  402. /**
  403. * This method was generated by Apache iBATIS ibator.
  404. * This method returns the value of the database column sjlr_gzda.MXID
  405. *
  406. * @return the value of sjlr_gzda.MXID
  407. *
  408. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  409. */
  410. public String getMxid() {
  411. return mxid;
  412. }
  413. /**
  414. * This method was generated by Apache iBATIS ibator.
  415. * This method sets the value of the database column sjlr_gzda.MXID
  416. *
  417. * @param mxid the value for sjlr_gzda.MXID
  418. *
  419. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  420. */
  421. public void setMxid(String mxid) {
  422. this.mxid = mxid == null ? null : mxid.trim();
  423. }
  424. /**
  425. * This method was generated by Apache iBATIS ibator.
  426. * This method returns the value of the database column sjlr_gzda.BZ
  427. *
  428. * @return the value of sjlr_gzda.BZ
  429. *
  430. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  431. */
  432. public String getBz() {
  433. return bz;
  434. }
  435. /**
  436. * This method was generated by Apache iBATIS ibator.
  437. * This method sets the value of the database column sjlr_gzda.BZ
  438. *
  439. * @param bz the value for sjlr_gzda.BZ
  440. *
  441. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  442. */
  443. public void setBz(String bz) {
  444. this.bz = bz == null ? null : bz.trim();
  445. }
  446. /**
  447. * This method was generated by Apache iBATIS ibator.
  448. * This method returns the value of the database column sjlr_gzda.XGR
  449. *
  450. * @return the value of sjlr_gzda.XGR
  451. *
  452. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  453. */
  454. public String getXgr() {
  455. return xgr;
  456. }
  457. /**
  458. * This method was generated by Apache iBATIS ibator.
  459. * This method sets the value of the database column sjlr_gzda.XGR
  460. *
  461. * @param xgr the value for sjlr_gzda.XGR
  462. *
  463. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  464. */
  465. public void setXgr(String xgr) {
  466. this.xgr = xgr == null ? null : xgr.trim();
  467. }
  468. /**
  469. * This method was generated by Apache iBATIS ibator.
  470. * This method returns the value of the database column sjlr_gzda.XGSJ
  471. *
  472. * @return the value of sjlr_gzda.XGSJ
  473. *
  474. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  475. */
  476. public Date getXgsj() {
  477. return xgsj;
  478. }
  479. /**
  480. * This method was generated by Apache iBATIS ibator.
  481. * This method sets the value of the database column sjlr_gzda.XGSJ
  482. *
  483. * @param xgsj the value for sjlr_gzda.XGSJ
  484. *
  485. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  486. */
  487. public void setXgsj(Date xgsj) {
  488. this.xgsj = xgsj;
  489. }
  490. /**
  491. * This method was generated by Apache iBATIS ibator.
  492. * This method returns the value of the database column sjlr_gzda.ZFBZ
  493. *
  494. * @return the value of sjlr_gzda.ZFBZ
  495. *
  496. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  497. */
  498. public Integer getZfbz() {
  499. return zfbz;
  500. }
  501. /**
  502. * This method was generated by Apache iBATIS ibator.
  503. * This method sets the value of the database column sjlr_gzda.ZFBZ
  504. *
  505. * @param zfbz the value for sjlr_gzda.ZFBZ
  506. *
  507. * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017
  508. */
  509. public void setZfbz(Integer zfbz) {
  510. this.zfbz = zfbz;
  511. }
  512. /**
  513. * This method was generated by Apache iBATIS ibator.
  514. * This method returns the value of the database column sjlr_gzda.SCZT
  515. *
  516. * @return the value of sjlr_gzda.SCZT
  517. *
  518. * @ibatorgenerated Mon Jul 10 10:21:12 CST 2017
  519. */
  520. public String getSczt() {
  521. return sczt;
  522. }
  523. /**
  524. * This method was generated by Apache iBATIS ibator.
  525. * This method returns the value of the database column sjlr_gzda.LCRQ
  526. *
  527. * @return the value of sjlr_gzda.LCRQ
  528. *
  529. * @ibatorgenerated Mon Jul 17 14:02:14 CST 2017
  530. */
  531. public Date getLcrq() {
  532. return lcrq;
  533. }
  534. /**
  535. * This method was generated by Apache iBATIS ibator.
  536. * This method sets the value of the database column sjlr_gzda.LCRQ
  537. *
  538. * @param lcrq the value for sjlr_gzda.LCRQ
  539. *
  540. * @ibatorgenerated Mon Jul 17 14:02:14 CST 2017
  541. */
  542. public void setLcrq(Date lcrq) {
  543. this.lcrq = lcrq;
  544. }
  545. /**
  546. * This method was generated by Apache iBATIS ibator.
  547. * This method sets the value of the database column sjlr_gzda.SCZT
  548. *
  549. * @param sczt the value for sjlr_gzda.SCZT
  550. *
  551. * @ibatorgenerated Mon Jul 10 10:21:12 CST 2017
  552. */
  553. public void setSczt(String sczt) {
  554. this.sczt = sczt == null ? null : sczt.trim();
  555. }
  556. private String slStr; //舍栏
  557. private String pzStr; //品种
  558. private String dqztStr; //当前状态
  559. private String cjhgcs; //采精合格次数
  560. private String cjbhgcs; //采精不合格次数
  561. private String cjcs; //采精次数
  562. private String rlts; //入栏天数
  563. private String pzcs; //配种次数
  564. private String fmcs; //分娩次数
  565. private String fml; //分娩率
  566. private long pzjg; //配种间隔
  567. private String lastCjjg;//上次采精间隔
  568. private long spts; //失配天数
  569. public String getLastCjjg() {
  570. return lastCjjg;
  571. }
  572. public void setLastCjjg(String lastCjjg) {
  573. this.lastCjjg = lastCjjg;
  574. }
  575. public Date getCjjg() {
  576. return cjjg;
  577. }
  578. private Date cjjg; //采精间隔
  579. public String getDqztStr() {
  580. return dqztStr;
  581. }
  582. public void setDqztStr(String dqztStr) {
  583. this.dqztStr = dqztStr;
  584. }
  585. public String getCjhgcs() {
  586. return cjhgcs;
  587. }
  588. public void setCjhgcs(String cjhgcs) {
  589. this.cjhgcs = cjhgcs;
  590. }
  591. public String getCjbhgcs() {
  592. return cjbhgcs;
  593. }
  594. public void setCjbhgcs(String cjbhgcs) {
  595. this.cjbhgcs = cjbhgcs;
  596. }
  597. public String getCjcs() {
  598. return cjcs;
  599. }
  600. public void setCjcs(String cjcs) {
  601. this.cjcs = cjcs;
  602. }
  603. public String getRlts() {
  604. return rlts;
  605. }
  606. public void setRlts(String rlts) {
  607. this.rlts = rlts;
  608. }
  609. public String getPzcs() {
  610. return pzcs;
  611. }
  612. public void setPzcs(String pzcs) {
  613. this.pzcs = pzcs;
  614. }
  615. public String getFmcs() {
  616. return fmcs;
  617. }
  618. public void setFmcs(String fmcs) {
  619. this.fmcs = fmcs;
  620. }
  621. public String getFml() {
  622. return fml;
  623. }
  624. public void setFml(String fml) {
  625. this.fml = fml;
  626. }
  627. public String getSlStr() {
  628. return slStr;
  629. }
  630. public void setSlStr(String slStr) {
  631. this.slStr = slStr;
  632. }
  633. public String getPzStr() {
  634. return pzStr;
  635. }
  636. public void setPzStr(String pzStr) {
  637. this.pzStr = pzStr;
  638. }
  639. public void setCjjg(Date cjjg) {
  640. this.cjjg = cjjg;
  641. }
  642. public long getPzjg() {
  643. return pzjg;
  644. }
  645. public void setPzjg(long pzjg) {
  646. this.pzjg = pzjg;
  647. }
  648. public long getSpts() {
  649. return spts;
  650. }
  651. public void setSpts(long spts) {
  652. this.spts = spts;
  653. }
  654. }