TpCompanyInfo.java 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332
  1. package com.minpay.db.table.model;
  2. import com.startup.minpay.frame.data.AbstractMINBean;
  3. public class TpCompanyInfo extends AbstractMINBean {
  4. /**
  5. * This field was generated by MyBatis Generator.
  6. * This field corresponds to the database column tp_company_info.CIF_ID
  7. *
  8. * @mbggenerated
  9. */
  10. private String id;
  11. /**
  12. * This field was generated by MyBatis Generator.
  13. * This field corresponds to the database column tp_company_info.CIF_NAME
  14. *
  15. * @mbggenerated
  16. */
  17. private String name;
  18. /**
  19. * This field was generated by MyBatis Generator.
  20. * This field corresponds to the database column tp_company_info.CIF_STT
  21. *
  22. * @mbggenerated
  23. */
  24. private String stt;
  25. /**
  26. * This field was generated by MyBatis Generator.
  27. * This field corresponds to the database column tp_company_info.CIF_CERT_NO
  28. *
  29. * @mbggenerated
  30. */
  31. private String certNo;
  32. /**
  33. * This field was generated by MyBatis Generator.
  34. * This field corresponds to the database column tp_company_info.CIF_CERT_FILE
  35. *
  36. * @mbggenerated
  37. */
  38. private String certFile;
  39. /**
  40. * This field was generated by MyBatis Generator.
  41. * This field corresponds to the database column tp_company_info.CIF_BUSINESS_TERM
  42. *
  43. * @mbggenerated
  44. */
  45. private String businessTerm;
  46. /**
  47. * This field was generated by MyBatis Generator.
  48. * This field corresponds to the database column tp_company_info.CIF_BUSINESS_SCOPE
  49. *
  50. * @mbggenerated
  51. */
  52. private String businessScope;
  53. /**
  54. * This field was generated by MyBatis Generator.
  55. * This field corresponds to the database column tp_company_info.CIF_REG_CAPITAL
  56. *
  57. * @mbggenerated
  58. */
  59. private String regCapital;
  60. /**
  61. * This field was generated by MyBatis Generator.
  62. * This field corresponds to the database column tp_company_info.CIF_REG_DATE
  63. *
  64. * @mbggenerated
  65. */
  66. private String regDate;
  67. /**
  68. * This field was generated by MyBatis Generator.
  69. * This field corresponds to the database column tp_company_info.CIF_REG_ADDRESS
  70. *
  71. * @mbggenerated
  72. */
  73. private String regAddress;
  74. /**
  75. * This field was generated by MyBatis Generator.
  76. * This field corresponds to the database column tp_company_info.CIF_COR_NAME
  77. *
  78. * @mbggenerated
  79. */
  80. private String corName;
  81. /**
  82. * This field was generated by MyBatis Generator.
  83. * This field corresponds to the database column tp_company_info.CIF_COR_MOBILE
  84. *
  85. * @mbggenerated
  86. */
  87. private String corMobile;
  88. /**
  89. * This field was generated by MyBatis Generator.
  90. * This field corresponds to the database column tp_company_info.CIF_COR_ID_NUM
  91. *
  92. * @mbggenerated
  93. */
  94. private String corIdNum;
  95. /**
  96. * This field was generated by MyBatis Generator.
  97. * This field corresponds to the database column tp_company_info.CIF_COR_ID_HEADS
  98. *
  99. * @mbggenerated
  100. */
  101. private String corIdHeads;
  102. /**
  103. * This field was generated by MyBatis Generator.
  104. * This field corresponds to the database column tp_company_info.CIF_COR_ID_TAILS
  105. *
  106. * @mbggenerated
  107. */
  108. private String corIdTails;
  109. /**
  110. * This field was generated by MyBatis Generator.
  111. * This field corresponds to the database column tp_company_info.CIF_COR_ID_TERMBEG
  112. *
  113. * @mbggenerated
  114. */
  115. private String corIdTermbeg;
  116. /**
  117. * This field was generated by MyBatis Generator.
  118. * This field corresponds to the database column tp_company_info.CIF_COR_ID_TERMEND
  119. *
  120. * @mbggenerated
  121. */
  122. private String corIdTermend;
  123. /**
  124. * This field was generated by MyBatis Generator.
  125. * This field corresponds to the database column tp_company_info.CIF_ACC_NO
  126. *
  127. * @mbggenerated
  128. */
  129. private String accNo;
  130. /**
  131. * This field was generated by MyBatis Generator.
  132. * This field corresponds to the database column tp_company_info.CIF_ACC_BANK
  133. *
  134. * @mbggenerated
  135. */
  136. private String accBank;
  137. /**
  138. * This field was generated by MyBatis Generator.
  139. * This field corresponds to the database column tp_company_info.CIF_CONTACTS
  140. *
  141. * @mbggenerated
  142. */
  143. private String contacts;
  144. /**
  145. * This field was generated by MyBatis Generator.
  146. * This field corresponds to the database column tp_company_info.CIF_CONTACTS_MOBILE
  147. *
  148. * @mbggenerated
  149. */
  150. private String contactsMobile;
  151. /**
  152. * This field was generated by MyBatis Generator.
  153. * This field corresponds to the database column tp_company_info.CIF_COR_COM_REPORT
  154. *
  155. * @mbggenerated
  156. */
  157. private String corComReport;
  158. /**
  159. * This field was generated by MyBatis Generator.
  160. * This field corresponds to the database column tp_company_info.CIF_COR_LEG_REPORT
  161. *
  162. * @mbggenerated
  163. */
  164. private String corLegReport;
  165. /**
  166. * This field was generated by MyBatis Generator.
  167. * This field corresponds to the database column tp_company_info.CIF_BANK_RECORD
  168. *
  169. * @mbggenerated
  170. */
  171. private String bankRecord;
  172. /**
  173. * This field was generated by MyBatis Generator.
  174. * This field corresponds to the database column tp_company_info.CIF_ENTER_RECORD
  175. *
  176. * @mbggenerated
  177. */
  178. private String enterRecord;
  179. /**
  180. * This field was generated by MyBatis Generator.
  181. * This field corresponds to the database column tp_company_info.CIF_INQ_REPORT
  182. *
  183. * @mbggenerated
  184. */
  185. private String inqReport;
  186. /**
  187. * 销售合同
  188. */
  189. private String cifSaleReport;
  190. /**
  191. * This field was generated by MyBatis Generator.
  192. * This field corresponds to the database column tp_company_info.CIF_CREDITS
  193. *
  194. * @mbggenerated
  195. */
  196. private String credits;
  197. /**
  198. * This field was generated by MyBatis Generator.
  199. * This field corresponds to the database column tp_company_info.CIF_CREDITS_BALANCE
  200. *
  201. * @mbggenerated
  202. */
  203. private String creditsBalance;
  204. /**
  205. * This field was generated by MyBatis Generator.
  206. * This field corresponds to the database column tp_company_info.CIF_GRADE_TYPE
  207. *
  208. * @mbggenerated
  209. */
  210. private String gradeType;
  211. /**
  212. * This field was generated by MyBatis Generator.
  213. * This field corresponds to the database column tp_company_info.CIF_GRADE_LEVEL
  214. *
  215. * @mbggenerated
  216. */
  217. private String gradeLevel;
  218. /**
  219. * This field was generated by MyBatis Generator.
  220. * This field corresponds to the database column tp_company_info.CIF_MANAGER_NO
  221. *
  222. * @mbggenerated
  223. */
  224. private String managerNo;
  225. /**
  226. * This field was generated by MyBatis Generator.
  227. * This field corresponds to the database column tp_company_info.CIF_CREATE_TIME
  228. *
  229. * @mbggenerated
  230. */
  231. private String createTime;
  232. /**
  233. * This field was generated by MyBatis Generator.
  234. * This field corresponds to the database column tp_company_info.CIF_CREATE_USER
  235. *
  236. * @mbggenerated
  237. */
  238. private String createUser;
  239. /**
  240. * This field was generated by MyBatis Generator.
  241. * This field corresponds to the database column tp_company_info.CIF_MODIFY_TIME
  242. *
  243. * @mbggenerated
  244. */
  245. private String modifyTime;
  246. /**
  247. * This field was generated by MyBatis Generator.
  248. * This field corresponds to the database column tp_company_info.CIF_MODIFY_USER
  249. *
  250. * @mbggenerated
  251. */
  252. private String modifyUser;
  253. /**
  254. * This field was generated by MyBatis Generator.
  255. * This field corresponds to the database column tp_company_info.CIF_CREDITS_TERMBEG
  256. *
  257. * @mbggenerated
  258. */
  259. private String creditsTermbeg;
  260. /**
  261. * This field was generated by MyBatis Generator.
  262. * This field corresponds to the database column tp_company_info.CIF_CREDITS_TERMEND
  263. *
  264. * @mbggenerated
  265. */
  266. private String creditsTermend;
  267. /**
  268. * This field was generated by MyBatis Generator.
  269. * This field corresponds to the database column tp_company_info.CIF_REG_PROVINCE
  270. *
  271. * @mbggenerated
  272. */
  273. private String regProvince;
  274. /**
  275. * This field was generated by MyBatis Generator.
  276. * This field corresponds to the database column tp_company_info.CIF_REG_CITY
  277. *
  278. * @mbggenerated
  279. */
  280. private String regCity;
  281. /**
  282. * This field was generated by MyBatis Generator.
  283. * This field corresponds to the database column tp_company_info.CIF_REG_AREA
  284. *
  285. * @mbggenerated
  286. */
  287. private String regArea;
  288. /**
  289. * This field was generated by MyBatis Generator.
  290. * This field corresponds to the database column tp_company_info.CIF_LINK_NUM
  291. *
  292. * @mbggenerated
  293. */
  294. private String linkNum;
  295. /**
  296. * This method was generated by MyBatis Generator.
  297. * This method returns the value of the database column tp_company_info.CIF_ID
  298. *
  299. * @return the value of tp_company_info.CIF_ID
  300. *
  301. * @mbggenerated
  302. */
  303. public String getId() {
  304. return id;
  305. }
  306. /**
  307. * This method was generated by MyBatis Generator.
  308. * This method sets the value of the database column tp_company_info.CIF_ID
  309. *
  310. * @param id the value for tp_company_info.CIF_ID
  311. *
  312. * @mbggenerated
  313. */
  314. public void setId(String id) {
  315. this.id = id == null ? null : id.trim();
  316. }
  317. /**
  318. * This method was generated by MyBatis Generator.
  319. * This method returns the value of the database column tp_company_info.CIF_NAME
  320. *
  321. * @return the value of tp_company_info.CIF_NAME
  322. *
  323. * @mbggenerated
  324. */
  325. public String getName() {
  326. return name;
  327. }
  328. /**
  329. * This method was generated by MyBatis Generator.
  330. * This method sets the value of the database column tp_company_info.CIF_NAME
  331. *
  332. * @param name the value for tp_company_info.CIF_NAME
  333. *
  334. * @mbggenerated
  335. */
  336. public void setName(String name) {
  337. this.name = name == null ? null : name.trim();
  338. }
  339. /**
  340. * This method was generated by MyBatis Generator.
  341. * This method returns the value of the database column tp_company_info.CIF_STT
  342. *
  343. * @return the value of tp_company_info.CIF_STT
  344. *
  345. * @mbggenerated
  346. */
  347. public String getStt() {
  348. return stt;
  349. }
  350. /**
  351. * This method was generated by MyBatis Generator.
  352. * This method sets the value of the database column tp_company_info.CIF_STT
  353. *
  354. * @param stt the value for tp_company_info.CIF_STT
  355. *
  356. * @mbggenerated
  357. */
  358. public void setStt(String stt) {
  359. this.stt = stt == null ? null : stt.trim();
  360. }
  361. /**
  362. * This method was generated by MyBatis Generator.
  363. * This method returns the value of the database column tp_company_info.CIF_CERT_NO
  364. *
  365. * @return the value of tp_company_info.CIF_CERT_NO
  366. *
  367. * @mbggenerated
  368. */
  369. public String getCertNo() {
  370. return certNo;
  371. }
  372. /**
  373. * This method was generated by MyBatis Generator.
  374. * This method sets the value of the database column tp_company_info.CIF_CERT_NO
  375. *
  376. * @param certNo the value for tp_company_info.CIF_CERT_NO
  377. *
  378. * @mbggenerated
  379. */
  380. public void setCertNo(String certNo) {
  381. this.certNo = certNo == null ? null : certNo.trim();
  382. }
  383. /**
  384. * This method was generated by MyBatis Generator.
  385. * This method returns the value of the database column tp_company_info.CIF_CERT_FILE
  386. *
  387. * @return the value of tp_company_info.CIF_CERT_FILE
  388. *
  389. * @mbggenerated
  390. */
  391. public String getCertFile() {
  392. return certFile;
  393. }
  394. /**
  395. * This method was generated by MyBatis Generator.
  396. * This method sets the value of the database column tp_company_info.CIF_CERT_FILE
  397. *
  398. * @param certFile the value for tp_company_info.CIF_CERT_FILE
  399. *
  400. * @mbggenerated
  401. */
  402. public void setCertFile(String certFile) {
  403. this.certFile = certFile == null ? null : certFile.trim();
  404. }
  405. /**
  406. * This method was generated by MyBatis Generator.
  407. * This method returns the value of the database column tp_company_info.CIF_BUSINESS_TERM
  408. *
  409. * @return the value of tp_company_info.CIF_BUSINESS_TERM
  410. *
  411. * @mbggenerated
  412. */
  413. public String getBusinessTerm() {
  414. return businessTerm;
  415. }
  416. /**
  417. * This method was generated by MyBatis Generator.
  418. * This method sets the value of the database column tp_company_info.CIF_BUSINESS_TERM
  419. *
  420. * @param businessTerm the value for tp_company_info.CIF_BUSINESS_TERM
  421. *
  422. * @mbggenerated
  423. */
  424. public void setBusinessTerm(String businessTerm) {
  425. this.businessTerm = businessTerm == null ? null : businessTerm.trim();
  426. }
  427. /**
  428. * This method was generated by MyBatis Generator.
  429. * This method returns the value of the database column tp_company_info.CIF_BUSINESS_SCOPE
  430. *
  431. * @return the value of tp_company_info.CIF_BUSINESS_SCOPE
  432. *
  433. * @mbggenerated
  434. */
  435. public String getBusinessScope() {
  436. return businessScope;
  437. }
  438. /**
  439. * This method was generated by MyBatis Generator.
  440. * This method sets the value of the database column tp_company_info.CIF_BUSINESS_SCOPE
  441. *
  442. * @param businessScope the value for tp_company_info.CIF_BUSINESS_SCOPE
  443. *
  444. * @mbggenerated
  445. */
  446. public void setBusinessScope(String businessScope) {
  447. this.businessScope = businessScope == null ? null : businessScope.trim();
  448. }
  449. /**
  450. * This method was generated by MyBatis Generator.
  451. * This method returns the value of the database column tp_company_info.CIF_REG_CAPITAL
  452. *
  453. * @return the value of tp_company_info.CIF_REG_CAPITAL
  454. *
  455. * @mbggenerated
  456. */
  457. public String getRegCapital() {
  458. return regCapital;
  459. }
  460. /**
  461. * This method was generated by MyBatis Generator.
  462. * This method sets the value of the database column tp_company_info.CIF_REG_CAPITAL
  463. *
  464. * @param regCapital the value for tp_company_info.CIF_REG_CAPITAL
  465. *
  466. * @mbggenerated
  467. */
  468. public void setRegCapital(String regCapital) {
  469. this.regCapital = regCapital == null ? null : regCapital.trim();
  470. }
  471. /**
  472. * This method was generated by MyBatis Generator.
  473. * This method returns the value of the database column tp_company_info.CIF_REG_DATE
  474. *
  475. * @return the value of tp_company_info.CIF_REG_DATE
  476. *
  477. * @mbggenerated
  478. */
  479. public String getRegDate() {
  480. return regDate;
  481. }
  482. /**
  483. * This method was generated by MyBatis Generator.
  484. * This method sets the value of the database column tp_company_info.CIF_REG_DATE
  485. *
  486. * @param regDate the value for tp_company_info.CIF_REG_DATE
  487. *
  488. * @mbggenerated
  489. */
  490. public void setRegDate(String regDate) {
  491. this.regDate = regDate == null ? null : regDate.trim();
  492. }
  493. /**
  494. * This method was generated by MyBatis Generator.
  495. * This method returns the value of the database column tp_company_info.CIF_REG_ADDRESS
  496. *
  497. * @return the value of tp_company_info.CIF_REG_ADDRESS
  498. *
  499. * @mbggenerated
  500. */
  501. public String getRegAddress() {
  502. return regAddress;
  503. }
  504. /**
  505. * This method was generated by MyBatis Generator.
  506. * This method sets the value of the database column tp_company_info.CIF_REG_ADDRESS
  507. *
  508. * @param regAddress the value for tp_company_info.CIF_REG_ADDRESS
  509. *
  510. * @mbggenerated
  511. */
  512. public void setRegAddress(String regAddress) {
  513. this.regAddress = regAddress == null ? null : regAddress.trim();
  514. }
  515. /**
  516. * This method was generated by MyBatis Generator.
  517. * This method returns the value of the database column tp_company_info.CIF_COR_NAME
  518. *
  519. * @return the value of tp_company_info.CIF_COR_NAME
  520. *
  521. * @mbggenerated
  522. */
  523. public String getCorName() {
  524. return corName;
  525. }
  526. /**
  527. * This method was generated by MyBatis Generator.
  528. * This method sets the value of the database column tp_company_info.CIF_COR_NAME
  529. *
  530. * @param corName the value for tp_company_info.CIF_COR_NAME
  531. *
  532. * @mbggenerated
  533. */
  534. public void setCorName(String corName) {
  535. this.corName = corName == null ? null : corName.trim();
  536. }
  537. /**
  538. * This method was generated by MyBatis Generator.
  539. * This method returns the value of the database column tp_company_info.CIF_COR_MOBILE
  540. *
  541. * @return the value of tp_company_info.CIF_COR_MOBILE
  542. *
  543. * @mbggenerated
  544. */
  545. public String getCorMobile() {
  546. return corMobile;
  547. }
  548. /**
  549. * This method was generated by MyBatis Generator.
  550. * This method sets the value of the database column tp_company_info.CIF_COR_MOBILE
  551. *
  552. * @param corMobile the value for tp_company_info.CIF_COR_MOBILE
  553. *
  554. * @mbggenerated
  555. */
  556. public void setCorMobile(String corMobile) {
  557. this.corMobile = corMobile == null ? null : corMobile.trim();
  558. }
  559. /**
  560. * This method was generated by MyBatis Generator.
  561. * This method returns the value of the database column tp_company_info.CIF_COR_ID_NUM
  562. *
  563. * @return the value of tp_company_info.CIF_COR_ID_NUM
  564. *
  565. * @mbggenerated
  566. */
  567. public String getCorIdNum() {
  568. return corIdNum;
  569. }
  570. /**
  571. * This method was generated by MyBatis Generator.
  572. * This method sets the value of the database column tp_company_info.CIF_COR_ID_NUM
  573. *
  574. * @param corIdNum the value for tp_company_info.CIF_COR_ID_NUM
  575. *
  576. * @mbggenerated
  577. */
  578. public void setCorIdNum(String corIdNum) {
  579. this.corIdNum = corIdNum == null ? null : corIdNum.trim();
  580. }
  581. /**
  582. * This method was generated by MyBatis Generator.
  583. * This method returns the value of the database column tp_company_info.CIF_COR_ID_HEADS
  584. *
  585. * @return the value of tp_company_info.CIF_COR_ID_HEADS
  586. *
  587. * @mbggenerated
  588. */
  589. public String getCorIdHeads() {
  590. return corIdHeads;
  591. }
  592. /**
  593. * This method was generated by MyBatis Generator.
  594. * This method sets the value of the database column tp_company_info.CIF_COR_ID_HEADS
  595. *
  596. * @param corIdHeads the value for tp_company_info.CIF_COR_ID_HEADS
  597. *
  598. * @mbggenerated
  599. */
  600. public void setCorIdHeads(String corIdHeads) {
  601. this.corIdHeads = corIdHeads == null ? null : corIdHeads.trim();
  602. }
  603. /**
  604. * This method was generated by MyBatis Generator.
  605. * This method returns the value of the database column tp_company_info.CIF_COR_ID_TAILS
  606. *
  607. * @return the value of tp_company_info.CIF_COR_ID_TAILS
  608. *
  609. * @mbggenerated
  610. */
  611. public String getCorIdTails() {
  612. return corIdTails;
  613. }
  614. /**
  615. * This method was generated by MyBatis Generator.
  616. * This method sets the value of the database column tp_company_info.CIF_COR_ID_TAILS
  617. *
  618. * @param corIdTails the value for tp_company_info.CIF_COR_ID_TAILS
  619. *
  620. * @mbggenerated
  621. */
  622. public void setCorIdTails(String corIdTails) {
  623. this.corIdTails = corIdTails == null ? null : corIdTails.trim();
  624. }
  625. /**
  626. * This method was generated by MyBatis Generator.
  627. * This method returns the value of the database column tp_company_info.CIF_COR_ID_TERMBEG
  628. *
  629. * @return the value of tp_company_info.CIF_COR_ID_TERMBEG
  630. *
  631. * @mbggenerated
  632. */
  633. public String getCorIdTermbeg() {
  634. return corIdTermbeg;
  635. }
  636. /**
  637. * This method was generated by MyBatis Generator.
  638. * This method sets the value of the database column tp_company_info.CIF_COR_ID_TERMBEG
  639. *
  640. * @param corIdTermbeg the value for tp_company_info.CIF_COR_ID_TERMBEG
  641. *
  642. * @mbggenerated
  643. */
  644. public void setCorIdTermbeg(String corIdTermbeg) {
  645. this.corIdTermbeg = corIdTermbeg == null ? null : corIdTermbeg.trim();
  646. }
  647. /**
  648. * This method was generated by MyBatis Generator.
  649. * This method returns the value of the database column tp_company_info.CIF_COR_ID_TERMEND
  650. *
  651. * @return the value of tp_company_info.CIF_COR_ID_TERMEND
  652. *
  653. * @mbggenerated
  654. */
  655. public String getCorIdTermend() {
  656. return corIdTermend;
  657. }
  658. /**
  659. * This method was generated by MyBatis Generator.
  660. * This method sets the value of the database column tp_company_info.CIF_COR_ID_TERMEND
  661. *
  662. * @param corIdTermend the value for tp_company_info.CIF_COR_ID_TERMEND
  663. *
  664. * @mbggenerated
  665. */
  666. public void setCorIdTermend(String corIdTermend) {
  667. this.corIdTermend = corIdTermend == null ? null : corIdTermend.trim();
  668. }
  669. /**
  670. * This method was generated by MyBatis Generator.
  671. * This method returns the value of the database column tp_company_info.CIF_ACC_NO
  672. *
  673. * @return the value of tp_company_info.CIF_ACC_NO
  674. *
  675. * @mbggenerated
  676. */
  677. public String getAccNo() {
  678. return accNo;
  679. }
  680. /**
  681. * This method was generated by MyBatis Generator.
  682. * This method sets the value of the database column tp_company_info.CIF_ACC_NO
  683. *
  684. * @param accNo the value for tp_company_info.CIF_ACC_NO
  685. *
  686. * @mbggenerated
  687. */
  688. public void setAccNo(String accNo) {
  689. this.accNo = accNo == null ? null : accNo.trim();
  690. }
  691. /**
  692. * This method was generated by MyBatis Generator.
  693. * This method returns the value of the database column tp_company_info.CIF_ACC_BANK
  694. *
  695. * @return the value of tp_company_info.CIF_ACC_BANK
  696. *
  697. * @mbggenerated
  698. */
  699. public String getAccBank() {
  700. return accBank;
  701. }
  702. /**
  703. * This method was generated by MyBatis Generator.
  704. * This method sets the value of the database column tp_company_info.CIF_ACC_BANK
  705. *
  706. * @param accBank the value for tp_company_info.CIF_ACC_BANK
  707. *
  708. * @mbggenerated
  709. */
  710. public void setAccBank(String accBank) {
  711. this.accBank = accBank == null ? null : accBank.trim();
  712. }
  713. /**
  714. * This method was generated by MyBatis Generator.
  715. * This method returns the value of the database column tp_company_info.CIF_CONTACTS
  716. *
  717. * @return the value of tp_company_info.CIF_CONTACTS
  718. *
  719. * @mbggenerated
  720. */
  721. public String getContacts() {
  722. return contacts;
  723. }
  724. /**
  725. * This method was generated by MyBatis Generator.
  726. * This method sets the value of the database column tp_company_info.CIF_CONTACTS
  727. *
  728. * @param contacts the value for tp_company_info.CIF_CONTACTS
  729. *
  730. * @mbggenerated
  731. */
  732. public void setContacts(String contacts) {
  733. this.contacts = contacts == null ? null : contacts.trim();
  734. }
  735. /**
  736. * This method was generated by MyBatis Generator.
  737. * This method returns the value of the database column tp_company_info.CIF_CONTACTS_MOBILE
  738. *
  739. * @return the value of tp_company_info.CIF_CONTACTS_MOBILE
  740. *
  741. * @mbggenerated
  742. */
  743. public String getContactsMobile() {
  744. return contactsMobile;
  745. }
  746. /**
  747. * This method was generated by MyBatis Generator.
  748. * This method sets the value of the database column tp_company_info.CIF_CONTACTS_MOBILE
  749. *
  750. * @param contactsMobile the value for tp_company_info.CIF_CONTACTS_MOBILE
  751. *
  752. * @mbggenerated
  753. */
  754. public void setContactsMobile(String contactsMobile) {
  755. this.contactsMobile = contactsMobile == null ? null : contactsMobile.trim();
  756. }
  757. /**
  758. * This method was generated by MyBatis Generator.
  759. * This method returns the value of the database column tp_company_info.CIF_COR_COM_REPORT
  760. *
  761. * @return the value of tp_company_info.CIF_COR_COM_REPORT
  762. *
  763. * @mbggenerated
  764. */
  765. public String getCorComReport() {
  766. return corComReport;
  767. }
  768. /**
  769. * This method was generated by MyBatis Generator.
  770. * This method sets the value of the database column tp_company_info.CIF_COR_COM_REPORT
  771. *
  772. * @param corComReport the value for tp_company_info.CIF_COR_COM_REPORT
  773. *
  774. * @mbggenerated
  775. */
  776. public void setCorComReport(String corComReport) {
  777. this.corComReport = corComReport == null ? null : corComReport.trim();
  778. }
  779. /**
  780. * This method was generated by MyBatis Generator.
  781. * This method returns the value of the database column tp_company_info.CIF_COR_LEG_REPORT
  782. *
  783. * @return the value of tp_company_info.CIF_COR_LEG_REPORT
  784. *
  785. * @mbggenerated
  786. */
  787. public String getCorLegReport() {
  788. return corLegReport;
  789. }
  790. /**
  791. * This method was generated by MyBatis Generator.
  792. * This method sets the value of the database column tp_company_info.CIF_COR_LEG_REPORT
  793. *
  794. * @param corLegReport the value for tp_company_info.CIF_COR_LEG_REPORT
  795. *
  796. * @mbggenerated
  797. */
  798. public void setCorLegReport(String corLegReport) {
  799. this.corLegReport = corLegReport == null ? null : corLegReport.trim();
  800. }
  801. /**
  802. * This method was generated by MyBatis Generator.
  803. * This method returns the value of the database column tp_company_info.CIF_BANK_RECORD
  804. *
  805. * @return the value of tp_company_info.CIF_BANK_RECORD
  806. *
  807. * @mbggenerated
  808. */
  809. public String getBankRecord() {
  810. return bankRecord;
  811. }
  812. /**
  813. * This method was generated by MyBatis Generator.
  814. * This method sets the value of the database column tp_company_info.CIF_BANK_RECORD
  815. *
  816. * @param bankRecord the value for tp_company_info.CIF_BANK_RECORD
  817. *
  818. * @mbggenerated
  819. */
  820. public void setBankRecord(String bankRecord) {
  821. this.bankRecord = bankRecord == null ? null : bankRecord.trim();
  822. }
  823. /**
  824. * This method was generated by MyBatis Generator.
  825. * This method returns the value of the database column tp_company_info.CIF_ENTER_RECORD
  826. *
  827. * @return the value of tp_company_info.CIF_ENTER_RECORD
  828. *
  829. * @mbggenerated
  830. */
  831. public String getEnterRecord() {
  832. return enterRecord;
  833. }
  834. /**
  835. * This method was generated by MyBatis Generator.
  836. * This method sets the value of the database column tp_company_info.CIF_ENTER_RECORD
  837. *
  838. * @param enterRecord the value for tp_company_info.CIF_ENTER_RECORD
  839. *
  840. * @mbggenerated
  841. */
  842. public void setEnterRecord(String enterRecord) {
  843. this.enterRecord = enterRecord == null ? null : enterRecord.trim();
  844. }
  845. /**
  846. * This method was generated by MyBatis Generator.
  847. * This method returns the value of the database column tp_company_info.CIF_INQ_REPORT
  848. *
  849. * @return the value of tp_company_info.CIF_INQ_REPORT
  850. *
  851. * @mbggenerated
  852. */
  853. public String getInqReport() {
  854. return inqReport;
  855. }
  856. /**
  857. * This method was generated by MyBatis Generator.
  858. * This method sets the value of the database column tp_company_info.CIF_INQ_REPORT
  859. *
  860. * @param inqReport the value for tp_company_info.CIF_INQ_REPORT
  861. *
  862. * @mbggenerated
  863. */
  864. public void setInqReport(String inqReport) {
  865. this.inqReport = inqReport == null ? null : inqReport.trim();
  866. }
  867. /**
  868. * This method was generated by MyBatis Generator.
  869. * This method returns the value of the database column tp_company_info.CIF_CREDITS
  870. *
  871. * @return the value of tp_company_info.CIF_CREDITS
  872. *
  873. * @mbggenerated
  874. */
  875. public String getCredits() {
  876. return credits;
  877. }
  878. /**
  879. * This method was generated by MyBatis Generator.
  880. * This method sets the value of the database column tp_company_info.CIF_CREDITS
  881. *
  882. * @param credits the value for tp_company_info.CIF_CREDITS
  883. *
  884. * @mbggenerated
  885. */
  886. public void setCredits(String credits) {
  887. this.credits = credits == null ? null : credits.trim();
  888. }
  889. /**
  890. * This method was generated by MyBatis Generator.
  891. * This method returns the value of the database column tp_company_info.CIF_CREDITS_BALANCE
  892. *
  893. * @return the value of tp_company_info.CIF_CREDITS_BALANCE
  894. *
  895. * @mbggenerated
  896. */
  897. public String getCreditsBalance() {
  898. return creditsBalance;
  899. }
  900. /**
  901. * This method was generated by MyBatis Generator.
  902. * This method sets the value of the database column tp_company_info.CIF_CREDITS_BALANCE
  903. *
  904. * @param creditsBalance the value for tp_company_info.CIF_CREDITS_BALANCE
  905. *
  906. * @mbggenerated
  907. */
  908. public void setCreditsBalance(String creditsBalance) {
  909. this.creditsBalance = creditsBalance == null ? null : creditsBalance.trim();
  910. }
  911. /**
  912. * This method was generated by MyBatis Generator.
  913. * This method returns the value of the database column tp_company_info.CIF_GRADE_TYPE
  914. *
  915. * @return the value of tp_company_info.CIF_GRADE_TYPE
  916. *
  917. * @mbggenerated
  918. */
  919. public String getGradeType() {
  920. return gradeType;
  921. }
  922. /**
  923. * This method was generated by MyBatis Generator.
  924. * This method sets the value of the database column tp_company_info.CIF_GRADE_TYPE
  925. *
  926. * @param gradeType the value for tp_company_info.CIF_GRADE_TYPE
  927. *
  928. * @mbggenerated
  929. */
  930. public void setGradeType(String gradeType) {
  931. this.gradeType = gradeType == null ? null : gradeType.trim();
  932. }
  933. /**
  934. * This method was generated by MyBatis Generator.
  935. * This method returns the value of the database column tp_company_info.CIF_GRADE_LEVEL
  936. *
  937. * @return the value of tp_company_info.CIF_GRADE_LEVEL
  938. *
  939. * @mbggenerated
  940. */
  941. public String getGradeLevel() {
  942. return gradeLevel;
  943. }
  944. /**
  945. * This method was generated by MyBatis Generator.
  946. * This method sets the value of the database column tp_company_info.CIF_GRADE_LEVEL
  947. *
  948. * @param gradeLevel the value for tp_company_info.CIF_GRADE_LEVEL
  949. *
  950. * @mbggenerated
  951. */
  952. public void setGradeLevel(String gradeLevel) {
  953. this.gradeLevel = gradeLevel == null ? null : gradeLevel.trim();
  954. }
  955. /**
  956. * This method was generated by MyBatis Generator.
  957. * This method returns the value of the database column tp_company_info.CIF_MANAGER_NO
  958. *
  959. * @return the value of tp_company_info.CIF_MANAGER_NO
  960. *
  961. * @mbggenerated
  962. */
  963. public String getManagerNo() {
  964. return managerNo;
  965. }
  966. /**
  967. * This method was generated by MyBatis Generator.
  968. * This method sets the value of the database column tp_company_info.CIF_MANAGER_NO
  969. *
  970. * @param managerNo the value for tp_company_info.CIF_MANAGER_NO
  971. *
  972. * @mbggenerated
  973. */
  974. public void setManagerNo(String managerNo) {
  975. this.managerNo = managerNo == null ? null : managerNo.trim();
  976. }
  977. /**
  978. * This method was generated by MyBatis Generator.
  979. * This method returns the value of the database column tp_company_info.CIF_CREATE_TIME
  980. *
  981. * @return the value of tp_company_info.CIF_CREATE_TIME
  982. *
  983. * @mbggenerated
  984. */
  985. public String getCreateTime() {
  986. return createTime;
  987. }
  988. /**
  989. * This method was generated by MyBatis Generator.
  990. * This method sets the value of the database column tp_company_info.CIF_CREATE_TIME
  991. *
  992. * @param createTime the value for tp_company_info.CIF_CREATE_TIME
  993. *
  994. * @mbggenerated
  995. */
  996. public void setCreateTime(String createTime) {
  997. this.createTime = createTime == null ? null : createTime.trim();
  998. }
  999. /**
  1000. * This method was generated by MyBatis Generator.
  1001. * This method returns the value of the database column tp_company_info.CIF_CREATE_USER
  1002. *
  1003. * @return the value of tp_company_info.CIF_CREATE_USER
  1004. *
  1005. * @mbggenerated
  1006. */
  1007. public String getCreateUser() {
  1008. return createUser;
  1009. }
  1010. /**
  1011. * This method was generated by MyBatis Generator.
  1012. * This method sets the value of the database column tp_company_info.CIF_CREATE_USER
  1013. *
  1014. * @param createUser the value for tp_company_info.CIF_CREATE_USER
  1015. *
  1016. * @mbggenerated
  1017. */
  1018. public void setCreateUser(String createUser) {
  1019. this.createUser = createUser == null ? null : createUser.trim();
  1020. }
  1021. /**
  1022. * This method was generated by MyBatis Generator.
  1023. * This method returns the value of the database column tp_company_info.CIF_MODIFY_TIME
  1024. *
  1025. * @return the value of tp_company_info.CIF_MODIFY_TIME
  1026. *
  1027. * @mbggenerated
  1028. */
  1029. public String getModifyTime() {
  1030. return modifyTime;
  1031. }
  1032. /**
  1033. * This method was generated by MyBatis Generator.
  1034. * This method sets the value of the database column tp_company_info.CIF_MODIFY_TIME
  1035. *
  1036. * @param modifyTime the value for tp_company_info.CIF_MODIFY_TIME
  1037. *
  1038. * @mbggenerated
  1039. */
  1040. public void setModifyTime(String modifyTime) {
  1041. this.modifyTime = modifyTime == null ? null : modifyTime.trim();
  1042. }
  1043. /**
  1044. * This method was generated by MyBatis Generator.
  1045. * This method returns the value of the database column tp_company_info.CIF_MODIFY_USER
  1046. *
  1047. * @return the value of tp_company_info.CIF_MODIFY_USER
  1048. *
  1049. * @mbggenerated
  1050. */
  1051. public String getModifyUser() {
  1052. return modifyUser;
  1053. }
  1054. /**
  1055. * This method was generated by MyBatis Generator.
  1056. * This method sets the value of the database column tp_company_info.CIF_MODIFY_USER
  1057. *
  1058. * @param modifyUser the value for tp_company_info.CIF_MODIFY_USER
  1059. *
  1060. * @mbggenerated
  1061. */
  1062. public void setModifyUser(String modifyUser) {
  1063. this.modifyUser = modifyUser == null ? null : modifyUser.trim();
  1064. }
  1065. /**
  1066. * This method was generated by MyBatis Generator.
  1067. * This method returns the value of the database column tp_company_info.CIF_CREDITS_TERMBEG
  1068. *
  1069. * @return the value of tp_company_info.CIF_CREDITS_TERMBEG
  1070. *
  1071. * @mbggenerated
  1072. */
  1073. public String getCreditsTermbeg() {
  1074. return creditsTermbeg;
  1075. }
  1076. /**
  1077. * This method was generated by MyBatis Generator.
  1078. * This method sets the value of the database column tp_company_info.CIF_CREDITS_TERMBEG
  1079. *
  1080. * @param creditsTermbeg the value for tp_company_info.CIF_CREDITS_TERMBEG
  1081. *
  1082. * @mbggenerated
  1083. */
  1084. public void setCreditsTermbeg(String creditsTermbeg) {
  1085. this.creditsTermbeg = creditsTermbeg == null ? null : creditsTermbeg.trim();
  1086. }
  1087. /**
  1088. * This method was generated by MyBatis Generator.
  1089. * This method returns the value of the database column tp_company_info.CIF_CREDITS_TERMEND
  1090. *
  1091. * @return the value of tp_company_info.CIF_CREDITS_TERMEND
  1092. *
  1093. * @mbggenerated
  1094. */
  1095. public String getCreditsTermend() {
  1096. return creditsTermend;
  1097. }
  1098. /**
  1099. * This method was generated by MyBatis Generator.
  1100. * This method sets the value of the database column tp_company_info.CIF_CREDITS_TERMEND
  1101. *
  1102. * @param creditsTermend the value for tp_company_info.CIF_CREDITS_TERMEND
  1103. *
  1104. * @mbggenerated
  1105. */
  1106. public void setCreditsTermend(String creditsTermend) {
  1107. this.creditsTermend = creditsTermend == null ? null : creditsTermend.trim();
  1108. }
  1109. /**
  1110. * This method was generated by MyBatis Generator.
  1111. * This method returns the value of the database column tp_company_info.CIF_REG_PROVINCE
  1112. *
  1113. * @return the value of tp_company_info.CIF_REG_PROVINCE
  1114. *
  1115. * @mbggenerated
  1116. */
  1117. public String getRegProvince() {
  1118. return regProvince;
  1119. }
  1120. /**
  1121. * This method was generated by MyBatis Generator.
  1122. * This method sets the value of the database column tp_company_info.CIF_REG_PROVINCE
  1123. *
  1124. * @param regProvince the value for tp_company_info.CIF_REG_PROVINCE
  1125. *
  1126. * @mbggenerated
  1127. */
  1128. public void setRegProvince(String regProvince) {
  1129. this.regProvince = regProvince == null ? null : regProvince.trim();
  1130. }
  1131. /**
  1132. * This method was generated by MyBatis Generator.
  1133. * This method returns the value of the database column tp_company_info.CIF_REG_CITY
  1134. *
  1135. * @return the value of tp_company_info.CIF_REG_CITY
  1136. *
  1137. * @mbggenerated
  1138. */
  1139. public String getRegCity() {
  1140. return regCity;
  1141. }
  1142. /**
  1143. * This method was generated by MyBatis Generator.
  1144. * This method sets the value of the database column tp_company_info.CIF_REG_CITY
  1145. *
  1146. * @param regCity the value for tp_company_info.CIF_REG_CITY
  1147. *
  1148. * @mbggenerated
  1149. */
  1150. public void setRegCity(String regCity) {
  1151. this.regCity = regCity == null ? null : regCity.trim();
  1152. }
  1153. /**
  1154. * This method was generated by MyBatis Generator.
  1155. * This method returns the value of the database column tp_company_info.CIF_REG_AREA
  1156. *
  1157. * @return the value of tp_company_info.CIF_REG_AREA
  1158. *
  1159. * @mbggenerated
  1160. */
  1161. public String getRegArea() {
  1162. return regArea;
  1163. }
  1164. /**
  1165. * This method was generated by MyBatis Generator.
  1166. * This method sets the value of the database column tp_company_info.CIF_REG_AREA
  1167. *
  1168. * @param regArea the value for tp_company_info.CIF_REG_AREA
  1169. *
  1170. * @mbggenerated
  1171. */
  1172. public void setRegArea(String regArea) {
  1173. this.regArea = regArea == null ? null : regArea.trim();
  1174. }
  1175. /**
  1176. * This method was generated by MyBatis Generator.
  1177. * This method returns the value of the database column tp_company_info.CIF_LINK_NUM
  1178. *
  1179. * @return the value of tp_company_info.CIF_LINK_NUM
  1180. *
  1181. * @mbggenerated
  1182. */
  1183. public String getLinkNum() {
  1184. return linkNum;
  1185. }
  1186. /**
  1187. * This method was generated by MyBatis Generator.
  1188. * This method sets the value of the database column tp_company_info.CIF_LINK_NUM
  1189. *
  1190. * @param linkNum the value for tp_company_info.CIF_LINK_NUM
  1191. *
  1192. * @mbggenerated
  1193. */
  1194. public void setLinkNum(String linkNum) {
  1195. this.linkNum = linkNum == null ? null : linkNum.trim();
  1196. }
  1197. public String getCifSaleReport() {
  1198. return cifSaleReport;
  1199. }
  1200. public void setCifSaleReport(String cifSaleReport) {
  1201. this.cifSaleReport = cifSaleReport;
  1202. }
  1203. }