DaJqda.java 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  1. package com.huimv.da.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class DaJqda extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column da_jqda.ID
  8. *
  9. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column da_jqda.JQID
  15. *
  16. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  17. */
  18. private String jqid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column da_jqda.ZSID
  22. *
  23. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  24. */
  25. private Integer zsid;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column da_jqda.QHBM
  29. *
  30. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  31. */
  32. private String qhbm;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column da_jqda.MBBB
  36. *
  37. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  38. */
  39. private String mbbb;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column da_jqda.FTPCMD
  43. *
  44. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  45. */
  46. private String ftpcmd;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column da_jqda.XGR
  50. *
  51. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  52. */
  53. private String xgr;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column da_jqda.XGSJ
  57. *
  58. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  59. */
  60. private Date xgsj;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column da_jqda.ZFBZ
  64. *
  65. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  66. */
  67. private Integer zfbz;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column da_jqda.DQBB
  71. *
  72. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  73. */
  74. private String dqbb;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column da_jqda.HKDQBB
  78. *
  79. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  80. */
  81. private String hkdqbb;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column da_jqda.HKMBBB
  85. *
  86. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  87. */
  88. private String hkmbbb;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column da_jqda.HKFTPCMD
  92. *
  93. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  94. */
  95. private String hkftpcmd;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column da_jqda.LCDQBB
  99. *
  100. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  101. */
  102. private String lcdqbb;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column da_jqda.LCMBBB
  106. *
  107. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  108. */
  109. private String lcmbbb;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column da_jqda.LCFTPCMD
  113. *
  114. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  115. */
  116. private String lcftpcmd;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column da_jqda.XLH
  120. *
  121. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  122. */
  123. private String xlh;
  124. /**
  125. * This field was generated by Apache iBATIS ibator.
  126. * This field corresponds to the database column da_jqda.ZDH
  127. *
  128. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  129. */
  130. private String zdh;
  131. /**
  132. * This field was generated by Apache iBATIS ibator.
  133. * This field corresponds to the database column da_jqda.IMEI
  134. *
  135. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  136. */
  137. private String imei;
  138. /**
  139. * This field was generated by Apache iBATIS ibator.
  140. * This field corresponds to the database column da_jqda.IMSI
  141. *
  142. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  143. */
  144. private String imsi;
  145. /**
  146. * This field was generated by Apache iBATIS ibator.
  147. * This field corresponds to the database column da_jqda.CCID
  148. *
  149. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  150. */
  151. private String ccid;
  152. /**
  153. * This field was generated by Apache iBATIS ibator.
  154. * This field corresponds to the database column da_jqda.ESIMNAME
  155. *
  156. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  157. */
  158. private String esimname;
  159. /**
  160. * This method was generated by Apache iBATIS ibator.
  161. * This method returns the value of the database column da_jqda.ID
  162. *
  163. * @return the value of da_jqda.ID
  164. *
  165. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  166. */
  167. public Integer getId() {
  168. return id;
  169. }
  170. /**
  171. * This method was generated by Apache iBATIS ibator.
  172. * This method sets the value of the database column da_jqda.ID
  173. *
  174. * @param id the value for da_jqda.ID
  175. *
  176. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  177. */
  178. public void setId(Integer id) {
  179. this.id = id;
  180. }
  181. /**
  182. * This method was generated by Apache iBATIS ibator.
  183. * This method returns the value of the database column da_jqda.JQID
  184. *
  185. * @return the value of da_jqda.JQID
  186. *
  187. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  188. */
  189. public String getJqid() {
  190. return jqid;
  191. }
  192. /**
  193. * This method was generated by Apache iBATIS ibator.
  194. * This method sets the value of the database column da_jqda.JQID
  195. *
  196. * @param jqid the value for da_jqda.JQID
  197. *
  198. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  199. */
  200. public void setJqid(String jqid) {
  201. this.jqid = jqid == null ? null : jqid.trim();
  202. }
  203. /**
  204. * This method was generated by Apache iBATIS ibator.
  205. * This method returns the value of the database column da_jqda.ZSID
  206. *
  207. * @return the value of da_jqda.ZSID
  208. *
  209. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  210. */
  211. public Integer getZsid() {
  212. return zsid;
  213. }
  214. /**
  215. * This method was generated by Apache iBATIS ibator.
  216. * This method sets the value of the database column da_jqda.ZSID
  217. *
  218. * @param zsid the value for da_jqda.ZSID
  219. *
  220. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  221. */
  222. public void setZsid(Integer zsid) {
  223. this.zsid = zsid;
  224. }
  225. /**
  226. * This method was generated by Apache iBATIS ibator.
  227. * This method returns the value of the database column da_jqda.QHBM
  228. *
  229. * @return the value of da_jqda.QHBM
  230. *
  231. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  232. */
  233. public String getQhbm() {
  234. return qhbm;
  235. }
  236. /**
  237. * This method was generated by Apache iBATIS ibator.
  238. * This method sets the value of the database column da_jqda.QHBM
  239. *
  240. * @param qhbm the value for da_jqda.QHBM
  241. *
  242. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  243. */
  244. public void setQhbm(String qhbm) {
  245. this.qhbm = qhbm == null ? null : qhbm.trim();
  246. }
  247. /**
  248. * This method was generated by Apache iBATIS ibator.
  249. * This method returns the value of the database column da_jqda.MBBB
  250. *
  251. * @return the value of da_jqda.MBBB
  252. *
  253. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  254. */
  255. public String getMbbb() {
  256. return mbbb;
  257. }
  258. /**
  259. * This method was generated by Apache iBATIS ibator.
  260. * This method sets the value of the database column da_jqda.MBBB
  261. *
  262. * @param mbbb the value for da_jqda.MBBB
  263. *
  264. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  265. */
  266. public void setMbbb(String mbbb) {
  267. this.mbbb = mbbb == null ? null : mbbb.trim();
  268. }
  269. /**
  270. * This method was generated by Apache iBATIS ibator.
  271. * This method returns the value of the database column da_jqda.FTPCMD
  272. *
  273. * @return the value of da_jqda.FTPCMD
  274. *
  275. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  276. */
  277. public String getFtpcmd() {
  278. return ftpcmd;
  279. }
  280. /**
  281. * This method was generated by Apache iBATIS ibator.
  282. * This method sets the value of the database column da_jqda.FTPCMD
  283. *
  284. * @param ftpcmd the value for da_jqda.FTPCMD
  285. *
  286. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  287. */
  288. public void setFtpcmd(String ftpcmd) {
  289. this.ftpcmd = ftpcmd == null ? null : ftpcmd.trim();
  290. }
  291. /**
  292. * This method was generated by Apache iBATIS ibator.
  293. * This method returns the value of the database column da_jqda.XGR
  294. *
  295. * @return the value of da_jqda.XGR
  296. *
  297. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  298. */
  299. public String getXgr() {
  300. return xgr;
  301. }
  302. /**
  303. * This method was generated by Apache iBATIS ibator.
  304. * This method sets the value of the database column da_jqda.XGR
  305. *
  306. * @param xgr the value for da_jqda.XGR
  307. *
  308. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  309. */
  310. public void setXgr(String xgr) {
  311. this.xgr = xgr == null ? null : xgr.trim();
  312. }
  313. /**
  314. * This method was generated by Apache iBATIS ibator.
  315. * This method returns the value of the database column da_jqda.XGSJ
  316. *
  317. * @return the value of da_jqda.XGSJ
  318. *
  319. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  320. */
  321. public Date getXgsj() {
  322. return xgsj;
  323. }
  324. /**
  325. * This method was generated by Apache iBATIS ibator.
  326. * This method sets the value of the database column da_jqda.XGSJ
  327. *
  328. * @param xgsj the value for da_jqda.XGSJ
  329. *
  330. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  331. */
  332. public void setXgsj(Date xgsj) {
  333. this.xgsj = xgsj;
  334. }
  335. /**
  336. * This method was generated by Apache iBATIS ibator.
  337. * This method returns the value of the database column da_jqda.ZFBZ
  338. *
  339. * @return the value of da_jqda.ZFBZ
  340. *
  341. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  342. */
  343. public Integer getZfbz() {
  344. return zfbz;
  345. }
  346. /**
  347. * This method was generated by Apache iBATIS ibator.
  348. * This method sets the value of the database column da_jqda.ZFBZ
  349. *
  350. * @param zfbz the value for da_jqda.ZFBZ
  351. *
  352. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  353. */
  354. public void setZfbz(Integer zfbz) {
  355. this.zfbz = zfbz;
  356. }
  357. /**
  358. * This method was generated by Apache iBATIS ibator.
  359. * This method returns the value of the database column da_jqda.DQBB
  360. *
  361. * @return the value of da_jqda.DQBB
  362. *
  363. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  364. */
  365. public String getDqbb() {
  366. return dqbb;
  367. }
  368. /**
  369. * This method was generated by Apache iBATIS ibator.
  370. * This method sets the value of the database column da_jqda.DQBB
  371. *
  372. * @param dqbb the value for da_jqda.DQBB
  373. *
  374. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  375. */
  376. public void setDqbb(String dqbb) {
  377. this.dqbb = dqbb == null ? null : dqbb.trim();
  378. }
  379. /**
  380. * This method was generated by Apache iBATIS ibator.
  381. * This method returns the value of the database column da_jqda.HKDQBB
  382. *
  383. * @return the value of da_jqda.HKDQBB
  384. *
  385. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  386. */
  387. public String getHkdqbb() {
  388. return hkdqbb;
  389. }
  390. /**
  391. * This method was generated by Apache iBATIS ibator.
  392. * This method sets the value of the database column da_jqda.HKDQBB
  393. *
  394. * @param hkdqbb the value for da_jqda.HKDQBB
  395. *
  396. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  397. */
  398. public void setHkdqbb(String hkdqbb) {
  399. this.hkdqbb = hkdqbb == null ? null : hkdqbb.trim();
  400. }
  401. /**
  402. * This method was generated by Apache iBATIS ibator.
  403. * This method returns the value of the database column da_jqda.HKMBBB
  404. *
  405. * @return the value of da_jqda.HKMBBB
  406. *
  407. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  408. */
  409. public String getHkmbbb() {
  410. return hkmbbb;
  411. }
  412. /**
  413. * This method was generated by Apache iBATIS ibator.
  414. * This method sets the value of the database column da_jqda.HKMBBB
  415. *
  416. * @param hkmbbb the value for da_jqda.HKMBBB
  417. *
  418. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  419. */
  420. public void setHkmbbb(String hkmbbb) {
  421. this.hkmbbb = hkmbbb == null ? null : hkmbbb.trim();
  422. }
  423. /**
  424. * This method was generated by Apache iBATIS ibator.
  425. * This method returns the value of the database column da_jqda.HKFTPCMD
  426. *
  427. * @return the value of da_jqda.HKFTPCMD
  428. *
  429. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  430. */
  431. public String getHkftpcmd() {
  432. return hkftpcmd;
  433. }
  434. /**
  435. * This method was generated by Apache iBATIS ibator.
  436. * This method sets the value of the database column da_jqda.HKFTPCMD
  437. *
  438. * @param hkftpcmd the value for da_jqda.HKFTPCMD
  439. *
  440. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  441. */
  442. public void setHkftpcmd(String hkftpcmd) {
  443. this.hkftpcmd = hkftpcmd == null ? null : hkftpcmd.trim();
  444. }
  445. /**
  446. * This method was generated by Apache iBATIS ibator.
  447. * This method returns the value of the database column da_jqda.LCDQBB
  448. *
  449. * @return the value of da_jqda.LCDQBB
  450. *
  451. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  452. */
  453. public String getLcdqbb() {
  454. return lcdqbb;
  455. }
  456. /**
  457. * This method was generated by Apache iBATIS ibator.
  458. * This method sets the value of the database column da_jqda.LCDQBB
  459. *
  460. * @param lcdqbb the value for da_jqda.LCDQBB
  461. *
  462. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  463. */
  464. public void setLcdqbb(String lcdqbb) {
  465. this.lcdqbb = lcdqbb == null ? null : lcdqbb.trim();
  466. }
  467. /**
  468. * This method was generated by Apache iBATIS ibator.
  469. * This method returns the value of the database column da_jqda.LCMBBB
  470. *
  471. * @return the value of da_jqda.LCMBBB
  472. *
  473. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  474. */
  475. public String getLcmbbb() {
  476. return lcmbbb;
  477. }
  478. /**
  479. * This method was generated by Apache iBATIS ibator.
  480. * This method sets the value of the database column da_jqda.LCMBBB
  481. *
  482. * @param lcmbbb the value for da_jqda.LCMBBB
  483. *
  484. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  485. */
  486. public void setLcmbbb(String lcmbbb) {
  487. this.lcmbbb = lcmbbb == null ? null : lcmbbb.trim();
  488. }
  489. /**
  490. * This method was generated by Apache iBATIS ibator.
  491. * This method returns the value of the database column da_jqda.LCFTPCMD
  492. *
  493. * @return the value of da_jqda.LCFTPCMD
  494. *
  495. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  496. */
  497. public String getLcftpcmd() {
  498. return lcftpcmd;
  499. }
  500. /**
  501. * This method was generated by Apache iBATIS ibator.
  502. * This method sets the value of the database column da_jqda.LCFTPCMD
  503. *
  504. * @param lcftpcmd the value for da_jqda.LCFTPCMD
  505. *
  506. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  507. */
  508. public void setLcftpcmd(String lcftpcmd) {
  509. this.lcftpcmd = lcftpcmd == null ? null : lcftpcmd.trim();
  510. }
  511. /**
  512. * This method was generated by Apache iBATIS ibator.
  513. * This method returns the value of the database column da_jqda.XLH
  514. *
  515. * @return the value of da_jqda.XLH
  516. *
  517. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  518. */
  519. public String getXlh() {
  520. return xlh;
  521. }
  522. /**
  523. * This method was generated by Apache iBATIS ibator.
  524. * This method sets the value of the database column da_jqda.XLH
  525. *
  526. * @param xlh the value for da_jqda.XLH
  527. *
  528. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  529. */
  530. public void setXlh(String xlh) {
  531. this.xlh = xlh == null ? null : xlh.trim();
  532. }
  533. /**
  534. * This method was generated by Apache iBATIS ibator.
  535. * This method returns the value of the database column da_jqda.ZDH
  536. *
  537. * @return the value of da_jqda.ZDH
  538. *
  539. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  540. */
  541. public String getZdh() {
  542. return zdh;
  543. }
  544. /**
  545. * This method was generated by Apache iBATIS ibator.
  546. * This method sets the value of the database column da_jqda.ZDH
  547. *
  548. * @param zdh the value for da_jqda.ZDH
  549. *
  550. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  551. */
  552. public void setZdh(String zdh) {
  553. this.zdh = zdh == null ? null : zdh.trim();
  554. }
  555. /**
  556. * This method was generated by Apache iBATIS ibator.
  557. * This method returns the value of the database column da_jqda.IMEI
  558. *
  559. * @return the value of da_jqda.IMEI
  560. *
  561. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  562. */
  563. public String getImei() {
  564. return imei;
  565. }
  566. /**
  567. * This method was generated by Apache iBATIS ibator.
  568. * This method sets the value of the database column da_jqda.IMEI
  569. *
  570. * @param imei the value for da_jqda.IMEI
  571. *
  572. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  573. */
  574. public void setImei(String imei) {
  575. this.imei = imei == null ? null : imei.trim();
  576. }
  577. /**
  578. * This method was generated by Apache iBATIS ibator.
  579. * This method returns the value of the database column da_jqda.IMSI
  580. *
  581. * @return the value of da_jqda.IMSI
  582. *
  583. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  584. */
  585. public String getImsi() {
  586. return imsi;
  587. }
  588. /**
  589. * This method was generated by Apache iBATIS ibator.
  590. * This method sets the value of the database column da_jqda.IMSI
  591. *
  592. * @param imsi the value for da_jqda.IMSI
  593. *
  594. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  595. */
  596. public void setImsi(String imsi) {
  597. this.imsi = imsi == null ? null : imsi.trim();
  598. }
  599. /**
  600. * This method was generated by Apache iBATIS ibator.
  601. * This method returns the value of the database column da_jqda.CCID
  602. *
  603. * @return the value of da_jqda.CCID
  604. *
  605. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  606. */
  607. public String getCcid() {
  608. return ccid;
  609. }
  610. /**
  611. * This method was generated by Apache iBATIS ibator.
  612. * This method sets the value of the database column da_jqda.CCID
  613. *
  614. * @param ccid the value for da_jqda.CCID
  615. *
  616. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  617. */
  618. public void setCcid(String ccid) {
  619. this.ccid = ccid == null ? null : ccid.trim();
  620. }
  621. /**
  622. * This method was generated by Apache iBATIS ibator.
  623. * This method returns the value of the database column da_jqda.ESIMNAME
  624. *
  625. * @return the value of da_jqda.ESIMNAME
  626. *
  627. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  628. */
  629. public String getEsimname() {
  630. return esimname;
  631. }
  632. /**
  633. * This method was generated by Apache iBATIS ibator.
  634. * This method sets the value of the database column da_jqda.ESIMNAME
  635. *
  636. * @param esimname the value for da_jqda.ESIMNAME
  637. *
  638. * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
  639. */
  640. public void setEsimname(String esimname) {
  641. this.esimname = esimname == null ? null : esimname.trim();
  642. }
  643. }