| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332 |
- package com.minpay.db.table.model;
- import com.startup.minpay.frame.data.AbstractMINBean;
- public class TpCompanyInfo extends AbstractMINBean {
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_ID
- *
- * @mbggenerated
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_NAME
- *
- * @mbggenerated
- */
- private String name;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_STT
- *
- * @mbggenerated
- */
- private String stt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CERT_NO
- *
- * @mbggenerated
- */
- private String certNo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CERT_FILE
- *
- * @mbggenerated
- */
- private String certFile;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_BUSINESS_TERM
- *
- * @mbggenerated
- */
- private String businessTerm;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_BUSINESS_SCOPE
- *
- * @mbggenerated
- */
- private String businessScope;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_REG_CAPITAL
- *
- * @mbggenerated
- */
- private String regCapital;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_REG_DATE
- *
- * @mbggenerated
- */
- private String regDate;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_REG_ADDRESS
- *
- * @mbggenerated
- */
- private String regAddress;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_NAME
- *
- * @mbggenerated
- */
- private String corName;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_MOBILE
- *
- * @mbggenerated
- */
- private String corMobile;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_ID_NUM
- *
- * @mbggenerated
- */
- private String corIdNum;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_ID_HEADS
- *
- * @mbggenerated
- */
- private String corIdHeads;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_ID_TAILS
- *
- * @mbggenerated
- */
- private String corIdTails;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_ID_TERMBEG
- *
- * @mbggenerated
- */
- private String corIdTermbeg;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_ID_TERMEND
- *
- * @mbggenerated
- */
- private String corIdTermend;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_ACC_NO
- *
- * @mbggenerated
- */
- private String accNo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_ACC_BANK
- *
- * @mbggenerated
- */
- private String accBank;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CONTACTS
- *
- * @mbggenerated
- */
- private String contacts;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CONTACTS_MOBILE
- *
- * @mbggenerated
- */
- private String contactsMobile;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_COM_REPORT
- *
- * @mbggenerated
- */
- private String corComReport;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_COR_LEG_REPORT
- *
- * @mbggenerated
- */
- private String corLegReport;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_BANK_RECORD
- *
- * @mbggenerated
- */
- private String bankRecord;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_ENTER_RECORD
- *
- * @mbggenerated
- */
- private String enterRecord;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_INQ_REPORT
- *
- * @mbggenerated
- */
- private String inqReport;
-
- /**
- * 销售合同
- */
- private String cifSaleReport;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CREDITS
- *
- * @mbggenerated
- */
- private String credits;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CREDITS_BALANCE
- *
- * @mbggenerated
- */
- private String creditsBalance;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_GRADE_TYPE
- *
- * @mbggenerated
- */
- private String gradeType;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_GRADE_LEVEL
- *
- * @mbggenerated
- */
- private String gradeLevel;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_MANAGER_NO
- *
- * @mbggenerated
- */
- private String managerNo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CREATE_TIME
- *
- * @mbggenerated
- */
- private String createTime;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CREATE_USER
- *
- * @mbggenerated
- */
- private String createUser;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_MODIFY_TIME
- *
- * @mbggenerated
- */
- private String modifyTime;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_MODIFY_USER
- *
- * @mbggenerated
- */
- private String modifyUser;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CREDITS_TERMBEG
- *
- * @mbggenerated
- */
- private String creditsTermbeg;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_CREDITS_TERMEND
- *
- * @mbggenerated
- */
- private String creditsTermend;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_REG_PROVINCE
- *
- * @mbggenerated
- */
- private String regProvince;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_REG_CITY
- *
- * @mbggenerated
- */
- private String regCity;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_REG_AREA
- *
- * @mbggenerated
- */
- private String regArea;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_company_info.CIF_LINK_NUM
- *
- * @mbggenerated
- */
- private String linkNum;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_ID
- *
- * @return the value of tp_company_info.CIF_ID
- *
- * @mbggenerated
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_ID
- *
- * @param id the value for tp_company_info.CIF_ID
- *
- * @mbggenerated
- */
- public void setId(String id) {
- this.id = id == null ? null : id.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_NAME
- *
- * @return the value of tp_company_info.CIF_NAME
- *
- * @mbggenerated
- */
- public String getName() {
- return name;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_NAME
- *
- * @param name the value for tp_company_info.CIF_NAME
- *
- * @mbggenerated
- */
- public void setName(String name) {
- this.name = name == null ? null : name.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_STT
- *
- * @return the value of tp_company_info.CIF_STT
- *
- * @mbggenerated
- */
- public String getStt() {
- return stt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_STT
- *
- * @param stt the value for tp_company_info.CIF_STT
- *
- * @mbggenerated
- */
- public void setStt(String stt) {
- this.stt = stt == null ? null : stt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CERT_NO
- *
- * @return the value of tp_company_info.CIF_CERT_NO
- *
- * @mbggenerated
- */
- public String getCertNo() {
- return certNo;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CERT_NO
- *
- * @param certNo the value for tp_company_info.CIF_CERT_NO
- *
- * @mbggenerated
- */
- public void setCertNo(String certNo) {
- this.certNo = certNo == null ? null : certNo.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CERT_FILE
- *
- * @return the value of tp_company_info.CIF_CERT_FILE
- *
- * @mbggenerated
- */
- public String getCertFile() {
- return certFile;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CERT_FILE
- *
- * @param certFile the value for tp_company_info.CIF_CERT_FILE
- *
- * @mbggenerated
- */
- public void setCertFile(String certFile) {
- this.certFile = certFile == null ? null : certFile.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_BUSINESS_TERM
- *
- * @return the value of tp_company_info.CIF_BUSINESS_TERM
- *
- * @mbggenerated
- */
- public String getBusinessTerm() {
- return businessTerm;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_BUSINESS_TERM
- *
- * @param businessTerm the value for tp_company_info.CIF_BUSINESS_TERM
- *
- * @mbggenerated
- */
- public void setBusinessTerm(String businessTerm) {
- this.businessTerm = businessTerm == null ? null : businessTerm.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_BUSINESS_SCOPE
- *
- * @return the value of tp_company_info.CIF_BUSINESS_SCOPE
- *
- * @mbggenerated
- */
- public String getBusinessScope() {
- return businessScope;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_BUSINESS_SCOPE
- *
- * @param businessScope the value for tp_company_info.CIF_BUSINESS_SCOPE
- *
- * @mbggenerated
- */
- public void setBusinessScope(String businessScope) {
- this.businessScope = businessScope == null ? null : businessScope.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_REG_CAPITAL
- *
- * @return the value of tp_company_info.CIF_REG_CAPITAL
- *
- * @mbggenerated
- */
- public String getRegCapital() {
- return regCapital;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_REG_CAPITAL
- *
- * @param regCapital the value for tp_company_info.CIF_REG_CAPITAL
- *
- * @mbggenerated
- */
- public void setRegCapital(String regCapital) {
- this.regCapital = regCapital == null ? null : regCapital.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_REG_DATE
- *
- * @return the value of tp_company_info.CIF_REG_DATE
- *
- * @mbggenerated
- */
- public String getRegDate() {
- return regDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_REG_DATE
- *
- * @param regDate the value for tp_company_info.CIF_REG_DATE
- *
- * @mbggenerated
- */
- public void setRegDate(String regDate) {
- this.regDate = regDate == null ? null : regDate.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_REG_ADDRESS
- *
- * @return the value of tp_company_info.CIF_REG_ADDRESS
- *
- * @mbggenerated
- */
- public String getRegAddress() {
- return regAddress;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_REG_ADDRESS
- *
- * @param regAddress the value for tp_company_info.CIF_REG_ADDRESS
- *
- * @mbggenerated
- */
- public void setRegAddress(String regAddress) {
- this.regAddress = regAddress == null ? null : regAddress.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_NAME
- *
- * @return the value of tp_company_info.CIF_COR_NAME
- *
- * @mbggenerated
- */
- public String getCorName() {
- return corName;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_NAME
- *
- * @param corName the value for tp_company_info.CIF_COR_NAME
- *
- * @mbggenerated
- */
- public void setCorName(String corName) {
- this.corName = corName == null ? null : corName.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_MOBILE
- *
- * @return the value of tp_company_info.CIF_COR_MOBILE
- *
- * @mbggenerated
- */
- public String getCorMobile() {
- return corMobile;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_MOBILE
- *
- * @param corMobile the value for tp_company_info.CIF_COR_MOBILE
- *
- * @mbggenerated
- */
- public void setCorMobile(String corMobile) {
- this.corMobile = corMobile == null ? null : corMobile.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_ID_NUM
- *
- * @return the value of tp_company_info.CIF_COR_ID_NUM
- *
- * @mbggenerated
- */
- public String getCorIdNum() {
- return corIdNum;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_ID_NUM
- *
- * @param corIdNum the value for tp_company_info.CIF_COR_ID_NUM
- *
- * @mbggenerated
- */
- public void setCorIdNum(String corIdNum) {
- this.corIdNum = corIdNum == null ? null : corIdNum.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_ID_HEADS
- *
- * @return the value of tp_company_info.CIF_COR_ID_HEADS
- *
- * @mbggenerated
- */
- public String getCorIdHeads() {
- return corIdHeads;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_ID_HEADS
- *
- * @param corIdHeads the value for tp_company_info.CIF_COR_ID_HEADS
- *
- * @mbggenerated
- */
- public void setCorIdHeads(String corIdHeads) {
- this.corIdHeads = corIdHeads == null ? null : corIdHeads.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_ID_TAILS
- *
- * @return the value of tp_company_info.CIF_COR_ID_TAILS
- *
- * @mbggenerated
- */
- public String getCorIdTails() {
- return corIdTails;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_ID_TAILS
- *
- * @param corIdTails the value for tp_company_info.CIF_COR_ID_TAILS
- *
- * @mbggenerated
- */
- public void setCorIdTails(String corIdTails) {
- this.corIdTails = corIdTails == null ? null : corIdTails.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_ID_TERMBEG
- *
- * @return the value of tp_company_info.CIF_COR_ID_TERMBEG
- *
- * @mbggenerated
- */
- public String getCorIdTermbeg() {
- return corIdTermbeg;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_ID_TERMBEG
- *
- * @param corIdTermbeg the value for tp_company_info.CIF_COR_ID_TERMBEG
- *
- * @mbggenerated
- */
- public void setCorIdTermbeg(String corIdTermbeg) {
- this.corIdTermbeg = corIdTermbeg == null ? null : corIdTermbeg.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_ID_TERMEND
- *
- * @return the value of tp_company_info.CIF_COR_ID_TERMEND
- *
- * @mbggenerated
- */
- public String getCorIdTermend() {
- return corIdTermend;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_ID_TERMEND
- *
- * @param corIdTermend the value for tp_company_info.CIF_COR_ID_TERMEND
- *
- * @mbggenerated
- */
- public void setCorIdTermend(String corIdTermend) {
- this.corIdTermend = corIdTermend == null ? null : corIdTermend.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_ACC_NO
- *
- * @return the value of tp_company_info.CIF_ACC_NO
- *
- * @mbggenerated
- */
- public String getAccNo() {
- return accNo;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_ACC_NO
- *
- * @param accNo the value for tp_company_info.CIF_ACC_NO
- *
- * @mbggenerated
- */
- public void setAccNo(String accNo) {
- this.accNo = accNo == null ? null : accNo.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_ACC_BANK
- *
- * @return the value of tp_company_info.CIF_ACC_BANK
- *
- * @mbggenerated
- */
- public String getAccBank() {
- return accBank;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_ACC_BANK
- *
- * @param accBank the value for tp_company_info.CIF_ACC_BANK
- *
- * @mbggenerated
- */
- public void setAccBank(String accBank) {
- this.accBank = accBank == null ? null : accBank.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CONTACTS
- *
- * @return the value of tp_company_info.CIF_CONTACTS
- *
- * @mbggenerated
- */
- public String getContacts() {
- return contacts;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CONTACTS
- *
- * @param contacts the value for tp_company_info.CIF_CONTACTS
- *
- * @mbggenerated
- */
- public void setContacts(String contacts) {
- this.contacts = contacts == null ? null : contacts.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CONTACTS_MOBILE
- *
- * @return the value of tp_company_info.CIF_CONTACTS_MOBILE
- *
- * @mbggenerated
- */
- public String getContactsMobile() {
- return contactsMobile;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CONTACTS_MOBILE
- *
- * @param contactsMobile the value for tp_company_info.CIF_CONTACTS_MOBILE
- *
- * @mbggenerated
- */
- public void setContactsMobile(String contactsMobile) {
- this.contactsMobile = contactsMobile == null ? null : contactsMobile.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_COM_REPORT
- *
- * @return the value of tp_company_info.CIF_COR_COM_REPORT
- *
- * @mbggenerated
- */
- public String getCorComReport() {
- return corComReport;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_COM_REPORT
- *
- * @param corComReport the value for tp_company_info.CIF_COR_COM_REPORT
- *
- * @mbggenerated
- */
- public void setCorComReport(String corComReport) {
- this.corComReport = corComReport == null ? null : corComReport.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_COR_LEG_REPORT
- *
- * @return the value of tp_company_info.CIF_COR_LEG_REPORT
- *
- * @mbggenerated
- */
- public String getCorLegReport() {
- return corLegReport;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_COR_LEG_REPORT
- *
- * @param corLegReport the value for tp_company_info.CIF_COR_LEG_REPORT
- *
- * @mbggenerated
- */
- public void setCorLegReport(String corLegReport) {
- this.corLegReport = corLegReport == null ? null : corLegReport.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_BANK_RECORD
- *
- * @return the value of tp_company_info.CIF_BANK_RECORD
- *
- * @mbggenerated
- */
- public String getBankRecord() {
- return bankRecord;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_BANK_RECORD
- *
- * @param bankRecord the value for tp_company_info.CIF_BANK_RECORD
- *
- * @mbggenerated
- */
- public void setBankRecord(String bankRecord) {
- this.bankRecord = bankRecord == null ? null : bankRecord.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_ENTER_RECORD
- *
- * @return the value of tp_company_info.CIF_ENTER_RECORD
- *
- * @mbggenerated
- */
- public String getEnterRecord() {
- return enterRecord;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_ENTER_RECORD
- *
- * @param enterRecord the value for tp_company_info.CIF_ENTER_RECORD
- *
- * @mbggenerated
- */
- public void setEnterRecord(String enterRecord) {
- this.enterRecord = enterRecord == null ? null : enterRecord.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_INQ_REPORT
- *
- * @return the value of tp_company_info.CIF_INQ_REPORT
- *
- * @mbggenerated
- */
- public String getInqReport() {
- return inqReport;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_INQ_REPORT
- *
- * @param inqReport the value for tp_company_info.CIF_INQ_REPORT
- *
- * @mbggenerated
- */
- public void setInqReport(String inqReport) {
- this.inqReport = inqReport == null ? null : inqReport.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CREDITS
- *
- * @return the value of tp_company_info.CIF_CREDITS
- *
- * @mbggenerated
- */
- public String getCredits() {
- return credits;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CREDITS
- *
- * @param credits the value for tp_company_info.CIF_CREDITS
- *
- * @mbggenerated
- */
- public void setCredits(String credits) {
- this.credits = credits == null ? null : credits.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CREDITS_BALANCE
- *
- * @return the value of tp_company_info.CIF_CREDITS_BALANCE
- *
- * @mbggenerated
- */
- public String getCreditsBalance() {
- return creditsBalance;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CREDITS_BALANCE
- *
- * @param creditsBalance the value for tp_company_info.CIF_CREDITS_BALANCE
- *
- * @mbggenerated
- */
- public void setCreditsBalance(String creditsBalance) {
- this.creditsBalance = creditsBalance == null ? null : creditsBalance.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_GRADE_TYPE
- *
- * @return the value of tp_company_info.CIF_GRADE_TYPE
- *
- * @mbggenerated
- */
- public String getGradeType() {
- return gradeType;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_GRADE_TYPE
- *
- * @param gradeType the value for tp_company_info.CIF_GRADE_TYPE
- *
- * @mbggenerated
- */
- public void setGradeType(String gradeType) {
- this.gradeType = gradeType == null ? null : gradeType.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_GRADE_LEVEL
- *
- * @return the value of tp_company_info.CIF_GRADE_LEVEL
- *
- * @mbggenerated
- */
- public String getGradeLevel() {
- return gradeLevel;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_GRADE_LEVEL
- *
- * @param gradeLevel the value for tp_company_info.CIF_GRADE_LEVEL
- *
- * @mbggenerated
- */
- public void setGradeLevel(String gradeLevel) {
- this.gradeLevel = gradeLevel == null ? null : gradeLevel.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_MANAGER_NO
- *
- * @return the value of tp_company_info.CIF_MANAGER_NO
- *
- * @mbggenerated
- */
- public String getManagerNo() {
- return managerNo;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_MANAGER_NO
- *
- * @param managerNo the value for tp_company_info.CIF_MANAGER_NO
- *
- * @mbggenerated
- */
- public void setManagerNo(String managerNo) {
- this.managerNo = managerNo == null ? null : managerNo.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CREATE_TIME
- *
- * @return the value of tp_company_info.CIF_CREATE_TIME
- *
- * @mbggenerated
- */
- public String getCreateTime() {
- return createTime;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CREATE_TIME
- *
- * @param createTime the value for tp_company_info.CIF_CREATE_TIME
- *
- * @mbggenerated
- */
- public void setCreateTime(String createTime) {
- this.createTime = createTime == null ? null : createTime.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CREATE_USER
- *
- * @return the value of tp_company_info.CIF_CREATE_USER
- *
- * @mbggenerated
- */
- public String getCreateUser() {
- return createUser;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CREATE_USER
- *
- * @param createUser the value for tp_company_info.CIF_CREATE_USER
- *
- * @mbggenerated
- */
- public void setCreateUser(String createUser) {
- this.createUser = createUser == null ? null : createUser.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_MODIFY_TIME
- *
- * @return the value of tp_company_info.CIF_MODIFY_TIME
- *
- * @mbggenerated
- */
- public String getModifyTime() {
- return modifyTime;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_MODIFY_TIME
- *
- * @param modifyTime the value for tp_company_info.CIF_MODIFY_TIME
- *
- * @mbggenerated
- */
- public void setModifyTime(String modifyTime) {
- this.modifyTime = modifyTime == null ? null : modifyTime.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_MODIFY_USER
- *
- * @return the value of tp_company_info.CIF_MODIFY_USER
- *
- * @mbggenerated
- */
- public String getModifyUser() {
- return modifyUser;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_MODIFY_USER
- *
- * @param modifyUser the value for tp_company_info.CIF_MODIFY_USER
- *
- * @mbggenerated
- */
- public void setModifyUser(String modifyUser) {
- this.modifyUser = modifyUser == null ? null : modifyUser.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CREDITS_TERMBEG
- *
- * @return the value of tp_company_info.CIF_CREDITS_TERMBEG
- *
- * @mbggenerated
- */
- public String getCreditsTermbeg() {
- return creditsTermbeg;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CREDITS_TERMBEG
- *
- * @param creditsTermbeg the value for tp_company_info.CIF_CREDITS_TERMBEG
- *
- * @mbggenerated
- */
- public void setCreditsTermbeg(String creditsTermbeg) {
- this.creditsTermbeg = creditsTermbeg == null ? null : creditsTermbeg.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_CREDITS_TERMEND
- *
- * @return the value of tp_company_info.CIF_CREDITS_TERMEND
- *
- * @mbggenerated
- */
- public String getCreditsTermend() {
- return creditsTermend;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_CREDITS_TERMEND
- *
- * @param creditsTermend the value for tp_company_info.CIF_CREDITS_TERMEND
- *
- * @mbggenerated
- */
- public void setCreditsTermend(String creditsTermend) {
- this.creditsTermend = creditsTermend == null ? null : creditsTermend.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_REG_PROVINCE
- *
- * @return the value of tp_company_info.CIF_REG_PROVINCE
- *
- * @mbggenerated
- */
- public String getRegProvince() {
- return regProvince;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_REG_PROVINCE
- *
- * @param regProvince the value for tp_company_info.CIF_REG_PROVINCE
- *
- * @mbggenerated
- */
- public void setRegProvince(String regProvince) {
- this.regProvince = regProvince == null ? null : regProvince.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_REG_CITY
- *
- * @return the value of tp_company_info.CIF_REG_CITY
- *
- * @mbggenerated
- */
- public String getRegCity() {
- return regCity;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_REG_CITY
- *
- * @param regCity the value for tp_company_info.CIF_REG_CITY
- *
- * @mbggenerated
- */
- public void setRegCity(String regCity) {
- this.regCity = regCity == null ? null : regCity.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_REG_AREA
- *
- * @return the value of tp_company_info.CIF_REG_AREA
- *
- * @mbggenerated
- */
- public String getRegArea() {
- return regArea;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_REG_AREA
- *
- * @param regArea the value for tp_company_info.CIF_REG_AREA
- *
- * @mbggenerated
- */
- public void setRegArea(String regArea) {
- this.regArea = regArea == null ? null : regArea.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_company_info.CIF_LINK_NUM
- *
- * @return the value of tp_company_info.CIF_LINK_NUM
- *
- * @mbggenerated
- */
- public String getLinkNum() {
- return linkNum;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_company_info.CIF_LINK_NUM
- *
- * @param linkNum the value for tp_company_info.CIF_LINK_NUM
- *
- * @mbggenerated
- */
- public void setLinkNum(String linkNum) {
- this.linkNum = linkNum == null ? null : linkNum.trim();
- }
- public String getCifSaleReport() {
- return cifSaleReport;
- }
- public void setCifSaleReport(String cifSaleReport) {
- this.cifSaleReport = cifSaleReport;
- }
-
-
- }
|