| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637 |
- package com.minpay.db.table.model;
- import com.startup.minpay.frame.data.AbstractMINBean;
- public class TpOrderInf extends AbstractMINBean {
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_ORDERNO
- *
- * @mbggenerated
- */
- private String orderno;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_COM_ID
- *
- * @mbggenerated
- */
- private String comId;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_APPLY_DATE
- *
- * @mbggenerated
- */
- private String applyDate;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_APPLY_USER
- *
- * @mbggenerated
- */
- private String applyUser;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_TERM
- *
- * @mbggenerated
- */
- private String term;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_TRANS_TYPE
- *
- * @mbggenerated
- */
- private String transType;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_STT
- *
- * @mbggenerated
- */
- private String stt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_WAYBILL_NO
- *
- * @mbggenerated
- */
- private String waybillNo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_LOGISTICS_ID
- *
- * @mbggenerated
- */
- private String logisticsId;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_DESTINATION
- *
- * @mbggenerated
- */
- private String destination;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CLEAR_CUSTOM
- *
- * @mbggenerated
- */
- private String clearCustom;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_LOANING_AMT
- *
- * @mbggenerated
- */
- private String loaningAmt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_TOTAL_AMT
- *
- * @mbggenerated
- */
- private String totalAmt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_MARGIN_AMT
- *
- * @mbggenerated
- */
- private String marginAmt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_AGENCY_FEE
- *
- * @mbggenerated
- */
- private String agencyFee;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_INSTEREST
- *
- * @mbggenerated
- */
- private String insterest;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_HANDING_FEE
- *
- * @mbggenerated
- */
- private String handingFee;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_LOGISTICE_AMT
- *
- * @mbggenerated
- */
- private String logisticeAmt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CLEARANCE_AMT
- *
- * @mbggenerated
- */
- private String clearanceAmt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_TARRIFF
- *
- * @mbggenerated
- */
- private String tarriff;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_SALE_TAX
- *
- * @mbggenerated
- */
- private String saleTax;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_VAT
- *
- * @mbggenerated
- */
- private String vat;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_TATAL_SUBSIDY
- *
- * @mbggenerated
- */
- private String tatalSubsidy;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_RETURN_RATIO
- *
- * @mbggenerated
- */
- private String returnRatio;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_RETURN_AMT
- *
- * @mbggenerated
- */
- private String returnAmt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_GENER_AGREEMENT
- *
- * @mbggenerated
- */
- private String generAgreement;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_PRO_CON
- *
- * @mbggenerated
- */
- private String proCon;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_FORWARD_CON_RUL
- *
- * @mbggenerated
- */
- private String forwardConRul;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_PRODUCT_URL
- *
- * @mbggenerated
- */
- private String productUrl;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_PRODUCT_LOGO
- *
- * @mbggenerated
- */
- private String productLogo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_EXPIRED_DATE
- *
- * @mbggenerated
- */
- private String expiredDate;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CREATE_DATE
- *
- * @mbggenerated
- */
- private String createDate;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CREATE_USER
- *
- * @mbggenerated
- */
- private String createUser;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_REMAIN_AMOUNT
- *
- * @mbggenerated
- */
- private String remainAmount;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_APPRIVE_PASS_DATE
- *
- * @mbggenerated
- */
- private String apprivePassDate;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_MODITY_DATE
- *
- * @mbggenerated
- */
- private String modityDate;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_ESTIMATE_AMOUNT
- *
- * @mbggenerated
- */
- private String estimateAmount;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_FINANCING_CON
- *
- * @mbggenerated
- */
- private String financingCon;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_BUSINESS_SINGLE
- *
- * @mbggenerated
- */
- private String businessSingle;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_BATCH
- *
- * @mbggenerated
- */
- private String batch;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_COMPLETE_TYPE
- *
- * @mbggenerated
- */
- private String completeType;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_MANAGER_NO
- *
- * @mbggenerated
- */
- private String managerNo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_COMPLETE_USER
- *
- * @mbggenerated
- */
- private String completeUser;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_COMPLETE_TIME
- *
- * @mbggenerated
- */
- private String completeTime;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_BUSINESS_INVOICE
- *
- * @mbggenerated
- */
- private String businessInvoice;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CARRY_SINGLE
- *
- * @mbggenerated
- */
- private String carrySingle;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_AUTHER
- *
- * @mbggenerated
- */
- private String auther;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_PRO_CON_NO
- *
- * @mbggenerated
- */
- private String proConNo;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_MARGIN_LEVEL
- *
- * @mbggenerated
- */
- private String marginLevel;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CURRENCY
- *
- * @mbggenerated
- */
- private String currency;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_order_inf.OIF_CONTRACT_AMT
- *
- * @mbggenerated
- */
- private String contractAmt;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_ORDERNO
- *
- * @return the value of tp_order_inf.OIF_ORDERNO
- *
- * @mbggenerated
- */
- public String getOrderno() {
- return orderno;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_ORDERNO
- *
- * @param orderno the value for tp_order_inf.OIF_ORDERNO
- *
- * @mbggenerated
- */
- public void setOrderno(String orderno) {
- this.orderno = orderno == null ? null : orderno.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_COM_ID
- *
- * @return the value of tp_order_inf.OIF_COM_ID
- *
- * @mbggenerated
- */
- public String getComId() {
- return comId;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_COM_ID
- *
- * @param comId the value for tp_order_inf.OIF_COM_ID
- *
- * @mbggenerated
- */
- public void setComId(String comId) {
- this.comId = comId == null ? null : comId.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_APPLY_DATE
- *
- * @return the value of tp_order_inf.OIF_APPLY_DATE
- *
- * @mbggenerated
- */
- public String getApplyDate() {
- return applyDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_APPLY_DATE
- *
- * @param applyDate the value for tp_order_inf.OIF_APPLY_DATE
- *
- * @mbggenerated
- */
- public void setApplyDate(String applyDate) {
- this.applyDate = applyDate == null ? null : applyDate.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_APPLY_USER
- *
- * @return the value of tp_order_inf.OIF_APPLY_USER
- *
- * @mbggenerated
- */
- public String getApplyUser() {
- return applyUser;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_APPLY_USER
- *
- * @param applyUser the value for tp_order_inf.OIF_APPLY_USER
- *
- * @mbggenerated
- */
- public void setApplyUser(String applyUser) {
- this.applyUser = applyUser == null ? null : applyUser.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_TERM
- *
- * @return the value of tp_order_inf.OIF_TERM
- *
- * @mbggenerated
- */
- public String getTerm() {
- return term;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_TERM
- *
- * @param term the value for tp_order_inf.OIF_TERM
- *
- * @mbggenerated
- */
- public void setTerm(String term) {
- this.term = term == null ? null : term.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_TRANS_TYPE
- *
- * @return the value of tp_order_inf.OIF_TRANS_TYPE
- *
- * @mbggenerated
- */
- public String getTransType() {
- return transType;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_TRANS_TYPE
- *
- * @param transType the value for tp_order_inf.OIF_TRANS_TYPE
- *
- * @mbggenerated
- */
- public void setTransType(String transType) {
- this.transType = transType == null ? null : transType.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_STT
- *
- * @return the value of tp_order_inf.OIF_STT
- *
- * @mbggenerated
- */
- public String getStt() {
- return stt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_STT
- *
- * @param stt the value for tp_order_inf.OIF_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_order_inf.OIF_WAYBILL_NO
- *
- * @return the value of tp_order_inf.OIF_WAYBILL_NO
- *
- * @mbggenerated
- */
- public String getWaybillNo() {
- return waybillNo;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_WAYBILL_NO
- *
- * @param waybillNo the value for tp_order_inf.OIF_WAYBILL_NO
- *
- * @mbggenerated
- */
- public void setWaybillNo(String waybillNo) {
- this.waybillNo = waybillNo == null ? null : waybillNo.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_LOGISTICS_ID
- *
- * @return the value of tp_order_inf.OIF_LOGISTICS_ID
- *
- * @mbggenerated
- */
- public String getLogisticsId() {
- return logisticsId;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_LOGISTICS_ID
- *
- * @param logisticsId the value for tp_order_inf.OIF_LOGISTICS_ID
- *
- * @mbggenerated
- */
- public void setLogisticsId(String logisticsId) {
- this.logisticsId = logisticsId == null ? null : logisticsId.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_DESTINATION
- *
- * @return the value of tp_order_inf.OIF_DESTINATION
- *
- * @mbggenerated
- */
- public String getDestination() {
- return destination;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_DESTINATION
- *
- * @param destination the value for tp_order_inf.OIF_DESTINATION
- *
- * @mbggenerated
- */
- public void setDestination(String destination) {
- this.destination = destination == null ? null : destination.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CLEAR_CUSTOM
- *
- * @return the value of tp_order_inf.OIF_CLEAR_CUSTOM
- *
- * @mbggenerated
- */
- public String getClearCustom() {
- return clearCustom;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_CLEAR_CUSTOM
- *
- * @param clearCustom the value for tp_order_inf.OIF_CLEAR_CUSTOM
- *
- * @mbggenerated
- */
- public void setClearCustom(String clearCustom) {
- this.clearCustom = clearCustom == null ? null : clearCustom.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_LOANING_AMT
- *
- * @return the value of tp_order_inf.OIF_LOANING_AMT
- *
- * @mbggenerated
- */
- public String getLoaningAmt() {
- return loaningAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_LOANING_AMT
- *
- * @param loaningAmt the value for tp_order_inf.OIF_LOANING_AMT
- *
- * @mbggenerated
- */
- public void setLoaningAmt(String loaningAmt) {
- this.loaningAmt = loaningAmt == null ? null : loaningAmt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_TOTAL_AMT
- *
- * @return the value of tp_order_inf.OIF_TOTAL_AMT
- *
- * @mbggenerated
- */
- public String getTotalAmt() {
- return totalAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_TOTAL_AMT
- *
- * @param totalAmt the value for tp_order_inf.OIF_TOTAL_AMT
- *
- * @mbggenerated
- */
- public void setTotalAmt(String totalAmt) {
- this.totalAmt = totalAmt == null ? null : totalAmt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_MARGIN_AMT
- *
- * @return the value of tp_order_inf.OIF_MARGIN_AMT
- *
- * @mbggenerated
- */
- public String getMarginAmt() {
- return marginAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_MARGIN_AMT
- *
- * @param marginAmt the value for tp_order_inf.OIF_MARGIN_AMT
- *
- * @mbggenerated
- */
- public void setMarginAmt(String marginAmt) {
- this.marginAmt = marginAmt == null ? null : marginAmt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_AGENCY_FEE
- *
- * @return the value of tp_order_inf.OIF_AGENCY_FEE
- *
- * @mbggenerated
- */
- public String getAgencyFee() {
- return agencyFee;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_AGENCY_FEE
- *
- * @param agencyFee the value for tp_order_inf.OIF_AGENCY_FEE
- *
- * @mbggenerated
- */
- public void setAgencyFee(String agencyFee) {
- this.agencyFee = agencyFee == null ? null : agencyFee.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_INSTEREST
- *
- * @return the value of tp_order_inf.OIF_INSTEREST
- *
- * @mbggenerated
- */
- public String getInsterest() {
- return insterest;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_INSTEREST
- *
- * @param insterest the value for tp_order_inf.OIF_INSTEREST
- *
- * @mbggenerated
- */
- public void setInsterest(String insterest) {
- this.insterest = insterest == null ? null : insterest.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_HANDING_FEE
- *
- * @return the value of tp_order_inf.OIF_HANDING_FEE
- *
- * @mbggenerated
- */
- public String getHandingFee() {
- return handingFee;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_HANDING_FEE
- *
- * @param handingFee the value for tp_order_inf.OIF_HANDING_FEE
- *
- * @mbggenerated
- */
- public void setHandingFee(String handingFee) {
- this.handingFee = handingFee == null ? null : handingFee.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_LOGISTICE_AMT
- *
- * @return the value of tp_order_inf.OIF_LOGISTICE_AMT
- *
- * @mbggenerated
- */
- public String getLogisticeAmt() {
- return logisticeAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_LOGISTICE_AMT
- *
- * @param logisticeAmt the value for tp_order_inf.OIF_LOGISTICE_AMT
- *
- * @mbggenerated
- */
- public void setLogisticeAmt(String logisticeAmt) {
- this.logisticeAmt = logisticeAmt == null ? null : logisticeAmt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CLEARANCE_AMT
- *
- * @return the value of tp_order_inf.OIF_CLEARANCE_AMT
- *
- * @mbggenerated
- */
- public String getClearanceAmt() {
- return clearanceAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_CLEARANCE_AMT
- *
- * @param clearanceAmt the value for tp_order_inf.OIF_CLEARANCE_AMT
- *
- * @mbggenerated
- */
- public void setClearanceAmt(String clearanceAmt) {
- this.clearanceAmt = clearanceAmt == null ? null : clearanceAmt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_TARRIFF
- *
- * @return the value of tp_order_inf.OIF_TARRIFF
- *
- * @mbggenerated
- */
- public String getTarriff() {
- return tarriff;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_TARRIFF
- *
- * @param tarriff the value for tp_order_inf.OIF_TARRIFF
- *
- * @mbggenerated
- */
- public void setTarriff(String tarriff) {
- this.tarriff = tarriff == null ? null : tarriff.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_SALE_TAX
- *
- * @return the value of tp_order_inf.OIF_SALE_TAX
- *
- * @mbggenerated
- */
- public String getSaleTax() {
- return saleTax;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_SALE_TAX
- *
- * @param saleTax the value for tp_order_inf.OIF_SALE_TAX
- *
- * @mbggenerated
- */
- public void setSaleTax(String saleTax) {
- this.saleTax = saleTax == null ? null : saleTax.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_VAT
- *
- * @return the value of tp_order_inf.OIF_VAT
- *
- * @mbggenerated
- */
- public String getVat() {
- return vat;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_VAT
- *
- * @param vat the value for tp_order_inf.OIF_VAT
- *
- * @mbggenerated
- */
- public void setVat(String vat) {
- this.vat = vat == null ? null : vat.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_TATAL_SUBSIDY
- *
- * @return the value of tp_order_inf.OIF_TATAL_SUBSIDY
- *
- * @mbggenerated
- */
- public String getTatalSubsidy() {
- return tatalSubsidy;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_TATAL_SUBSIDY
- *
- * @param tatalSubsidy the value for tp_order_inf.OIF_TATAL_SUBSIDY
- *
- * @mbggenerated
- */
- public void setTatalSubsidy(String tatalSubsidy) {
- this.tatalSubsidy = tatalSubsidy == null ? null : tatalSubsidy.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_RETURN_RATIO
- *
- * @return the value of tp_order_inf.OIF_RETURN_RATIO
- *
- * @mbggenerated
- */
- public String getReturnRatio() {
- return returnRatio;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_RETURN_RATIO
- *
- * @param returnRatio the value for tp_order_inf.OIF_RETURN_RATIO
- *
- * @mbggenerated
- */
- public void setReturnRatio(String returnRatio) {
- this.returnRatio = returnRatio == null ? null : returnRatio.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_RETURN_AMT
- *
- * @return the value of tp_order_inf.OIF_RETURN_AMT
- *
- * @mbggenerated
- */
- public String getReturnAmt() {
- return returnAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_RETURN_AMT
- *
- * @param returnAmt the value for tp_order_inf.OIF_RETURN_AMT
- *
- * @mbggenerated
- */
- public void setReturnAmt(String returnAmt) {
- this.returnAmt = returnAmt == null ? null : returnAmt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_GENER_AGREEMENT
- *
- * @return the value of tp_order_inf.OIF_GENER_AGREEMENT
- *
- * @mbggenerated
- */
- public String getGenerAgreement() {
- return generAgreement;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_GENER_AGREEMENT
- *
- * @param generAgreement the value for tp_order_inf.OIF_GENER_AGREEMENT
- *
- * @mbggenerated
- */
- public void setGenerAgreement(String generAgreement) {
- this.generAgreement = generAgreement == null ? null : generAgreement.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_PRO_CON
- *
- * @return the value of tp_order_inf.OIF_PRO_CON
- *
- * @mbggenerated
- */
- public String getProCon() {
- return proCon;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_PRO_CON
- *
- * @param proCon the value for tp_order_inf.OIF_PRO_CON
- *
- * @mbggenerated
- */
- public void setProCon(String proCon) {
- this.proCon = proCon == null ? null : proCon.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_FORWARD_CON_RUL
- *
- * @return the value of tp_order_inf.OIF_FORWARD_CON_RUL
- *
- * @mbggenerated
- */
- public String getForwardConRul() {
- return forwardConRul;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_FORWARD_CON_RUL
- *
- * @param forwardConRul the value for tp_order_inf.OIF_FORWARD_CON_RUL
- *
- * @mbggenerated
- */
- public void setForwardConRul(String forwardConRul) {
- this.forwardConRul = forwardConRul == null ? null : forwardConRul.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_PRODUCT_URL
- *
- * @return the value of tp_order_inf.OIF_PRODUCT_URL
- *
- * @mbggenerated
- */
- public String getProductUrl() {
- return productUrl;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_PRODUCT_URL
- *
- * @param productUrl the value for tp_order_inf.OIF_PRODUCT_URL
- *
- * @mbggenerated
- */
- public void setProductUrl(String productUrl) {
- this.productUrl = productUrl == null ? null : productUrl.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_PRODUCT_LOGO
- *
- * @return the value of tp_order_inf.OIF_PRODUCT_LOGO
- *
- * @mbggenerated
- */
- public String getProductLogo() {
- return productLogo;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_PRODUCT_LOGO
- *
- * @param productLogo the value for tp_order_inf.OIF_PRODUCT_LOGO
- *
- * @mbggenerated
- */
- public void setProductLogo(String productLogo) {
- this.productLogo = productLogo == null ? null : productLogo.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_EXPIRED_DATE
- *
- * @return the value of tp_order_inf.OIF_EXPIRED_DATE
- *
- * @mbggenerated
- */
- public String getExpiredDate() {
- return expiredDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_EXPIRED_DATE
- *
- * @param expiredDate the value for tp_order_inf.OIF_EXPIRED_DATE
- *
- * @mbggenerated
- */
- public void setExpiredDate(String expiredDate) {
- this.expiredDate = expiredDate == null ? null : expiredDate.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CREATE_DATE
- *
- * @return the value of tp_order_inf.OIF_CREATE_DATE
- *
- * @mbggenerated
- */
- public String getCreateDate() {
- return createDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_CREATE_DATE
- *
- * @param createDate the value for tp_order_inf.OIF_CREATE_DATE
- *
- * @mbggenerated
- */
- public void setCreateDate(String createDate) {
- this.createDate = createDate == null ? null : createDate.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CREATE_USER
- *
- * @return the value of tp_order_inf.OIF_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_order_inf.OIF_CREATE_USER
- *
- * @param createUser the value for tp_order_inf.OIF_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_order_inf.OIF_REMAIN_AMOUNT
- *
- * @return the value of tp_order_inf.OIF_REMAIN_AMOUNT
- *
- * @mbggenerated
- */
- public String getRemainAmount() {
- return remainAmount;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_REMAIN_AMOUNT
- *
- * @param remainAmount the value for tp_order_inf.OIF_REMAIN_AMOUNT
- *
- * @mbggenerated
- */
- public void setRemainAmount(String remainAmount) {
- this.remainAmount = remainAmount == null ? null : remainAmount.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_APPRIVE_PASS_DATE
- *
- * @return the value of tp_order_inf.OIF_APPRIVE_PASS_DATE
- *
- * @mbggenerated
- */
- public String getApprivePassDate() {
- return apprivePassDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_APPRIVE_PASS_DATE
- *
- * @param apprivePassDate the value for tp_order_inf.OIF_APPRIVE_PASS_DATE
- *
- * @mbggenerated
- */
- public void setApprivePassDate(String apprivePassDate) {
- this.apprivePassDate = apprivePassDate == null ? null : apprivePassDate.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_MODITY_DATE
- *
- * @return the value of tp_order_inf.OIF_MODITY_DATE
- *
- * @mbggenerated
- */
- public String getModityDate() {
- return modityDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_MODITY_DATE
- *
- * @param modityDate the value for tp_order_inf.OIF_MODITY_DATE
- *
- * @mbggenerated
- */
- public void setModityDate(String modityDate) {
- this.modityDate = modityDate == null ? null : modityDate.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_ESTIMATE_AMOUNT
- *
- * @return the value of tp_order_inf.OIF_ESTIMATE_AMOUNT
- *
- * @mbggenerated
- */
- public String getEstimateAmount() {
- return estimateAmount;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_ESTIMATE_AMOUNT
- *
- * @param estimateAmount the value for tp_order_inf.OIF_ESTIMATE_AMOUNT
- *
- * @mbggenerated
- */
- public void setEstimateAmount(String estimateAmount) {
- this.estimateAmount = estimateAmount == null ? null : estimateAmount.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_FINANCING_CON
- *
- * @return the value of tp_order_inf.OIF_FINANCING_CON
- *
- * @mbggenerated
- */
- public String getFinancingCon() {
- return financingCon;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_FINANCING_CON
- *
- * @param financingCon the value for tp_order_inf.OIF_FINANCING_CON
- *
- * @mbggenerated
- */
- public void setFinancingCon(String financingCon) {
- this.financingCon = financingCon == null ? null : financingCon.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_BUSINESS_SINGLE
- *
- * @return the value of tp_order_inf.OIF_BUSINESS_SINGLE
- *
- * @mbggenerated
- */
- public String getBusinessSingle() {
- return businessSingle;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_BUSINESS_SINGLE
- *
- * @param businessSingle the value for tp_order_inf.OIF_BUSINESS_SINGLE
- *
- * @mbggenerated
- */
- public void setBusinessSingle(String businessSingle) {
- this.businessSingle = businessSingle == null ? null : businessSingle.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_BATCH
- *
- * @return the value of tp_order_inf.OIF_BATCH
- *
- * @mbggenerated
- */
- public String getBatch() {
- return batch;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_BATCH
- *
- * @param batch the value for tp_order_inf.OIF_BATCH
- *
- * @mbggenerated
- */
- public void setBatch(String batch) {
- this.batch = batch == null ? null : batch.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_COMPLETE_TYPE
- *
- * @return the value of tp_order_inf.OIF_COMPLETE_TYPE
- *
- * @mbggenerated
- */
- public String getCompleteType() {
- return completeType;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_COMPLETE_TYPE
- *
- * @param completeType the value for tp_order_inf.OIF_COMPLETE_TYPE
- *
- * @mbggenerated
- */
- public void setCompleteType(String completeType) {
- this.completeType = completeType == null ? null : completeType.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_MANAGER_NO
- *
- * @return the value of tp_order_inf.OIF_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_order_inf.OIF_MANAGER_NO
- *
- * @param managerNo the value for tp_order_inf.OIF_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_order_inf.OIF_COMPLETE_USER
- *
- * @return the value of tp_order_inf.OIF_COMPLETE_USER
- *
- * @mbggenerated
- */
- public String getCompleteUser() {
- return completeUser;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_COMPLETE_USER
- *
- * @param completeUser the value for tp_order_inf.OIF_COMPLETE_USER
- *
- * @mbggenerated
- */
- public void setCompleteUser(String completeUser) {
- this.completeUser = completeUser == null ? null : completeUser.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_COMPLETE_TIME
- *
- * @return the value of tp_order_inf.OIF_COMPLETE_TIME
- *
- * @mbggenerated
- */
- public String getCompleteTime() {
- return completeTime;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_COMPLETE_TIME
- *
- * @param completeTime the value for tp_order_inf.OIF_COMPLETE_TIME
- *
- * @mbggenerated
- */
- public void setCompleteTime(String completeTime) {
- this.completeTime = completeTime == null ? null : completeTime.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_BUSINESS_INVOICE
- *
- * @return the value of tp_order_inf.OIF_BUSINESS_INVOICE
- *
- * @mbggenerated
- */
- public String getBusinessInvoice() {
- return businessInvoice;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_BUSINESS_INVOICE
- *
- * @param businessInvoice the value for tp_order_inf.OIF_BUSINESS_INVOICE
- *
- * @mbggenerated
- */
- public void setBusinessInvoice(String businessInvoice) {
- this.businessInvoice = businessInvoice == null ? null : businessInvoice.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CARRY_SINGLE
- *
- * @return the value of tp_order_inf.OIF_CARRY_SINGLE
- *
- * @mbggenerated
- */
- public String getCarrySingle() {
- return carrySingle;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_CARRY_SINGLE
- *
- * @param carrySingle the value for tp_order_inf.OIF_CARRY_SINGLE
- *
- * @mbggenerated
- */
- public void setCarrySingle(String carrySingle) {
- this.carrySingle = carrySingle == null ? null : carrySingle.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_AUTHER
- *
- * @return the value of tp_order_inf.OIF_AUTHER
- *
- * @mbggenerated
- */
- public String getAuther() {
- return auther;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_AUTHER
- *
- * @param auther the value for tp_order_inf.OIF_AUTHER
- *
- * @mbggenerated
- */
- public void setAuther(String auther) {
- this.auther = auther == null ? null : auther.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_PRO_CON_NO
- *
- * @return the value of tp_order_inf.OIF_PRO_CON_NO
- *
- * @mbggenerated
- */
- public String getProConNo() {
- return proConNo;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_PRO_CON_NO
- *
- * @param proConNo the value for tp_order_inf.OIF_PRO_CON_NO
- *
- * @mbggenerated
- */
- public void setProConNo(String proConNo) {
- this.proConNo = proConNo == null ? null : proConNo.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_MARGIN_LEVEL
- *
- * @return the value of tp_order_inf.OIF_MARGIN_LEVEL
- *
- * @mbggenerated
- */
- public String getMarginLevel() {
- return marginLevel;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_MARGIN_LEVEL
- *
- * @param marginLevel the value for tp_order_inf.OIF_MARGIN_LEVEL
- *
- * @mbggenerated
- */
- public void setMarginLevel(String marginLevel) {
- this.marginLevel = marginLevel == null ? null : marginLevel.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CURRENCY
- *
- * @return the value of tp_order_inf.OIF_CURRENCY
- *
- * @mbggenerated
- */
- public String getCurrency() {
- return currency;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_CURRENCY
- *
- * @param currency the value for tp_order_inf.OIF_CURRENCY
- *
- * @mbggenerated
- */
- public void setCurrency(String currency) {
- this.currency = currency == null ? null : currency.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_order_inf.OIF_CONTRACT_AMT
- *
- * @return the value of tp_order_inf.OIF_CONTRACT_AMT
- *
- * @mbggenerated
- */
- public String getContractAmt() {
- return contractAmt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_order_inf.OIF_CONTRACT_AMT
- *
- * @param contractAmt the value for tp_order_inf.OIF_CONTRACT_AMT
- *
- * @mbggenerated
- */
- public void setContractAmt(String contractAmt) {
- this.contractAmt = contractAmt == null ? null : contractAmt.trim();
- }
- }
|