作者 朱兆平

init

包含了舱单与运单实体
正在显示 48 个修改的文件 包含 7594 行增加0 行删除
# 物流平台实体公用包
* WLPT_NMMS新舱单实体
* WLPT_AWB实体
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sunyo.wlpt</groupId>
<artifactId>base</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
<!-- mybatis generator 自动生成代码插件 -->
<plugin>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.3.2</version>
<configuration>
<configurationFile>${basedir}/src/main/resources/generator/generatorConfig.xml</configurationFile>
<overwrite>true</overwrite>
<verbose>true</verbose>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.AWB_AWBINFO;
public interface AWB_AWBINFOMapper {
int deleteByPrimaryKey(String billid);
int insert(AWB_AWBINFO record);
int insertSelective(AWB_AWBINFO record);
AWB_AWBINFO selectByPrimaryKey(String billid);
int updateByPrimaryKeySelective(AWB_AWBINFO record);
int updateByPrimaryKey(AWB_AWBINFO record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.CONFIG_AIRSTATION_CUSTOMCODE;
public interface CONFIG_AIRSTATION_CUSTOMCODEMapper {
int insert(CONFIG_AIRSTATION_CUSTOMCODE record);
int insertSelective(CONFIG_AIRSTATION_CUSTOMCODE record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.CONFIG_USER_CARRIER;
public interface CONFIG_USER_CARRIERMapper {
int insert(CONFIG_USER_CARRIER record);
int insertSelective(CONFIG_USER_CARRIER record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE;
public interface CONFIG_USER_CUSTOMCODEMapper {
int insert(CONFIG_USER_CUSTOMCODE record);
int insertSelective(CONFIG_USER_CUSTOMCODE record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.CONFIG_USER_EnterpriseCode;
public interface CONFIG_USER_EnterpriseCodeMapper {
int insert(CONFIG_USER_EnterpriseCode record);
int insertSelective(CONFIG_USER_EnterpriseCode record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT1201;
public interface NMMS_CUSTOM_MT1201Mapper {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT1201 record);
int insertSelective(NMMS_CUSTOM_MT1201 record);
NMMS_CUSTOM_MT1201 selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT1201 record);
int updateByPrimaryKey(NMMS_CUSTOM_MT1201 record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201;
public interface NMMS_CUSTOM_MT2201Mapper {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT2201 record);
int insertSelective(NMMS_CUSTOM_MT2201 record);
NMMS_CUSTOM_MT2201 selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT2201 record);
int updateByPrimaryKey(NMMS_CUSTOM_MT2201 record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT3201;
public interface NMMS_CUSTOM_MT3201Mapper {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT3201 record);
int insertSelective(NMMS_CUSTOM_MT3201 record);
NMMS_CUSTOM_MT3201 selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT3201 record);
int updateByPrimaryKey(NMMS_CUSTOM_MT3201 record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT4201;
public interface NMMS_CUSTOM_MT4201Mapper {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT4201 record);
int insertSelective(NMMS_CUSTOM_MT4201 record);
NMMS_CUSTOM_MT4201 selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT4201 record);
int updateByPrimaryKey(NMMS_CUSTOM_MT4201 record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT520X;
public interface NMMS_CUSTOM_MT520XMapper {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT520X record);
int insertSelective(NMMS_CUSTOM_MT520X record);
NMMS_CUSTOM_MT520X selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT520X record);
int updateByPrimaryKey(NMMS_CUSTOM_MT520X record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT8205;
public interface NMMS_CUSTOM_MT8205Mapper {
int deleteByPrimaryKey(String uuid);
int insert(NMMS_CUSTOM_MT8205 record);
int insertSelective(NMMS_CUSTOM_MT8205 record);
NMMS_CUSTOM_MT8205 selectByPrimaryKey(String uuid);
int updateByPrimaryKeySelective(NMMS_CUSTOM_MT8205 record);
int updateByPrimaryKey(NMMS_CUSTOM_MT8205 record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE;
public interface NMMS_CUSTOM_RESPONSEMapper {
int deleteByPrimaryKey(String id);
int insert(NMMS_CUSTOM_RESPONSE record);
int insertSelective(NMMS_CUSTOM_RESPONSE record);
NMMS_CUSTOM_RESPONSE selectByPrimaryKey(String id);
int updateByPrimaryKeySelective(NMMS_CUSTOM_RESPONSE record);
int updateByPrimaryKeyWithBLOBs(NMMS_CUSTOM_RESPONSE record);
int updateByPrimaryKey(NMMS_CUSTOM_RESPONSE record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.NMMS_FFM_INFO;
public interface NMMS_FFM_INFOMapper {
int deleteByPrimaryKey(String autoid);
int insert(NMMS_FFM_INFO record);
int insertSelective(NMMS_FFM_INFO record);
NMMS_FFM_INFO selectByPrimaryKey(String autoid);
int updateByPrimaryKeySelective(NMMS_FFM_INFO record);
int updateByPrimaryKey(NMMS_FFM_INFO record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.STATIC_CUSTOMCODE_CUSTOMNAME;
public interface STATIC_CUSTOMCODE_CUSTOMNAMEMapper {
int insert(STATIC_CUSTOMCODE_CUSTOMNAME record);
int insertSelective(STATIC_CUSTOMCODE_CUSTOMNAME record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.dao;
import com.sunyo.wlpt.base.model.STATIC_CUSTOM_RESPONSE_BASE;
public interface STATIC_CUSTOM_RESPONSE_BASEMapper {
int insert(STATIC_CUSTOM_RESPONSE_BASE record);
int insertSelective(STATIC_CUSTOM_RESPONSE_BASE record);
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.math.BigDecimal;
import java.util.Date;
public class AWB_AWBINFO {
private String billid;
private String stocktypeid;
private String stockpre;
private String stockno;
private String productid;
private String carrierproductid;
private String delflag;
private String previousbillid;
private String domint;
private String customctl;
private String specopeid;
private String specopeidext;
private String sairportid;
private String scityid;
private String eairportid;
private String ecityid;
private String by1;
private String dest1;
private String dest1city;
private String by2;
private String dest2;
private String dest2city;
private String by3;
private String dest3;
private String dest3city;
private String by4;
private String dest4;
private String dest4city;
private String cargono;
private String cargonm;
private String pack;
private String meas;
private BigDecimal pcs;
private BigDecimal weight;
private BigDecimal feewt;
private BigDecimal vol;
private String ctrlopedepartment;
private String shprname;
private String shprmobiletype;
private String shprtel;
private String shpraddress;
private String shprcountyr;
private String shpcomid;
private String shpaeocode;
private String shpcustomerid;
private String cnsnname;
private String cnsrmobiletype;
private String cnsntel;
private String cnsnaddress;
private String cnscountyr;
private String cnscomid;
private String cnsaeocode;
private String cnsrctcname;
private String cnsrctctel;
private String csgcustomerid;
private String collected;
private BigDecimal exchagerate;
private String comat;
private String refrigerated;
private BigDecimal forknum;
private String whshold;
private String expcusttransit;
private String impcusttransit;
private String shorttrans;
private String shorttransbup;
private String cargoowner;
private Date chargetime;
private String isinstruction;
private String notify;
private BigDecimal shippervalue;
private BigDecimal trafficvalue;
private BigDecimal customvalue;
private BigDecimal insurevalue;
private String fileattached;
private String ratetype;
private String processingmethod;
private String handlingcircs;
private String reservedtonnage;
private BigDecimal carriage;
private BigDecimal rate;
private String crtoper;
private String wtunit;
private BigDecimal originalwt;
private BigDecimal originalfeewt;
private String volunit;
private String currencyid;
private BigDecimal originalvol;
private Date crtopetime;
private String dlvpriority;
private String chked;
private Short labelnum;
private String shpcustomer;
private String crtagent;
private Date crtdate;
private BigDecimal extraweight;
private String storeremark;
private String balanceremark;
private String filechked;
private String iscarbalance;
private String cnsnidcard;
private String ciqcheck;
private String tmpbillno;
private String subbillid;
private String istrans;
private String splittag;
private String customstrans;
private String endoper;
private Date endopetime;
private String confirmoper;
private Date confirmopetime;
private String csgcustomer;
private String relationbillid;
private String customsCountry;
private String customsCity;
private String customsRemark;
private String cargosource;
private String cargonmch;
private String isdgr;
private BigDecimal percent;
private String awbtype;
private String status;
private String paymodel;
private Boolean isdelete;
private Date optime;
public String getBillid() {
return billid;
}
public void setBillid(String billid) {
this.billid = billid == null ? null : billid.trim();
}
public String getStocktypeid() {
return stocktypeid;
}
public void setStocktypeid(String stocktypeid) {
this.stocktypeid = stocktypeid == null ? null : stocktypeid.trim();
}
public String getStockpre() {
return stockpre;
}
public void setStockpre(String stockpre) {
this.stockpre = stockpre == null ? null : stockpre.trim();
}
public String getStockno() {
return stockno;
}
public void setStockno(String stockno) {
this.stockno = stockno == null ? null : stockno.trim();
}
public String getProductid() {
return productid;
}
public void setProductid(String productid) {
this.productid = productid == null ? null : productid.trim();
}
public String getCarrierproductid() {
return carrierproductid;
}
public void setCarrierproductid(String carrierproductid) {
this.carrierproductid = carrierproductid == null ? null : carrierproductid.trim();
}
public String getDelflag() {
return delflag;
}
public void setDelflag(String delflag) {
this.delflag = delflag == null ? null : delflag.trim();
}
public String getPreviousbillid() {
return previousbillid;
}
public void setPreviousbillid(String previousbillid) {
this.previousbillid = previousbillid == null ? null : previousbillid.trim();
}
public String getDomint() {
return domint;
}
public void setDomint(String domint) {
this.domint = domint == null ? null : domint.trim();
}
public String getCustomctl() {
return customctl;
}
public void setCustomctl(String customctl) {
this.customctl = customctl == null ? null : customctl.trim();
}
public String getSpecopeid() {
return specopeid;
}
public void setSpecopeid(String specopeid) {
this.specopeid = specopeid == null ? null : specopeid.trim();
}
public String getSpecopeidext() {
return specopeidext;
}
public void setSpecopeidext(String specopeidext) {
this.specopeidext = specopeidext == null ? null : specopeidext.trim();
}
public String getSairportid() {
return sairportid;
}
public void setSairportid(String sairportid) {
this.sairportid = sairportid == null ? null : sairportid.trim();
}
public String getScityid() {
return scityid;
}
public void setScityid(String scityid) {
this.scityid = scityid == null ? null : scityid.trim();
}
public String getEairportid() {
return eairportid;
}
public void setEairportid(String eairportid) {
this.eairportid = eairportid == null ? null : eairportid.trim();
}
public String getEcityid() {
return ecityid;
}
public void setEcityid(String ecityid) {
this.ecityid = ecityid == null ? null : ecityid.trim();
}
public String getBy1() {
return by1;
}
public void setBy1(String by1) {
this.by1 = by1 == null ? null : by1.trim();
}
public String getDest1() {
return dest1;
}
public void setDest1(String dest1) {
this.dest1 = dest1 == null ? null : dest1.trim();
}
public String getDest1city() {
return dest1city;
}
public void setDest1city(String dest1city) {
this.dest1city = dest1city == null ? null : dest1city.trim();
}
public String getBy2() {
return by2;
}
public void setBy2(String by2) {
this.by2 = by2 == null ? null : by2.trim();
}
public String getDest2() {
return dest2;
}
public void setDest2(String dest2) {
this.dest2 = dest2 == null ? null : dest2.trim();
}
public String getDest2city() {
return dest2city;
}
public void setDest2city(String dest2city) {
this.dest2city = dest2city == null ? null : dest2city.trim();
}
public String getBy3() {
return by3;
}
public void setBy3(String by3) {
this.by3 = by3 == null ? null : by3.trim();
}
public String getDest3() {
return dest3;
}
public void setDest3(String dest3) {
this.dest3 = dest3 == null ? null : dest3.trim();
}
public String getDest3city() {
return dest3city;
}
public void setDest3city(String dest3city) {
this.dest3city = dest3city == null ? null : dest3city.trim();
}
public String getBy4() {
return by4;
}
public void setBy4(String by4) {
this.by4 = by4 == null ? null : by4.trim();
}
public String getDest4() {
return dest4;
}
public void setDest4(String dest4) {
this.dest4 = dest4 == null ? null : dest4.trim();
}
public String getDest4city() {
return dest4city;
}
public void setDest4city(String dest4city) {
this.dest4city = dest4city == null ? null : dest4city.trim();
}
public String getCargono() {
return cargono;
}
public void setCargono(String cargono) {
this.cargono = cargono == null ? null : cargono.trim();
}
public String getCargonm() {
return cargonm;
}
public void setCargonm(String cargonm) {
this.cargonm = cargonm == null ? null : cargonm.trim();
}
public String getPack() {
return pack;
}
public void setPack(String pack) {
this.pack = pack == null ? null : pack.trim();
}
public String getMeas() {
return meas;
}
public void setMeas(String meas) {
this.meas = meas == null ? null : meas.trim();
}
public BigDecimal getPcs() {
return pcs;
}
public void setPcs(BigDecimal pcs) {
this.pcs = pcs;
}
public BigDecimal getWeight() {
return weight;
}
public void setWeight(BigDecimal weight) {
this.weight = weight;
}
public BigDecimal getFeewt() {
return feewt;
}
public void setFeewt(BigDecimal feewt) {
this.feewt = feewt;
}
public BigDecimal getVol() {
return vol;
}
public void setVol(BigDecimal vol) {
this.vol = vol;
}
public String getCtrlopedepartment() {
return ctrlopedepartment;
}
public void setCtrlopedepartment(String ctrlopedepartment) {
this.ctrlopedepartment = ctrlopedepartment == null ? null : ctrlopedepartment.trim();
}
public String getShprname() {
return shprname;
}
public void setShprname(String shprname) {
this.shprname = shprname == null ? null : shprname.trim();
}
public String getShprmobiletype() {
return shprmobiletype;
}
public void setShprmobiletype(String shprmobiletype) {
this.shprmobiletype = shprmobiletype == null ? null : shprmobiletype.trim();
}
public String getShprtel() {
return shprtel;
}
public void setShprtel(String shprtel) {
this.shprtel = shprtel == null ? null : shprtel.trim();
}
public String getShpraddress() {
return shpraddress;
}
public void setShpraddress(String shpraddress) {
this.shpraddress = shpraddress == null ? null : shpraddress.trim();
}
public String getShprcountyr() {
return shprcountyr;
}
public void setShprcountyr(String shprcountyr) {
this.shprcountyr = shprcountyr == null ? null : shprcountyr.trim();
}
public String getShpcomid() {
return shpcomid;
}
public void setShpcomid(String shpcomid) {
this.shpcomid = shpcomid == null ? null : shpcomid.trim();
}
public String getShpaeocode() {
return shpaeocode;
}
public void setShpaeocode(String shpaeocode) {
this.shpaeocode = shpaeocode == null ? null : shpaeocode.trim();
}
public String getShpcustomerid() {
return shpcustomerid;
}
public void setShpcustomerid(String shpcustomerid) {
this.shpcustomerid = shpcustomerid == null ? null : shpcustomerid.trim();
}
public String getCnsnname() {
return cnsnname;
}
public void setCnsnname(String cnsnname) {
this.cnsnname = cnsnname == null ? null : cnsnname.trim();
}
public String getCnsrmobiletype() {
return cnsrmobiletype;
}
public void setCnsrmobiletype(String cnsrmobiletype) {
this.cnsrmobiletype = cnsrmobiletype == null ? null : cnsrmobiletype.trim();
}
public String getCnsntel() {
return cnsntel;
}
public void setCnsntel(String cnsntel) {
this.cnsntel = cnsntel == null ? null : cnsntel.trim();
}
public String getCnsnaddress() {
return cnsnaddress;
}
public void setCnsnaddress(String cnsnaddress) {
this.cnsnaddress = cnsnaddress == null ? null : cnsnaddress.trim();
}
public String getCnscountyr() {
return cnscountyr;
}
public void setCnscountyr(String cnscountyr) {
this.cnscountyr = cnscountyr == null ? null : cnscountyr.trim();
}
public String getCnscomid() {
return cnscomid;
}
public void setCnscomid(String cnscomid) {
this.cnscomid = cnscomid == null ? null : cnscomid.trim();
}
public String getCnsaeocode() {
return cnsaeocode;
}
public void setCnsaeocode(String cnsaeocode) {
this.cnsaeocode = cnsaeocode == null ? null : cnsaeocode.trim();
}
public String getCnsrctcname() {
return cnsrctcname;
}
public void setCnsrctcname(String cnsrctcname) {
this.cnsrctcname = cnsrctcname == null ? null : cnsrctcname.trim();
}
public String getCnsrctctel() {
return cnsrctctel;
}
public void setCnsrctctel(String cnsrctctel) {
this.cnsrctctel = cnsrctctel == null ? null : cnsrctctel.trim();
}
public String getCsgcustomerid() {
return csgcustomerid;
}
public void setCsgcustomerid(String csgcustomerid) {
this.csgcustomerid = csgcustomerid == null ? null : csgcustomerid.trim();
}
public String getCollected() {
return collected;
}
public void setCollected(String collected) {
this.collected = collected == null ? null : collected.trim();
}
public BigDecimal getExchagerate() {
return exchagerate;
}
public void setExchagerate(BigDecimal exchagerate) {
this.exchagerate = exchagerate;
}
public String getComat() {
return comat;
}
public void setComat(String comat) {
this.comat = comat == null ? null : comat.trim();
}
public String getRefrigerated() {
return refrigerated;
}
public void setRefrigerated(String refrigerated) {
this.refrigerated = refrigerated == null ? null : refrigerated.trim();
}
public BigDecimal getForknum() {
return forknum;
}
public void setForknum(BigDecimal forknum) {
this.forknum = forknum;
}
public String getWhshold() {
return whshold;
}
public void setWhshold(String whshold) {
this.whshold = whshold == null ? null : whshold.trim();
}
public String getExpcusttransit() {
return expcusttransit;
}
public void setExpcusttransit(String expcusttransit) {
this.expcusttransit = expcusttransit == null ? null : expcusttransit.trim();
}
public String getImpcusttransit() {
return impcusttransit;
}
public void setImpcusttransit(String impcusttransit) {
this.impcusttransit = impcusttransit == null ? null : impcusttransit.trim();
}
public String getShorttrans() {
return shorttrans;
}
public void setShorttrans(String shorttrans) {
this.shorttrans = shorttrans == null ? null : shorttrans.trim();
}
public String getShorttransbup() {
return shorttransbup;
}
public void setShorttransbup(String shorttransbup) {
this.shorttransbup = shorttransbup == null ? null : shorttransbup.trim();
}
public String getCargoowner() {
return cargoowner;
}
public void setCargoowner(String cargoowner) {
this.cargoowner = cargoowner == null ? null : cargoowner.trim();
}
public Date getChargetime() {
return chargetime;
}
public void setChargetime(Date chargetime) {
this.chargetime = chargetime;
}
public String getIsinstruction() {
return isinstruction;
}
public void setIsinstruction(String isinstruction) {
this.isinstruction = isinstruction == null ? null : isinstruction.trim();
}
public String getNotify() {
return notify;
}
public void setNotify(String notify) {
this.notify = notify == null ? null : notify.trim();
}
public BigDecimal getShippervalue() {
return shippervalue;
}
public void setShippervalue(BigDecimal shippervalue) {
this.shippervalue = shippervalue;
}
public BigDecimal getTrafficvalue() {
return trafficvalue;
}
public void setTrafficvalue(BigDecimal trafficvalue) {
this.trafficvalue = trafficvalue;
}
public BigDecimal getCustomvalue() {
return customvalue;
}
public void setCustomvalue(BigDecimal customvalue) {
this.customvalue = customvalue;
}
public BigDecimal getInsurevalue() {
return insurevalue;
}
public void setInsurevalue(BigDecimal insurevalue) {
this.insurevalue = insurevalue;
}
public String getFileattached() {
return fileattached;
}
public void setFileattached(String fileattached) {
this.fileattached = fileattached == null ? null : fileattached.trim();
}
public String getRatetype() {
return ratetype;
}
public void setRatetype(String ratetype) {
this.ratetype = ratetype == null ? null : ratetype.trim();
}
public String getProcessingmethod() {
return processingmethod;
}
public void setProcessingmethod(String processingmethod) {
this.processingmethod = processingmethod == null ? null : processingmethod.trim();
}
public String getHandlingcircs() {
return handlingcircs;
}
public void setHandlingcircs(String handlingcircs) {
this.handlingcircs = handlingcircs == null ? null : handlingcircs.trim();
}
public String getReservedtonnage() {
return reservedtonnage;
}
public void setReservedtonnage(String reservedtonnage) {
this.reservedtonnage = reservedtonnage == null ? null : reservedtonnage.trim();
}
public BigDecimal getCarriage() {
return carriage;
}
public void setCarriage(BigDecimal carriage) {
this.carriage = carriage;
}
public BigDecimal getRate() {
return rate;
}
public void setRate(BigDecimal rate) {
this.rate = rate;
}
public String getCrtoper() {
return crtoper;
}
public void setCrtoper(String crtoper) {
this.crtoper = crtoper == null ? null : crtoper.trim();
}
public String getWtunit() {
return wtunit;
}
public void setWtunit(String wtunit) {
this.wtunit = wtunit == null ? null : wtunit.trim();
}
public BigDecimal getOriginalwt() {
return originalwt;
}
public void setOriginalwt(BigDecimal originalwt) {
this.originalwt = originalwt;
}
public BigDecimal getOriginalfeewt() {
return originalfeewt;
}
public void setOriginalfeewt(BigDecimal originalfeewt) {
this.originalfeewt = originalfeewt;
}
public String getVolunit() {
return volunit;
}
public void setVolunit(String volunit) {
this.volunit = volunit == null ? null : volunit.trim();
}
public String getCurrencyid() {
return currencyid;
}
public void setCurrencyid(String currencyid) {
this.currencyid = currencyid == null ? null : currencyid.trim();
}
public BigDecimal getOriginalvol() {
return originalvol;
}
public void setOriginalvol(BigDecimal originalvol) {
this.originalvol = originalvol;
}
public Date getCrtopetime() {
return crtopetime;
}
public void setCrtopetime(Date crtopetime) {
this.crtopetime = crtopetime;
}
public String getDlvpriority() {
return dlvpriority;
}
public void setDlvpriority(String dlvpriority) {
this.dlvpriority = dlvpriority == null ? null : dlvpriority.trim();
}
public String getChked() {
return chked;
}
public void setChked(String chked) {
this.chked = chked == null ? null : chked.trim();
}
public Short getLabelnum() {
return labelnum;
}
public void setLabelnum(Short labelnum) {
this.labelnum = labelnum;
}
public String getShpcustomer() {
return shpcustomer;
}
public void setShpcustomer(String shpcustomer) {
this.shpcustomer = shpcustomer == null ? null : shpcustomer.trim();
}
public String getCrtagent() {
return crtagent;
}
public void setCrtagent(String crtagent) {
this.crtagent = crtagent == null ? null : crtagent.trim();
}
public Date getCrtdate() {
return crtdate;
}
public void setCrtdate(Date crtdate) {
this.crtdate = crtdate;
}
public BigDecimal getExtraweight() {
return extraweight;
}
public void setExtraweight(BigDecimal extraweight) {
this.extraweight = extraweight;
}
public String getStoreremark() {
return storeremark;
}
public void setStoreremark(String storeremark) {
this.storeremark = storeremark == null ? null : storeremark.trim();
}
public String getBalanceremark() {
return balanceremark;
}
public void setBalanceremark(String balanceremark) {
this.balanceremark = balanceremark == null ? null : balanceremark.trim();
}
public String getFilechked() {
return filechked;
}
public void setFilechked(String filechked) {
this.filechked = filechked == null ? null : filechked.trim();
}
public String getIscarbalance() {
return iscarbalance;
}
public void setIscarbalance(String iscarbalance) {
this.iscarbalance = iscarbalance == null ? null : iscarbalance.trim();
}
public String getCnsnidcard() {
return cnsnidcard;
}
public void setCnsnidcard(String cnsnidcard) {
this.cnsnidcard = cnsnidcard == null ? null : cnsnidcard.trim();
}
public String getCiqcheck() {
return ciqcheck;
}
public void setCiqcheck(String ciqcheck) {
this.ciqcheck = ciqcheck == null ? null : ciqcheck.trim();
}
public String getTmpbillno() {
return tmpbillno;
}
public void setTmpbillno(String tmpbillno) {
this.tmpbillno = tmpbillno == null ? null : tmpbillno.trim();
}
public String getSubbillid() {
return subbillid;
}
public void setSubbillid(String subbillid) {
this.subbillid = subbillid == null ? null : subbillid.trim();
}
public String getIstrans() {
return istrans;
}
public void setIstrans(String istrans) {
this.istrans = istrans == null ? null : istrans.trim();
}
public String getSplittag() {
return splittag;
}
public void setSplittag(String splittag) {
this.splittag = splittag == null ? null : splittag.trim();
}
public String getCustomstrans() {
return customstrans;
}
public void setCustomstrans(String customstrans) {
this.customstrans = customstrans == null ? null : customstrans.trim();
}
public String getEndoper() {
return endoper;
}
public void setEndoper(String endoper) {
this.endoper = endoper == null ? null : endoper.trim();
}
public Date getEndopetime() {
return endopetime;
}
public void setEndopetime(Date endopetime) {
this.endopetime = endopetime;
}
public String getConfirmoper() {
return confirmoper;
}
public void setConfirmoper(String confirmoper) {
this.confirmoper = confirmoper == null ? null : confirmoper.trim();
}
public Date getConfirmopetime() {
return confirmopetime;
}
public void setConfirmopetime(Date confirmopetime) {
this.confirmopetime = confirmopetime;
}
public String getCsgcustomer() {
return csgcustomer;
}
public void setCsgcustomer(String csgcustomer) {
this.csgcustomer = csgcustomer == null ? null : csgcustomer.trim();
}
public String getRelationbillid() {
return relationbillid;
}
public void setRelationbillid(String relationbillid) {
this.relationbillid = relationbillid == null ? null : relationbillid.trim();
}
public String getCustomsCountry() {
return customsCountry;
}
public void setCustomsCountry(String customsCountry) {
this.customsCountry = customsCountry == null ? null : customsCountry.trim();
}
public String getCustomsCity() {
return customsCity;
}
public void setCustomsCity(String customsCity) {
this.customsCity = customsCity == null ? null : customsCity.trim();
}
public String getCustomsRemark() {
return customsRemark;
}
public void setCustomsRemark(String customsRemark) {
this.customsRemark = customsRemark == null ? null : customsRemark.trim();
}
public String getCargosource() {
return cargosource;
}
public void setCargosource(String cargosource) {
this.cargosource = cargosource == null ? null : cargosource.trim();
}
public String getCargonmch() {
return cargonmch;
}
public void setCargonmch(String cargonmch) {
this.cargonmch = cargonmch == null ? null : cargonmch.trim();
}
public String getIsdgr() {
return isdgr;
}
public void setIsdgr(String isdgr) {
this.isdgr = isdgr == null ? null : isdgr.trim();
}
public BigDecimal getPercent() {
return percent;
}
public void setPercent(BigDecimal percent) {
this.percent = percent;
}
public String getAwbtype() {
return awbtype;
}
public void setAwbtype(String awbtype) {
this.awbtype = awbtype == null ? null : awbtype.trim();
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public String getPaymodel() {
return paymodel;
}
public void setPaymodel(String paymodel) {
this.paymodel = paymodel == null ? null : paymodel.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public Date getOptime() {
return optime;
}
public void setOptime(Date optime) {
this.optime = optime;
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
public class CONFIG_AIRSTATION_CUSTOMCODE {
private String airstationname;
private String customcode;
public String getAirstationname() {
return airstationname;
}
public void setAirstationname(String airstationname) {
this.airstationname = airstationname == null ? null : airstationname.trim();
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
public class CONFIG_USER_CARRIER {
private Integer userid;
private String carriercode;
public Integer getUserid() {
return userid;
}
public void setUserid(Integer userid) {
this.userid = userid;
}
public String getCarriercode() {
return carriercode;
}
public void setCarriercode(String carriercode) {
this.carriercode = carriercode == null ? null : carriercode.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
public class CONFIG_USER_CUSTOMCODE {
private Integer userid;
private String customcode;
public Integer getUserid() {
return userid;
}
public void setUserid(Integer userid) {
this.userid = userid;
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
public class CONFIG_USER_EnterpriseCode {
private Integer userid;
private String enterprisecode;
public Integer getUserid() {
return userid;
}
public void setUserid(Integer userid) {
this.userid = userid;
}
public String getEnterprisecode() {
return enterprisecode;
}
public void setEnterprisecode(String enterprisecode) {
this.enterprisecode = enterprisecode == null ? null : enterprisecode.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_CUSTOM_MT1201 {
private String uuid;
private String awba;
private String awbh;
private String customcode;
private String goodsname;
private Date actime;
private String carrier;
private String flightno;
private Date flightdate;
private String originstation;
private String destinationstation;
private Integer piece;
private Long weight;
private String splitcode;
private String status;
private Boolean isdelete;
private String uldtype;
private String uldno;
private String planeno;
private String opeuserid;
private String ext5;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
public String getAwba() {
return awba;
}
public void setAwba(String awba) {
this.awba = awba == null ? null : awba.trim();
}
public String getAwbh() {
return awbh;
}
public void setAwbh(String awbh) {
this.awbh = awbh == null ? null : awbh.trim();
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public String getGoodsname() {
return goodsname;
}
public void setGoodsname(String goodsname) {
this.goodsname = goodsname == null ? null : goodsname.trim();
}
public Date getActime() {
return actime;
}
public void setActime(Date actime) {
this.actime = actime;
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier == null ? null : carrier.trim();
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getOriginstation() {
return originstation;
}
public void setOriginstation(String originstation) {
this.originstation = originstation == null ? null : originstation.trim();
}
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation == null ? null : destinationstation.trim();
}
public Integer getPiece() {
return piece;
}
public void setPiece(Integer piece) {
this.piece = piece;
}
public Long getWeight() {
return weight;
}
public void setWeight(Long weight) {
this.weight = weight;
}
public String getSplitcode() {
return splitcode;
}
public void setSplitcode(String splitcode) {
this.splitcode = splitcode == null ? null : splitcode.trim();
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public String getUldtype() {
return uldtype;
}
public void setUldtype(String uldtype) {
this.uldtype = uldtype == null ? null : uldtype.trim();
}
public String getUldno() {
return uldno;
}
public void setUldno(String uldno) {
this.uldno = uldno == null ? null : uldno.trim();
}
public String getPlaneno() {
return planeno;
}
public void setPlaneno(String planeno) {
this.planeno = planeno == null ? null : planeno.trim();
}
public String getOpeuserid() {
return opeuserid;
}
public void setOpeuserid(String opeuserid) {
this.opeuserid = opeuserid == null ? null : opeuserid.trim();
}
public String getExt5() {
return ext5;
}
public void setExt5(String ext5) {
this.ext5 = ext5 == null ? null : ext5.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_CUSTOM_MT2201 {
private String uuid;
private String awba;
private String awbh;
private String customcode;
private String goodsname;
private Date actime;
private String carrier;
private String flightno;
private Date flightdate;
private String originstation;
private String destinationstation;
private Integer piece;
private Long weight;
private String splitcode;
private String status;
private String offload;
private String offloaduuid;
private Boolean isdelete;
private String customtype;
private String ext2;
private String ext3;
private String ext4;
private String ext5;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
public String getAwba() {
return awba;
}
public void setAwba(String awba) {
this.awba = awba == null ? null : awba.trim();
}
public String getAwbh() {
return awbh;
}
public void setAwbh(String awbh) {
this.awbh = awbh == null ? null : awbh.trim();
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public String getGoodsname() {
return goodsname;
}
public void setGoodsname(String goodsname) {
this.goodsname = goodsname == null ? null : goodsname.trim();
}
public Date getActime() {
return actime;
}
public void setActime(Date actime) {
this.actime = actime;
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier == null ? null : carrier.trim();
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getOriginstation() {
return originstation;
}
public void setOriginstation(String originstation) {
this.originstation = originstation == null ? null : originstation.trim();
}
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation == null ? null : destinationstation.trim();
}
public Integer getPiece() {
return piece;
}
public void setPiece(Integer piece) {
this.piece = piece;
}
public Long getWeight() {
return weight;
}
public void setWeight(Long weight) {
this.weight = weight;
}
public String getSplitcode() {
return splitcode;
}
public void setSplitcode(String splitcode) {
this.splitcode = splitcode == null ? null : splitcode.trim();
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public String getOffload() {
return offload;
}
public void setOffload(String offload) {
this.offload = offload == null ? null : offload.trim();
}
public String getOffloaduuid() {
return offloaduuid;
}
public void setOffloaduuid(String offloaduuid) {
this.offloaduuid = offloaduuid == null ? null : offloaduuid.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public String getCustomtype() {
return customtype;
}
public void setCustomtype(String customtype) {
this.customtype = customtype == null ? null : customtype.trim();
}
public String getExt2() {
return ext2;
}
public void setExt2(String ext2) {
this.ext2 = ext2 == null ? null : ext2.trim();
}
public String getExt3() {
return ext3;
}
public void setExt3(String ext3) {
this.ext3 = ext3 == null ? null : ext3.trim();
}
public String getExt4() {
return ext4;
}
public void setExt4(String ext4) {
this.ext4 = ext4 == null ? null : ext4.trim();
}
public String getExt5() {
return ext5;
}
public void setExt5(String ext5) {
this.ext5 = ext5 == null ? null : ext5.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_CUSTOM_MT3201 {
private String uuid;
private String awba;
private String awbh;
private String carrier;
private String flightno;
private Date flightdate;
private String originstation;
private String destinationstation;
private Integer piece;
private Long weight;
private Date arrivetime;
private String customcode;
private String goodsname;
private Date actime;
private String status;
private Boolean isdelete;
private String ext1;
private String ext2;
private String ext3;
private String ext4;
private String ext5;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
public String getAwba() {
return awba;
}
public void setAwba(String awba) {
this.awba = awba == null ? null : awba.trim();
}
public String getAwbh() {
return awbh;
}
public void setAwbh(String awbh) {
this.awbh = awbh == null ? null : awbh.trim();
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier == null ? null : carrier.trim();
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getOriginstation() {
return originstation;
}
public void setOriginstation(String originstation) {
this.originstation = originstation == null ? null : originstation.trim();
}
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation == null ? null : destinationstation.trim();
}
public Integer getPiece() {
return piece;
}
public void setPiece(Integer piece) {
this.piece = piece;
}
public Long getWeight() {
return weight;
}
public void setWeight(Long weight) {
this.weight = weight;
}
public Date getArrivetime() {
return arrivetime;
}
public void setArrivetime(Date arrivetime) {
this.arrivetime = arrivetime;
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public String getGoodsname() {
return goodsname;
}
public void setGoodsname(String goodsname) {
this.goodsname = goodsname == null ? null : goodsname.trim();
}
public Date getActime() {
return actime;
}
public void setActime(Date actime) {
this.actime = actime;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public String getExt1() {
return ext1;
}
public void setExt1(String ext1) {
this.ext1 = ext1 == null ? null : ext1.trim();
}
public String getExt2() {
return ext2;
}
public void setExt2(String ext2) {
this.ext2 = ext2 == null ? null : ext2.trim();
}
public String getExt3() {
return ext3;
}
public void setExt3(String ext3) {
this.ext3 = ext3 == null ? null : ext3.trim();
}
public String getExt4() {
return ext4;
}
public void setExt4(String ext4) {
this.ext4 = ext4 == null ? null : ext4.trim();
}
public String getExt5() {
return ext5;
}
public void setExt5(String ext5) {
this.ext5 = ext5 == null ? null : ext5.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_CUSTOM_MT4201 {
private String uuid;
private String carrier;
private String flightno;
private Date flightdate;
private String originstation;
private String destinationstation;
private String awba;
private String awbh;
private Integer lodingpiece;
private Long lodingweight;
private String customcode;
private String goodsname;
private Date actime;
private Date loadingtime;
private String specialgoods;
private String status;
private Boolean isdelete;
private String ext1;
private String ext2;
private String ext3;
private String ext4;
private String ext5;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier == null ? null : carrier.trim();
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getOriginstation() {
return originstation;
}
public void setOriginstation(String originstation) {
this.originstation = originstation == null ? null : originstation.trim();
}
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation == null ? null : destinationstation.trim();
}
public String getAwba() {
return awba;
}
public void setAwba(String awba) {
this.awba = awba == null ? null : awba.trim();
}
public String getAwbh() {
return awbh;
}
public void setAwbh(String awbh) {
this.awbh = awbh == null ? null : awbh.trim();
}
public Integer getLodingpiece() {
return lodingpiece;
}
public void setLodingpiece(Integer lodingpiece) {
this.lodingpiece = lodingpiece;
}
public Long getLodingweight() {
return lodingweight;
}
public void setLodingweight(Long lodingweight) {
this.lodingweight = lodingweight;
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public String getGoodsname() {
return goodsname;
}
public void setGoodsname(String goodsname) {
this.goodsname = goodsname == null ? null : goodsname.trim();
}
public Date getActime() {
return actime;
}
public void setActime(Date actime) {
this.actime = actime;
}
public Date getLoadingtime() {
return loadingtime;
}
public void setLoadingtime(Date loadingtime) {
this.loadingtime = loadingtime;
}
public String getSpecialgoods() {
return specialgoods;
}
public void setSpecialgoods(String specialgoods) {
this.specialgoods = specialgoods == null ? null : specialgoods.trim();
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public String getExt1() {
return ext1;
}
public void setExt1(String ext1) {
this.ext1 = ext1 == null ? null : ext1.trim();
}
public String getExt2() {
return ext2;
}
public void setExt2(String ext2) {
this.ext2 = ext2 == null ? null : ext2.trim();
}
public String getExt3() {
return ext3;
}
public void setExt3(String ext3) {
this.ext3 = ext3 == null ? null : ext3.trim();
}
public String getExt4() {
return ext4;
}
public void setExt4(String ext4) {
this.ext4 = ext4 == null ? null : ext4.trim();
}
public String getExt5() {
return ext5;
}
public void setExt5(String ext5) {
this.ext5 = ext5 == null ? null : ext5.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_CUSTOM_MT520X {
private String uuid;
private String awba;
private String awbh;
private String carrier;
private String flightno;
private Date flightdate;
private String originstation;
private String destinationstation;
private Integer piece;
private Long weight;
private Date starttime;
private Date endtime;
private String customcode;
private String goodsname;
private Date actime;
private String rcfdep;
private String status;
private Boolean isdelete;
private String ext1;
private String ext2;
private String ext3;
private String ext4;
private String ext5;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
public String getAwba() {
return awba;
}
public void setAwba(String awba) {
this.awba = awba == null ? null : awba.trim();
}
public String getAwbh() {
return awbh;
}
public void setAwbh(String awbh) {
this.awbh = awbh == null ? null : awbh.trim();
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier == null ? null : carrier.trim();
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getOriginstation() {
return originstation;
}
public void setOriginstation(String originstation) {
this.originstation = originstation == null ? null : originstation.trim();
}
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation == null ? null : destinationstation.trim();
}
public Integer getPiece() {
return piece;
}
public void setPiece(Integer piece) {
this.piece = piece;
}
public Long getWeight() {
return weight;
}
public void setWeight(Long weight) {
this.weight = weight;
}
public Date getStarttime() {
return starttime;
}
public void setStarttime(Date starttime) {
this.starttime = starttime;
}
public Date getEndtime() {
return endtime;
}
public void setEndtime(Date endtime) {
this.endtime = endtime;
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public String getGoodsname() {
return goodsname;
}
public void setGoodsname(String goodsname) {
this.goodsname = goodsname == null ? null : goodsname.trim();
}
public Date getActime() {
return actime;
}
public void setActime(Date actime) {
this.actime = actime;
}
public String getRcfdep() {
return rcfdep;
}
public void setRcfdep(String rcfdep) {
this.rcfdep = rcfdep == null ? null : rcfdep.trim();
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public String getExt1() {
return ext1;
}
public void setExt1(String ext1) {
this.ext1 = ext1 == null ? null : ext1.trim();
}
public String getExt2() {
return ext2;
}
public void setExt2(String ext2) {
this.ext2 = ext2 == null ? null : ext2.trim();
}
public String getExt3() {
return ext3;
}
public void setExt3(String ext3) {
this.ext3 = ext3 == null ? null : ext3.trim();
}
public String getExt4() {
return ext4;
}
public void setExt4(String ext4) {
this.ext4 = ext4 == null ? null : ext4.trim();
}
public String getExt5() {
return ext5;
}
public void setExt5(String ext5) {
this.ext5 = ext5 == null ? null : ext5.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
public class NMMS_CUSTOM_MT8205 {
private String uuid;
private String uuid1201;
private String uuid2201;
private Integer transpiece;
private Long transweight;
private String goodsname;
private String goodspackage;
private String status;
private String awboriginstation;
private String awbdesstation;
private String customcode;
private Boolean isdelete;
private String ext1;
private String ext2;
private String ext3;
private String ext4;
private String ext5;
public String getUuid() {
return uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid == null ? null : uuid.trim();
}
public String getUuid1201() {
return uuid1201;
}
public void setUuid1201(String uuid1201) {
this.uuid1201 = uuid1201 == null ? null : uuid1201.trim();
}
public String getUuid2201() {
return uuid2201;
}
public void setUuid2201(String uuid2201) {
this.uuid2201 = uuid2201 == null ? null : uuid2201.trim();
}
public Integer getTranspiece() {
return transpiece;
}
public void setTranspiece(Integer transpiece) {
this.transpiece = transpiece;
}
public Long getTransweight() {
return transweight;
}
public void setTransweight(Long transweight) {
this.transweight = transweight;
}
public String getGoodsname() {
return goodsname;
}
public void setGoodsname(String goodsname) {
this.goodsname = goodsname == null ? null : goodsname.trim();
}
public String getGoodspackage() {
return goodspackage;
}
public void setGoodspackage(String goodspackage) {
this.goodspackage = goodspackage == null ? null : goodspackage.trim();
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status == null ? null : status.trim();
}
public String getAwboriginstation() {
return awboriginstation;
}
public void setAwboriginstation(String awboriginstation) {
this.awboriginstation = awboriginstation == null ? null : awboriginstation.trim();
}
public String getAwbdesstation() {
return awbdesstation;
}
public void setAwbdesstation(String awbdesstation) {
this.awbdesstation = awbdesstation == null ? null : awbdesstation.trim();
}
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public Boolean getIsdelete() {
return isdelete;
}
public void setIsdelete(Boolean isdelete) {
this.isdelete = isdelete;
}
public String getExt1() {
return ext1;
}
public void setExt1(String ext1) {
this.ext1 = ext1 == null ? null : ext1.trim();
}
public String getExt2() {
return ext2;
}
public void setExt2(String ext2) {
this.ext2 = ext2 == null ? null : ext2.trim();
}
public String getExt3() {
return ext3;
}
public void setExt3(String ext3) {
this.ext3 = ext3 == null ? null : ext3.trim();
}
public String getExt4() {
return ext4;
}
public void setExt4(String ext4) {
this.ext4 = ext4 == null ? null : ext4.trim();
}
public String getExt5() {
return ext5;
}
public void setExt5(String ext5) {
this.ext5 = ext5 == null ? null : ext5.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_CUSTOM_RESPONSE {
private String id;
private Date flightdate;
private String flightno;
private String carrier;
private String awbano;
private String awbhno;
private String bustype;
private Date busdate;
private Long busweight;
private Integer buspiece;
private String opertype;
private String cusmsgid;
private String cussenderid;
private String cusreciverid;
private String cusversion;
private String cusfunctioncode;
private Date cusresrcvtime;
private Date cusressendtime;
private String cusrescode;
private String cusresstatus;
private String operusername;
private String opersystemname;
private String cusrestext;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id == null ? null : id.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public String getCarrier() {
return carrier;
}
public void setCarrier(String carrier) {
this.carrier = carrier == null ? null : carrier.trim();
}
public String getAwbano() {
return awbano;
}
public void setAwbano(String awbano) {
this.awbano = awbano == null ? null : awbano.trim();
}
public String getAwbhno() {
return awbhno;
}
public void setAwbhno(String awbhno) {
this.awbhno = awbhno == null ? null : awbhno.trim();
}
public String getBustype() {
return bustype;
}
public void setBustype(String bustype) {
this.bustype = bustype == null ? null : bustype.trim();
}
public Date getBusdate() {
return busdate;
}
public void setBusdate(Date busdate) {
this.busdate = busdate;
}
public Long getBusweight() {
return busweight;
}
public void setBusweight(Long busweight) {
this.busweight = busweight;
}
public Integer getBuspiece() {
return buspiece;
}
public void setBuspiece(Integer buspiece) {
this.buspiece = buspiece;
}
public String getOpertype() {
return opertype;
}
public void setOpertype(String opertype) {
this.opertype = opertype == null ? null : opertype.trim();
}
public String getCusmsgid() {
return cusmsgid;
}
public void setCusmsgid(String cusmsgid) {
this.cusmsgid = cusmsgid == null ? null : cusmsgid.trim();
}
public String getCussenderid() {
return cussenderid;
}
public void setCussenderid(String cussenderid) {
this.cussenderid = cussenderid == null ? null : cussenderid.trim();
}
public String getCusreciverid() {
return cusreciverid;
}
public void setCusreciverid(String cusreciverid) {
this.cusreciverid = cusreciverid == null ? null : cusreciverid.trim();
}
public String getCusversion() {
return cusversion;
}
public void setCusversion(String cusversion) {
this.cusversion = cusversion == null ? null : cusversion.trim();
}
public String getCusfunctioncode() {
return cusfunctioncode;
}
public void setCusfunctioncode(String cusfunctioncode) {
this.cusfunctioncode = cusfunctioncode == null ? null : cusfunctioncode.trim();
}
public Date getCusresrcvtime() {
return cusresrcvtime;
}
public void setCusresrcvtime(Date cusresrcvtime) {
this.cusresrcvtime = cusresrcvtime;
}
public Date getCusressendtime() {
return cusressendtime;
}
public void setCusressendtime(Date cusressendtime) {
this.cusressendtime = cusressendtime;
}
public String getCusrescode() {
return cusrescode;
}
public void setCusrescode(String cusrescode) {
this.cusrescode = cusrescode == null ? null : cusrescode.trim();
}
public String getCusresstatus() {
return cusresstatus;
}
public void setCusresstatus(String cusresstatus) {
this.cusresstatus = cusresstatus == null ? null : cusresstatus.trim();
}
public String getOperusername() {
return operusername;
}
public void setOperusername(String operusername) {
this.operusername = operusername == null ? null : operusername.trim();
}
public String getOpersystemname() {
return opersystemname;
}
public void setOpersystemname(String opersystemname) {
this.opersystemname = opersystemname == null ? null : opersystemname.trim();
}
public String getCusrestext() {
return cusrestext;
}
public void setCusrestext(String cusrestext) {
this.cusrestext = cusrestext == null ? null : cusrestext.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.util.Date;
public class NMMS_FFM_INFO {
private String autoid;
private Date createdate;
private String flightno;
private Date flightdate;
private String waybillnomaster;
private String originatingstation;
private String destinationstation;
private String manifesttotalpiece;
private String manifesttotalweight;
private String productname;
private String specialgoodscode;
private String customscode;
private String customsstatus;
private String isbatch;
private String pallet;
private String pallettype;
private String palletno;
private String reportorder;
private String islast;
private String originatingstationBill;
private String destinationstationBill;
private String totalpiece;
private String dealstatus;
public String getAutoid() {
return autoid;
}
public void setAutoid(String autoid) {
this.autoid = autoid == null ? null : autoid.trim();
}
public Date getCreatedate() {
return createdate;
}
public void setCreatedate(Date createdate) {
this.createdate = createdate;
}
public String getFlightno() {
return flightno;
}
public void setFlightno(String flightno) {
this.flightno = flightno == null ? null : flightno.trim();
}
public Date getFlightdate() {
return flightdate;
}
public void setFlightdate(Date flightdate) {
this.flightdate = flightdate;
}
public String getWaybillnomaster() {
return waybillnomaster;
}
public void setWaybillnomaster(String waybillnomaster) {
this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim();
}
public String getOriginatingstation() {
return originatingstation;
}
public void setOriginatingstation(String originatingstation) {
this.originatingstation = originatingstation == null ? null : originatingstation.trim();
}
public String getDestinationstation() {
return destinationstation;
}
public void setDestinationstation(String destinationstation) {
this.destinationstation = destinationstation == null ? null : destinationstation.trim();
}
public String getManifesttotalpiece() {
return manifesttotalpiece;
}
public void setManifesttotalpiece(String manifesttotalpiece) {
this.manifesttotalpiece = manifesttotalpiece == null ? null : manifesttotalpiece.trim();
}
public String getManifesttotalweight() {
return manifesttotalweight;
}
public void setManifesttotalweight(String manifesttotalweight) {
this.manifesttotalweight = manifesttotalweight == null ? null : manifesttotalweight.trim();
}
public String getProductname() {
return productname;
}
public void setProductname(String productname) {
this.productname = productname == null ? null : productname.trim();
}
public String getSpecialgoodscode() {
return specialgoodscode;
}
public void setSpecialgoodscode(String specialgoodscode) {
this.specialgoodscode = specialgoodscode == null ? null : specialgoodscode.trim();
}
public String getCustomscode() {
return customscode;
}
public void setCustomscode(String customscode) {
this.customscode = customscode == null ? null : customscode.trim();
}
public String getCustomsstatus() {
return customsstatus;
}
public void setCustomsstatus(String customsstatus) {
this.customsstatus = customsstatus == null ? null : customsstatus.trim();
}
public String getIsbatch() {
return isbatch;
}
public void setIsbatch(String isbatch) {
this.isbatch = isbatch == null ? null : isbatch.trim();
}
public String getPallet() {
return pallet;
}
public void setPallet(String pallet) {
this.pallet = pallet == null ? null : pallet.trim();
}
public String getPallettype() {
return pallettype;
}
public void setPallettype(String pallettype) {
this.pallettype = pallettype == null ? null : pallettype.trim();
}
public String getPalletno() {
return palletno;
}
public void setPalletno(String palletno) {
this.palletno = palletno == null ? null : palletno.trim();
}
public String getReportorder() {
return reportorder;
}
public void setReportorder(String reportorder) {
this.reportorder = reportorder == null ? null : reportorder.trim();
}
public String getIslast() {
return islast;
}
public void setIslast(String islast) {
this.islast = islast == null ? null : islast.trim();
}
public String getOriginatingstationBill() {
return originatingstationBill;
}
public void setOriginatingstationBill(String originatingstationBill) {
this.originatingstationBill = originatingstationBill == null ? null : originatingstationBill.trim();
}
public String getDestinationstationBill() {
return destinationstationBill;
}
public void setDestinationstationBill(String destinationstationBill) {
this.destinationstationBill = destinationstationBill == null ? null : destinationstationBill.trim();
}
public String getTotalpiece() {
return totalpiece;
}
public void setTotalpiece(String totalpiece) {
this.totalpiece = totalpiece == null ? null : totalpiece.trim();
}
public String getDealstatus() {
return dealstatus;
}
public void setDealstatus(String dealstatus) {
this.dealstatus = dealstatus == null ? null : dealstatus.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
public class STATIC_CUSTOMCODE_CUSTOMNAME {
private String customcode;
private String customname;
public String getCustomcode() {
return customcode;
}
public void setCustomcode(String customcode) {
this.customcode = customcode == null ? null : customcode.trim();
}
public String getCustomname() {
return customname;
}
public void setCustomname(String customname) {
this.customname = customname == null ? null : customname.trim();
}
}
\ No newline at end of file
... ...
package com.sunyo.wlpt.base.model;
import java.math.BigDecimal;
import java.util.Date;
public class STATIC_CUSTOM_RESPONSE_BASE {
private String responsecode;
private String responsetext;
private String typeremark;
private String type;
private BigDecimal sortnum;
private Date operationtime;
public String getResponsecode() {
return responsecode;
}
public void setResponsecode(String responsecode) {
this.responsecode = responsecode == null ? null : responsecode.trim();
}
public String getResponsetext() {
return responsetext;
}
public void setResponsetext(String responsetext) {
this.responsetext = responsetext == null ? null : responsetext.trim();
}
public String getTyperemark() {
return typeremark;
}
public void setTyperemark(String typeremark) {
this.typeremark = typeremark == null ? null : typeremark.trim();
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type == null ? null : type.trim();
}
public BigDecimal getSortnum() {
return sortnum;
}
public void setSortnum(BigDecimal sortnum) {
this.sortnum = sortnum;
}
public Date getOperationtime() {
return operationtime;
}
public void setOperationtime(Date operationtime) {
this.operationtime = operationtime;
}
}
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE generatorConfiguration
PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN"
"http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
<generatorConfiguration>
<!-- 数据库驱动:选择你的本地硬盘上面的数据库驱动包-->
<classPathEntry location="/Users/mrz/Downloads/mybatis-generator-core-1.3.2/lib/mysql-connector-java-5.1.25-bin.jar"/>
<!--<classPathEntry location="/Users/mrz/Documents/maven/ojdbc6.jar"/>-->
<context id="DB2Tables" targetRuntime="MyBatis3">
<commentGenerator>
<property name="suppressDate" value="true"/>
<!-- 是否去除自动生成的注释 true:是 : false:否 -->
<property name="suppressAllComments" value="true"/>
</commentGenerator>
<!--数据库链接URL,用户名、密码 -->
<jdbcConnection driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://118.31.66.166:3306/WLPT_NMMS"
userId="110"
password="QAHqCJf2kFYCLirM">
</jdbcConnection>
<!--<jdbcConnection driverClass="oracle.jdbc.driver.OracleDriver"-->
<!--connectionURL="jdbc:oracle:thin:@10.50.3.68:1521:CGODW"-->
<!--userId="CGOETL"-->
<!--password="1q2w3e4r">-->
<!--</jdbcConnection>-->
<!-- 默认false,把JDBC DECIMAL 和 NUMERIC 类型解析为 Integer,为 true时把JDBC DECIMAL 和
NUMERIC 类型解析为java.math.BigDecimal -->
<!--<javaTypeResolver>-->
<!--<property name="forceBigDecimals" value="true" />-->
<!--</javaTypeResolver>-->
<javaTypeResolver>
<property name="forceBigDecimals" value="false"/>
</javaTypeResolver>
<!-- 生成模型的包名和位置-->
<javaModelGenerator targetPackage="com.sunyo.wlpt.base.model" targetProject="src/main/java">
<property name="enableSubPackages" value="true"/>
<property name="trimStrings" value="true"/>
</javaModelGenerator>
<!-- 生成映射文件的包名和位置-->
<sqlMapGenerator targetPackage="mapping" targetProject="src/main/resources">
<property name="enableSubPackages" value="true"/>
</sqlMapGenerator>
<!-- 生成DAO的包名和位置-->
<javaClientGenerator type="XMLMAPPER" targetPackage="com.sunyo.wlpt.base.dao" targetProject="src/main/java">
<property name="enableSubPackages" value="true"/>
</javaClientGenerator>
<!-- 要生成的表 tableName是数据库中的表名或视图名 domainObjectName是实体类名-->
<table tableName="CUSTOM_MT1201" domainObjectName="NMMS_CUSTOM_MT1201" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CUSTOM_MT2201" domainObjectName="NMMS_CUSTOM_MT2201" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CUSTOM_MT3201" domainObjectName="NMMS_CUSTOM_MT3201" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CUSTOM_MT4201" domainObjectName="NMMS_CUSTOM_MT4201" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CUSTOM_MT520X" domainObjectName="NMMS_CUSTOM_MT520X" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CUSTOM_MT8205" domainObjectName="NMMS_CUSTOM_MT8205" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="FFM_INFO" domainObjectName="NMMS_FFM_INFO" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CONFIG_AIRSTATION_CUSTOMCODE" domainObjectName="CONFIG_AIRSTATION_CUSTOMCODE" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CONFIG_USER_CARRIER" domainObjectName="CONFIG_USER_CARRIER" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CONFIG_USER_CUSTOMCODE" domainObjectName="CONFIG_USER_CUSTOMCODE" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CONFIG_USER_CUSTOMCODE" domainObjectName="CONFIG_USER_CUSTOMCODE" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="CONFIG_USER_EnterpriseCode" domainObjectName="CONFIG_USER_EnterpriseCode" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="STATIC_CUSTOM_RESPONSE_BASE" domainObjectName="STATIC_CUSTOM_RESPONSE_BASE" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
<table tableName="STATIC_CUSTOMCODE_CUSTOMNAME" domainObjectName="STATIC_CUSTOMCODE_CUSTOMNAME" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
</context>
</generatorConfiguration>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.AWB_AWBINFOMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.AWB_AWBINFO" >
<id column="BILLID" property="billid" jdbcType="VARCHAR" />
<result column="STOCKTYPEID" property="stocktypeid" jdbcType="VARCHAR" />
<result column="STOCKPRE" property="stockpre" jdbcType="VARCHAR" />
<result column="STOCKNO" property="stockno" jdbcType="VARCHAR" />
<result column="PRODUCTID" property="productid" jdbcType="VARCHAR" />
<result column="CARRIERPRODUCTID" property="carrierproductid" jdbcType="VARCHAR" />
<result column="DELFLAG" property="delflag" jdbcType="VARCHAR" />
<result column="PREVIOUSBILLID" property="previousbillid" jdbcType="VARCHAR" />
<result column="DOMINT" property="domint" jdbcType="VARCHAR" />
<result column="CUSTOMCTL" property="customctl" jdbcType="VARCHAR" />
<result column="SPECOPEID" property="specopeid" jdbcType="VARCHAR" />
<result column="SPECOPEIDEXT" property="specopeidext" jdbcType="VARCHAR" />
<result column="SAIRPORTID" property="sairportid" jdbcType="VARCHAR" />
<result column="SCITYID" property="scityid" jdbcType="VARCHAR" />
<result column="EAIRPORTID" property="eairportid" jdbcType="VARCHAR" />
<result column="ECITYID" property="ecityid" jdbcType="VARCHAR" />
<result column="BY1" property="by1" jdbcType="VARCHAR" />
<result column="DEST1" property="dest1" jdbcType="VARCHAR" />
<result column="DEST1CITY" property="dest1city" jdbcType="VARCHAR" />
<result column="BY2" property="by2" jdbcType="VARCHAR" />
<result column="DEST2" property="dest2" jdbcType="VARCHAR" />
<result column="DEST2CITY" property="dest2city" jdbcType="VARCHAR" />
<result column="BY3" property="by3" jdbcType="VARCHAR" />
<result column="DEST3" property="dest3" jdbcType="VARCHAR" />
<result column="DEST3CITY" property="dest3city" jdbcType="VARCHAR" />
<result column="BY4" property="by4" jdbcType="VARCHAR" />
<result column="DEST4" property="dest4" jdbcType="VARCHAR" />
<result column="DEST4CITY" property="dest4city" jdbcType="VARCHAR" />
<result column="CARGONO" property="cargono" jdbcType="VARCHAR" />
<result column="CARGONM" property="cargonm" jdbcType="VARCHAR" />
<result column="PACK" property="pack" jdbcType="VARCHAR" />
<result column="MEAS" property="meas" jdbcType="VARCHAR" />
<result column="PCS" property="pcs" jdbcType="DECIMAL" />
<result column="WEIGHT" property="weight" jdbcType="DECIMAL" />
<result column="FEEWT" property="feewt" jdbcType="DECIMAL" />
<result column="VOL" property="vol" jdbcType="DECIMAL" />
<result column="CTRLOPEDEPARTMENT" property="ctrlopedepartment" jdbcType="VARCHAR" />
<result column="SHPRNAME" property="shprname" jdbcType="VARCHAR" />
<result column="SHPRMOBILETYPE" property="shprmobiletype" jdbcType="VARCHAR" />
<result column="SHPRTEL" property="shprtel" jdbcType="VARCHAR" />
<result column="SHPRADDRESS" property="shpraddress" jdbcType="VARCHAR" />
<result column="SHPRCOUNTYR" property="shprcountyr" jdbcType="VARCHAR" />
<result column="SHPCOMID" property="shpcomid" jdbcType="VARCHAR" />
<result column="SHPAEOCODE" property="shpaeocode" jdbcType="VARCHAR" />
<result column="SHPCUSTOMERID" property="shpcustomerid" jdbcType="VARCHAR" />
<result column="CNSNNAME" property="cnsnname" jdbcType="VARCHAR" />
<result column="CNSRMOBILETYPE" property="cnsrmobiletype" jdbcType="VARCHAR" />
<result column="CNSNTEL" property="cnsntel" jdbcType="VARCHAR" />
<result column="CNSNADDRESS" property="cnsnaddress" jdbcType="VARCHAR" />
<result column="CNSCOUNTYR" property="cnscountyr" jdbcType="VARCHAR" />
<result column="CNSCOMID" property="cnscomid" jdbcType="VARCHAR" />
<result column="CNSAEOCODE" property="cnsaeocode" jdbcType="VARCHAR" />
<result column="CNSRCTCNAME" property="cnsrctcname" jdbcType="VARCHAR" />
<result column="CNSRCTCTEL" property="cnsrctctel" jdbcType="VARCHAR" />
<result column="CSGCUSTOMERID" property="csgcustomerid" jdbcType="VARCHAR" />
<result column="COLLECTED" property="collected" jdbcType="VARCHAR" />
<result column="EXCHAGERATE" property="exchagerate" jdbcType="DECIMAL" />
<result column="COMAT" property="comat" jdbcType="VARCHAR" />
<result column="REFRIGERATED" property="refrigerated" jdbcType="VARCHAR" />
<result column="FORKNUM" property="forknum" jdbcType="DECIMAL" />
<result column="WHSHOLD" property="whshold" jdbcType="VARCHAR" />
<result column="EXPCUSTTRANSIT" property="expcusttransit" jdbcType="VARCHAR" />
<result column="IMPCUSTTRANSIT" property="impcusttransit" jdbcType="VARCHAR" />
<result column="SHORTTRANS" property="shorttrans" jdbcType="VARCHAR" />
<result column="SHORTTRANSBUP" property="shorttransbup" jdbcType="VARCHAR" />
<result column="CARGOOWNER" property="cargoowner" jdbcType="VARCHAR" />
<result column="CHARGETIME" property="chargetime" jdbcType="TIMESTAMP" />
<result column="ISINSTRUCTION" property="isinstruction" jdbcType="VARCHAR" />
<result column="NOTIFY" property="notify" jdbcType="VARCHAR" />
<result column="SHIPPERVALUE" property="shippervalue" jdbcType="DECIMAL" />
<result column="TRAFFICVALUE" property="trafficvalue" jdbcType="DECIMAL" />
<result column="CUSTOMVALUE" property="customvalue" jdbcType="DECIMAL" />
<result column="INSUREVALUE" property="insurevalue" jdbcType="DECIMAL" />
<result column="FILEATTACHED" property="fileattached" jdbcType="VARCHAR" />
<result column="RATETYPE" property="ratetype" jdbcType="VARCHAR" />
<result column="PROCESSINGMETHOD" property="processingmethod" jdbcType="VARCHAR" />
<result column="HANDLINGCIRCS" property="handlingcircs" jdbcType="VARCHAR" />
<result column="RESERVEDTONNAGE" property="reservedtonnage" jdbcType="VARCHAR" />
<result column="CARRIAGE" property="carriage" jdbcType="DECIMAL" />
<result column="RATE" property="rate" jdbcType="DECIMAL" />
<result column="CRTOPER" property="crtoper" jdbcType="VARCHAR" />
<result column="WTUNIT" property="wtunit" jdbcType="VARCHAR" />
<result column="ORIGINALWT" property="originalwt" jdbcType="DECIMAL" />
<result column="ORIGINALFEEWT" property="originalfeewt" jdbcType="DECIMAL" />
<result column="VOLUNIT" property="volunit" jdbcType="VARCHAR" />
<result column="CURRENCYID" property="currencyid" jdbcType="VARCHAR" />
<result column="ORIGINALVOL" property="originalvol" jdbcType="DECIMAL" />
<result column="CRTOPETIME" property="crtopetime" jdbcType="TIMESTAMP" />
<result column="DLVPRIORITY" property="dlvpriority" jdbcType="CHAR" />
<result column="CHKED" property="chked" jdbcType="VARCHAR" />
<result column="LABELNUM" property="labelnum" jdbcType="DECIMAL" />
<result column="SHPCUSTOMER" property="shpcustomer" jdbcType="VARCHAR" />
<result column="CRTAGENT" property="crtagent" jdbcType="VARCHAR" />
<result column="CRTDATE" property="crtdate" jdbcType="TIMESTAMP" />
<result column="EXTRAWEIGHT" property="extraweight" jdbcType="DECIMAL" />
<result column="STOREREMARK" property="storeremark" jdbcType="VARCHAR" />
<result column="BALANCEREMARK" property="balanceremark" jdbcType="VARCHAR" />
<result column="FILECHKED" property="filechked" jdbcType="VARCHAR" />
<result column="ISCARBALANCE" property="iscarbalance" jdbcType="VARCHAR" />
<result column="CNSNIDCARD" property="cnsnidcard" jdbcType="VARCHAR" />
<result column="CIQCHECK" property="ciqcheck" jdbcType="CHAR" />
<result column="TMPBILLNO" property="tmpbillno" jdbcType="VARCHAR" />
<result column="SUBBILLID" property="subbillid" jdbcType="VARCHAR" />
<result column="ISTRANS" property="istrans" jdbcType="VARCHAR" />
<result column="SPLITTAG" property="splittag" jdbcType="CHAR" />
<result column="CUSTOMSTRANS" property="customstrans" jdbcType="CHAR" />
<result column="ENDOPER" property="endoper" jdbcType="VARCHAR" />
<result column="ENDOPETIME" property="endopetime" jdbcType="TIMESTAMP" />
<result column="CONFIRMOPER" property="confirmoper" jdbcType="VARCHAR" />
<result column="CONFIRMOPETIME" property="confirmopetime" jdbcType="TIMESTAMP" />
<result column="CSGCUSTOMER" property="csgcustomer" jdbcType="VARCHAR" />
<result column="RELATIONBILLID" property="relationbillid" jdbcType="VARCHAR" />
<result column="CUSTOMS_COUNTRY" property="customsCountry" jdbcType="VARCHAR" />
<result column="CUSTOMS_CITY" property="customsCity" jdbcType="VARCHAR" />
<result column="CUSTOMS_REMARK" property="customsRemark" jdbcType="VARCHAR" />
<result column="CARGOSOURCE" property="cargosource" jdbcType="VARCHAR" />
<result column="CARGONMCH" property="cargonmch" jdbcType="VARCHAR" />
<result column="ISDGR" property="isdgr" jdbcType="VARCHAR" />
<result column="PERCENT" property="percent" jdbcType="DECIMAL" />
<result column="AWBTYPE" property="awbtype" jdbcType="VARCHAR" />
<result column="STATUS" property="status" jdbcType="VARCHAR" />
<result column="PAYMODEL" property="paymodel" jdbcType="VARCHAR" />
<result column="ISDELETE" property="isdelete" jdbcType="BIT" />
<result column="OPTIME" property="optime" jdbcType="TIMESTAMP" />
</resultMap>
<sql id="Base_Column_List" >
BILLID, STOCKTYPEID, STOCKPRE, STOCKNO, PRODUCTID, CARRIERPRODUCTID, DELFLAG, PREVIOUSBILLID,
DOMINT, CUSTOMCTL, SPECOPEID, SPECOPEIDEXT, SAIRPORTID, SCITYID, EAIRPORTID, ECITYID,
BY1, DEST1, DEST1CITY, BY2, DEST2, DEST2CITY, BY3, DEST3, DEST3CITY, BY4, DEST4,
DEST4CITY, CARGONO, CARGONM, PACK, MEAS, PCS, WEIGHT, FEEWT, VOL, CTRLOPEDEPARTMENT,
SHPRNAME, SHPRMOBILETYPE, SHPRTEL, SHPRADDRESS, SHPRCOUNTYR, SHPCOMID, SHPAEOCODE,
SHPCUSTOMERID, CNSNNAME, CNSRMOBILETYPE, CNSNTEL, CNSNADDRESS, CNSCOUNTYR, CNSCOMID,
CNSAEOCODE, CNSRCTCNAME, CNSRCTCTEL, CSGCUSTOMERID, COLLECTED, EXCHAGERATE, COMAT,
REFRIGERATED, FORKNUM, WHSHOLD, EXPCUSTTRANSIT, IMPCUSTTRANSIT, SHORTTRANS, SHORTTRANSBUP,
CARGOOWNER, CHARGETIME, ISINSTRUCTION, NOTIFY, SHIPPERVALUE, TRAFFICVALUE, CUSTOMVALUE,
INSUREVALUE, FILEATTACHED, RATETYPE, PROCESSINGMETHOD, HANDLINGCIRCS, RESERVEDTONNAGE,
CARRIAGE, RATE, CRTOPER, WTUNIT, ORIGINALWT, ORIGINALFEEWT, VOLUNIT, CURRENCYID,
ORIGINALVOL, CRTOPETIME, DLVPRIORITY, CHKED, LABELNUM, SHPCUSTOMER, CRTAGENT, CRTDATE,
EXTRAWEIGHT, STOREREMARK, BALANCEREMARK, FILECHKED, ISCARBALANCE, CNSNIDCARD, CIQCHECK,
TMPBILLNO, SUBBILLID, ISTRANS, SPLITTAG, CUSTOMSTRANS, ENDOPER, ENDOPETIME, CONFIRMOPER,
CONFIRMOPETIME, CSGCUSTOMER, RELATIONBILLID, CUSTOMS_COUNTRY, CUSTOMS_CITY, CUSTOMS_REMARK,
CARGOSOURCE, CARGONMCH, ISDGR, PERCENT, AWBTYPE, STATUS, PAYMODEL, ISDELETE, OPTIME
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from T_FIL_AWBINFO
where BILLID = #{billid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from T_FIL_AWBINFO
where BILLID = #{billid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.AWB_AWBINFO" >
insert into T_FIL_AWBINFO (BILLID, STOCKTYPEID, STOCKPRE,
STOCKNO, PRODUCTID, CARRIERPRODUCTID,
DELFLAG, PREVIOUSBILLID, DOMINT,
CUSTOMCTL, SPECOPEID, SPECOPEIDEXT,
SAIRPORTID, SCITYID, EAIRPORTID,
ECITYID, BY1, DEST1,
DEST1CITY, BY2, DEST2,
DEST2CITY, BY3, DEST3,
DEST3CITY, BY4, DEST4,
DEST4CITY, CARGONO, CARGONM,
PACK, MEAS, PCS, WEIGHT,
FEEWT, VOL, CTRLOPEDEPARTMENT,
SHPRNAME, SHPRMOBILETYPE, SHPRTEL,
SHPRADDRESS, SHPRCOUNTYR, SHPCOMID,
SHPAEOCODE, SHPCUSTOMERID, CNSNNAME,
CNSRMOBILETYPE, CNSNTEL, CNSNADDRESS,
CNSCOUNTYR, CNSCOMID, CNSAEOCODE,
CNSRCTCNAME, CNSRCTCTEL, CSGCUSTOMERID,
COLLECTED, EXCHAGERATE, COMAT,
REFRIGERATED, FORKNUM, WHSHOLD,
EXPCUSTTRANSIT, IMPCUSTTRANSIT, SHORTTRANS,
SHORTTRANSBUP, CARGOOWNER, CHARGETIME,
ISINSTRUCTION, NOTIFY, SHIPPERVALUE,
TRAFFICVALUE, CUSTOMVALUE, INSUREVALUE,
FILEATTACHED, RATETYPE, PROCESSINGMETHOD,
HANDLINGCIRCS, RESERVEDTONNAGE, CARRIAGE,
RATE, CRTOPER, WTUNIT,
ORIGINALWT, ORIGINALFEEWT, VOLUNIT,
CURRENCYID, ORIGINALVOL, CRTOPETIME,
DLVPRIORITY, CHKED, LABELNUM,
SHPCUSTOMER, CRTAGENT, CRTDATE,
EXTRAWEIGHT, STOREREMARK, BALANCEREMARK,
FILECHKED, ISCARBALANCE, CNSNIDCARD,
CIQCHECK, TMPBILLNO, SUBBILLID,
ISTRANS, SPLITTAG, CUSTOMSTRANS,
ENDOPER, ENDOPETIME, CONFIRMOPER,
CONFIRMOPETIME, CSGCUSTOMER, RELATIONBILLID,
CUSTOMS_COUNTRY, CUSTOMS_CITY, CUSTOMS_REMARK,
CARGOSOURCE, CARGONMCH, ISDGR,
PERCENT, AWBTYPE, STATUS,
PAYMODEL, ISDELETE, OPTIME
)
values (#{billid,jdbcType=VARCHAR}, #{stocktypeid,jdbcType=VARCHAR}, #{stockpre,jdbcType=VARCHAR},
#{stockno,jdbcType=VARCHAR}, #{productid,jdbcType=VARCHAR}, #{carrierproductid,jdbcType=VARCHAR},
#{delflag,jdbcType=VARCHAR}, #{previousbillid,jdbcType=VARCHAR}, #{domint,jdbcType=VARCHAR},
#{customctl,jdbcType=VARCHAR}, #{specopeid,jdbcType=VARCHAR}, #{specopeidext,jdbcType=VARCHAR},
#{sairportid,jdbcType=VARCHAR}, #{scityid,jdbcType=VARCHAR}, #{eairportid,jdbcType=VARCHAR},
#{ecityid,jdbcType=VARCHAR}, #{by1,jdbcType=VARCHAR}, #{dest1,jdbcType=VARCHAR},
#{dest1city,jdbcType=VARCHAR}, #{by2,jdbcType=VARCHAR}, #{dest2,jdbcType=VARCHAR},
#{dest2city,jdbcType=VARCHAR}, #{by3,jdbcType=VARCHAR}, #{dest3,jdbcType=VARCHAR},
#{dest3city,jdbcType=VARCHAR}, #{by4,jdbcType=VARCHAR}, #{dest4,jdbcType=VARCHAR},
#{dest4city,jdbcType=VARCHAR}, #{cargono,jdbcType=VARCHAR}, #{cargonm,jdbcType=VARCHAR},
#{pack,jdbcType=VARCHAR}, #{meas,jdbcType=VARCHAR}, #{pcs,jdbcType=DECIMAL}, #{weight,jdbcType=DECIMAL},
#{feewt,jdbcType=DECIMAL}, #{vol,jdbcType=DECIMAL}, #{ctrlopedepartment,jdbcType=VARCHAR},
#{shprname,jdbcType=VARCHAR}, #{shprmobiletype,jdbcType=VARCHAR}, #{shprtel,jdbcType=VARCHAR},
#{shpraddress,jdbcType=VARCHAR}, #{shprcountyr,jdbcType=VARCHAR}, #{shpcomid,jdbcType=VARCHAR},
#{shpaeocode,jdbcType=VARCHAR}, #{shpcustomerid,jdbcType=VARCHAR}, #{cnsnname,jdbcType=VARCHAR},
#{cnsrmobiletype,jdbcType=VARCHAR}, #{cnsntel,jdbcType=VARCHAR}, #{cnsnaddress,jdbcType=VARCHAR},
#{cnscountyr,jdbcType=VARCHAR}, #{cnscomid,jdbcType=VARCHAR}, #{cnsaeocode,jdbcType=VARCHAR},
#{cnsrctcname,jdbcType=VARCHAR}, #{cnsrctctel,jdbcType=VARCHAR}, #{csgcustomerid,jdbcType=VARCHAR},
#{collected,jdbcType=VARCHAR}, #{exchagerate,jdbcType=DECIMAL}, #{comat,jdbcType=VARCHAR},
#{refrigerated,jdbcType=VARCHAR}, #{forknum,jdbcType=DECIMAL}, #{whshold,jdbcType=VARCHAR},
#{expcusttransit,jdbcType=VARCHAR}, #{impcusttransit,jdbcType=VARCHAR}, #{shorttrans,jdbcType=VARCHAR},
#{shorttransbup,jdbcType=VARCHAR}, #{cargoowner,jdbcType=VARCHAR}, #{chargetime,jdbcType=TIMESTAMP},
#{isinstruction,jdbcType=VARCHAR}, #{notify,jdbcType=VARCHAR}, #{shippervalue,jdbcType=DECIMAL},
#{trafficvalue,jdbcType=DECIMAL}, #{customvalue,jdbcType=DECIMAL}, #{insurevalue,jdbcType=DECIMAL},
#{fileattached,jdbcType=VARCHAR}, #{ratetype,jdbcType=VARCHAR}, #{processingmethod,jdbcType=VARCHAR},
#{handlingcircs,jdbcType=VARCHAR}, #{reservedtonnage,jdbcType=VARCHAR}, #{carriage,jdbcType=DECIMAL},
#{rate,jdbcType=DECIMAL}, #{crtoper,jdbcType=VARCHAR}, #{wtunit,jdbcType=VARCHAR},
#{originalwt,jdbcType=DECIMAL}, #{originalfeewt,jdbcType=DECIMAL}, #{volunit,jdbcType=VARCHAR},
#{currencyid,jdbcType=VARCHAR}, #{originalvol,jdbcType=DECIMAL}, #{crtopetime,jdbcType=TIMESTAMP},
#{dlvpriority,jdbcType=CHAR}, #{chked,jdbcType=VARCHAR}, #{labelnum,jdbcType=DECIMAL},
#{shpcustomer,jdbcType=VARCHAR}, #{crtagent,jdbcType=VARCHAR}, #{crtdate,jdbcType=TIMESTAMP},
#{extraweight,jdbcType=DECIMAL}, #{storeremark,jdbcType=VARCHAR}, #{balanceremark,jdbcType=VARCHAR},
#{filechked,jdbcType=VARCHAR}, #{iscarbalance,jdbcType=VARCHAR}, #{cnsnidcard,jdbcType=VARCHAR},
#{ciqcheck,jdbcType=CHAR}, #{tmpbillno,jdbcType=VARCHAR}, #{subbillid,jdbcType=VARCHAR},
#{istrans,jdbcType=VARCHAR}, #{splittag,jdbcType=CHAR}, #{customstrans,jdbcType=CHAR},
#{endoper,jdbcType=VARCHAR}, #{endopetime,jdbcType=TIMESTAMP}, #{confirmoper,jdbcType=VARCHAR},
#{confirmopetime,jdbcType=TIMESTAMP}, #{csgcustomer,jdbcType=VARCHAR}, #{relationbillid,jdbcType=VARCHAR},
#{customsCountry,jdbcType=VARCHAR}, #{customsCity,jdbcType=VARCHAR}, #{customsRemark,jdbcType=VARCHAR},
#{cargosource,jdbcType=VARCHAR}, #{cargonmch,jdbcType=VARCHAR}, #{isdgr,jdbcType=VARCHAR},
#{percent,jdbcType=DECIMAL}, #{awbtype,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR},
#{paymodel,jdbcType=VARCHAR}, #{isdelete,jdbcType=BIT}, #{optime,jdbcType=TIMESTAMP}
)
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.AWB_AWBINFO" >
insert into T_FIL_AWBINFO
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="billid != null" >
BILLID,
</if>
<if test="stocktypeid != null" >
STOCKTYPEID,
</if>
<if test="stockpre != null" >
STOCKPRE,
</if>
<if test="stockno != null" >
STOCKNO,
</if>
<if test="productid != null" >
PRODUCTID,
</if>
<if test="carrierproductid != null" >
CARRIERPRODUCTID,
</if>
<if test="delflag != null" >
DELFLAG,
</if>
<if test="previousbillid != null" >
PREVIOUSBILLID,
</if>
<if test="domint != null" >
DOMINT,
</if>
<if test="customctl != null" >
CUSTOMCTL,
</if>
<if test="specopeid != null" >
SPECOPEID,
</if>
<if test="specopeidext != null" >
SPECOPEIDEXT,
</if>
<if test="sairportid != null" >
SAIRPORTID,
</if>
<if test="scityid != null" >
SCITYID,
</if>
<if test="eairportid != null" >
EAIRPORTID,
</if>
<if test="ecityid != null" >
ECITYID,
</if>
<if test="by1 != null" >
BY1,
</if>
<if test="dest1 != null" >
DEST1,
</if>
<if test="dest1city != null" >
DEST1CITY,
</if>
<if test="by2 != null" >
BY2,
</if>
<if test="dest2 != null" >
DEST2,
</if>
<if test="dest2city != null" >
DEST2CITY,
</if>
<if test="by3 != null" >
BY3,
</if>
<if test="dest3 != null" >
DEST3,
</if>
<if test="dest3city != null" >
DEST3CITY,
</if>
<if test="by4 != null" >
BY4,
</if>
<if test="dest4 != null" >
DEST4,
</if>
<if test="dest4city != null" >
DEST4CITY,
</if>
<if test="cargono != null" >
CARGONO,
</if>
<if test="cargonm != null" >
CARGONM,
</if>
<if test="pack != null" >
PACK,
</if>
<if test="meas != null" >
MEAS,
</if>
<if test="pcs != null" >
PCS,
</if>
<if test="weight != null" >
WEIGHT,
</if>
<if test="feewt != null" >
FEEWT,
</if>
<if test="vol != null" >
VOL,
</if>
<if test="ctrlopedepartment != null" >
CTRLOPEDEPARTMENT,
</if>
<if test="shprname != null" >
SHPRNAME,
</if>
<if test="shprmobiletype != null" >
SHPRMOBILETYPE,
</if>
<if test="shprtel != null" >
SHPRTEL,
</if>
<if test="shpraddress != null" >
SHPRADDRESS,
</if>
<if test="shprcountyr != null" >
SHPRCOUNTYR,
</if>
<if test="shpcomid != null" >
SHPCOMID,
</if>
<if test="shpaeocode != null" >
SHPAEOCODE,
</if>
<if test="shpcustomerid != null" >
SHPCUSTOMERID,
</if>
<if test="cnsnname != null" >
CNSNNAME,
</if>
<if test="cnsrmobiletype != null" >
CNSRMOBILETYPE,
</if>
<if test="cnsntel != null" >
CNSNTEL,
</if>
<if test="cnsnaddress != null" >
CNSNADDRESS,
</if>
<if test="cnscountyr != null" >
CNSCOUNTYR,
</if>
<if test="cnscomid != null" >
CNSCOMID,
</if>
<if test="cnsaeocode != null" >
CNSAEOCODE,
</if>
<if test="cnsrctcname != null" >
CNSRCTCNAME,
</if>
<if test="cnsrctctel != null" >
CNSRCTCTEL,
</if>
<if test="csgcustomerid != null" >
CSGCUSTOMERID,
</if>
<if test="collected != null" >
COLLECTED,
</if>
<if test="exchagerate != null" >
EXCHAGERATE,
</if>
<if test="comat != null" >
COMAT,
</if>
<if test="refrigerated != null" >
REFRIGERATED,
</if>
<if test="forknum != null" >
FORKNUM,
</if>
<if test="whshold != null" >
WHSHOLD,
</if>
<if test="expcusttransit != null" >
EXPCUSTTRANSIT,
</if>
<if test="impcusttransit != null" >
IMPCUSTTRANSIT,
</if>
<if test="shorttrans != null" >
SHORTTRANS,
</if>
<if test="shorttransbup != null" >
SHORTTRANSBUP,
</if>
<if test="cargoowner != null" >
CARGOOWNER,
</if>
<if test="chargetime != null" >
CHARGETIME,
</if>
<if test="isinstruction != null" >
ISINSTRUCTION,
</if>
<if test="notify != null" >
NOTIFY,
</if>
<if test="shippervalue != null" >
SHIPPERVALUE,
</if>
<if test="trafficvalue != null" >
TRAFFICVALUE,
</if>
<if test="customvalue != null" >
CUSTOMVALUE,
</if>
<if test="insurevalue != null" >
INSUREVALUE,
</if>
<if test="fileattached != null" >
FILEATTACHED,
</if>
<if test="ratetype != null" >
RATETYPE,
</if>
<if test="processingmethod != null" >
PROCESSINGMETHOD,
</if>
<if test="handlingcircs != null" >
HANDLINGCIRCS,
</if>
<if test="reservedtonnage != null" >
RESERVEDTONNAGE,
</if>
<if test="carriage != null" >
CARRIAGE,
</if>
<if test="rate != null" >
RATE,
</if>
<if test="crtoper != null" >
CRTOPER,
</if>
<if test="wtunit != null" >
WTUNIT,
</if>
<if test="originalwt != null" >
ORIGINALWT,
</if>
<if test="originalfeewt != null" >
ORIGINALFEEWT,
</if>
<if test="volunit != null" >
VOLUNIT,
</if>
<if test="currencyid != null" >
CURRENCYID,
</if>
<if test="originalvol != null" >
ORIGINALVOL,
</if>
<if test="crtopetime != null" >
CRTOPETIME,
</if>
<if test="dlvpriority != null" >
DLVPRIORITY,
</if>
<if test="chked != null" >
CHKED,
</if>
<if test="labelnum != null" >
LABELNUM,
</if>
<if test="shpcustomer != null" >
SHPCUSTOMER,
</if>
<if test="crtagent != null" >
CRTAGENT,
</if>
<if test="crtdate != null" >
CRTDATE,
</if>
<if test="extraweight != null" >
EXTRAWEIGHT,
</if>
<if test="storeremark != null" >
STOREREMARK,
</if>
<if test="balanceremark != null" >
BALANCEREMARK,
</if>
<if test="filechked != null" >
FILECHKED,
</if>
<if test="iscarbalance != null" >
ISCARBALANCE,
</if>
<if test="cnsnidcard != null" >
CNSNIDCARD,
</if>
<if test="ciqcheck != null" >
CIQCHECK,
</if>
<if test="tmpbillno != null" >
TMPBILLNO,
</if>
<if test="subbillid != null" >
SUBBILLID,
</if>
<if test="istrans != null" >
ISTRANS,
</if>
<if test="splittag != null" >
SPLITTAG,
</if>
<if test="customstrans != null" >
CUSTOMSTRANS,
</if>
<if test="endoper != null" >
ENDOPER,
</if>
<if test="endopetime != null" >
ENDOPETIME,
</if>
<if test="confirmoper != null" >
CONFIRMOPER,
</if>
<if test="confirmopetime != null" >
CONFIRMOPETIME,
</if>
<if test="csgcustomer != null" >
CSGCUSTOMER,
</if>
<if test="relationbillid != null" >
RELATIONBILLID,
</if>
<if test="customsCountry != null" >
CUSTOMS_COUNTRY,
</if>
<if test="customsCity != null" >
CUSTOMS_CITY,
</if>
<if test="customsRemark != null" >
CUSTOMS_REMARK,
</if>
<if test="cargosource != null" >
CARGOSOURCE,
</if>
<if test="cargonmch != null" >
CARGONMCH,
</if>
<if test="isdgr != null" >
ISDGR,
</if>
<if test="percent != null" >
PERCENT,
</if>
<if test="awbtype != null" >
AWBTYPE,
</if>
<if test="status != null" >
STATUS,
</if>
<if test="paymodel != null" >
PAYMODEL,
</if>
<if test="isdelete != null" >
ISDELETE,
</if>
<if test="optime != null" >
OPTIME,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="billid != null" >
#{billid,jdbcType=VARCHAR},
</if>
<if test="stocktypeid != null" >
#{stocktypeid,jdbcType=VARCHAR},
</if>
<if test="stockpre != null" >
#{stockpre,jdbcType=VARCHAR},
</if>
<if test="stockno != null" >
#{stockno,jdbcType=VARCHAR},
</if>
<if test="productid != null" >
#{productid,jdbcType=VARCHAR},
</if>
<if test="carrierproductid != null" >
#{carrierproductid,jdbcType=VARCHAR},
</if>
<if test="delflag != null" >
#{delflag,jdbcType=VARCHAR},
</if>
<if test="previousbillid != null" >
#{previousbillid,jdbcType=VARCHAR},
</if>
<if test="domint != null" >
#{domint,jdbcType=VARCHAR},
</if>
<if test="customctl != null" >
#{customctl,jdbcType=VARCHAR},
</if>
<if test="specopeid != null" >
#{specopeid,jdbcType=VARCHAR},
</if>
<if test="specopeidext != null" >
#{specopeidext,jdbcType=VARCHAR},
</if>
<if test="sairportid != null" >
#{sairportid,jdbcType=VARCHAR},
</if>
<if test="scityid != null" >
#{scityid,jdbcType=VARCHAR},
</if>
<if test="eairportid != null" >
#{eairportid,jdbcType=VARCHAR},
</if>
<if test="ecityid != null" >
#{ecityid,jdbcType=VARCHAR},
</if>
<if test="by1 != null" >
#{by1,jdbcType=VARCHAR},
</if>
<if test="dest1 != null" >
#{dest1,jdbcType=VARCHAR},
</if>
<if test="dest1city != null" >
#{dest1city,jdbcType=VARCHAR},
</if>
<if test="by2 != null" >
#{by2,jdbcType=VARCHAR},
</if>
<if test="dest2 != null" >
#{dest2,jdbcType=VARCHAR},
</if>
<if test="dest2city != null" >
#{dest2city,jdbcType=VARCHAR},
</if>
<if test="by3 != null" >
#{by3,jdbcType=VARCHAR},
</if>
<if test="dest3 != null" >
#{dest3,jdbcType=VARCHAR},
</if>
<if test="dest3city != null" >
#{dest3city,jdbcType=VARCHAR},
</if>
<if test="by4 != null" >
#{by4,jdbcType=VARCHAR},
</if>
<if test="dest4 != null" >
#{dest4,jdbcType=VARCHAR},
</if>
<if test="dest4city != null" >
#{dest4city,jdbcType=VARCHAR},
</if>
<if test="cargono != null" >
#{cargono,jdbcType=VARCHAR},
</if>
<if test="cargonm != null" >
#{cargonm,jdbcType=VARCHAR},
</if>
<if test="pack != null" >
#{pack,jdbcType=VARCHAR},
</if>
<if test="meas != null" >
#{meas,jdbcType=VARCHAR},
</if>
<if test="pcs != null" >
#{pcs,jdbcType=DECIMAL},
</if>
<if test="weight != null" >
#{weight,jdbcType=DECIMAL},
</if>
<if test="feewt != null" >
#{feewt,jdbcType=DECIMAL},
</if>
<if test="vol != null" >
#{vol,jdbcType=DECIMAL},
</if>
<if test="ctrlopedepartment != null" >
#{ctrlopedepartment,jdbcType=VARCHAR},
</if>
<if test="shprname != null" >
#{shprname,jdbcType=VARCHAR},
</if>
<if test="shprmobiletype != null" >
#{shprmobiletype,jdbcType=VARCHAR},
</if>
<if test="shprtel != null" >
#{shprtel,jdbcType=VARCHAR},
</if>
<if test="shpraddress != null" >
#{shpraddress,jdbcType=VARCHAR},
</if>
<if test="shprcountyr != null" >
#{shprcountyr,jdbcType=VARCHAR},
</if>
<if test="shpcomid != null" >
#{shpcomid,jdbcType=VARCHAR},
</if>
<if test="shpaeocode != null" >
#{shpaeocode,jdbcType=VARCHAR},
</if>
<if test="shpcustomerid != null" >
#{shpcustomerid,jdbcType=VARCHAR},
</if>
<if test="cnsnname != null" >
#{cnsnname,jdbcType=VARCHAR},
</if>
<if test="cnsrmobiletype != null" >
#{cnsrmobiletype,jdbcType=VARCHAR},
</if>
<if test="cnsntel != null" >
#{cnsntel,jdbcType=VARCHAR},
</if>
<if test="cnsnaddress != null" >
#{cnsnaddress,jdbcType=VARCHAR},
</if>
<if test="cnscountyr != null" >
#{cnscountyr,jdbcType=VARCHAR},
</if>
<if test="cnscomid != null" >
#{cnscomid,jdbcType=VARCHAR},
</if>
<if test="cnsaeocode != null" >
#{cnsaeocode,jdbcType=VARCHAR},
</if>
<if test="cnsrctcname != null" >
#{cnsrctcname,jdbcType=VARCHAR},
</if>
<if test="cnsrctctel != null" >
#{cnsrctctel,jdbcType=VARCHAR},
</if>
<if test="csgcustomerid != null" >
#{csgcustomerid,jdbcType=VARCHAR},
</if>
<if test="collected != null" >
#{collected,jdbcType=VARCHAR},
</if>
<if test="exchagerate != null" >
#{exchagerate,jdbcType=DECIMAL},
</if>
<if test="comat != null" >
#{comat,jdbcType=VARCHAR},
</if>
<if test="refrigerated != null" >
#{refrigerated,jdbcType=VARCHAR},
</if>
<if test="forknum != null" >
#{forknum,jdbcType=DECIMAL},
</if>
<if test="whshold != null" >
#{whshold,jdbcType=VARCHAR},
</if>
<if test="expcusttransit != null" >
#{expcusttransit,jdbcType=VARCHAR},
</if>
<if test="impcusttransit != null" >
#{impcusttransit,jdbcType=VARCHAR},
</if>
<if test="shorttrans != null" >
#{shorttrans,jdbcType=VARCHAR},
</if>
<if test="shorttransbup != null" >
#{shorttransbup,jdbcType=VARCHAR},
</if>
<if test="cargoowner != null" >
#{cargoowner,jdbcType=VARCHAR},
</if>
<if test="chargetime != null" >
#{chargetime,jdbcType=TIMESTAMP},
</if>
<if test="isinstruction != null" >
#{isinstruction,jdbcType=VARCHAR},
</if>
<if test="notify != null" >
#{notify,jdbcType=VARCHAR},
</if>
<if test="shippervalue != null" >
#{shippervalue,jdbcType=DECIMAL},
</if>
<if test="trafficvalue != null" >
#{trafficvalue,jdbcType=DECIMAL},
</if>
<if test="customvalue != null" >
#{customvalue,jdbcType=DECIMAL},
</if>
<if test="insurevalue != null" >
#{insurevalue,jdbcType=DECIMAL},
</if>
<if test="fileattached != null" >
#{fileattached,jdbcType=VARCHAR},
</if>
<if test="ratetype != null" >
#{ratetype,jdbcType=VARCHAR},
</if>
<if test="processingmethod != null" >
#{processingmethod,jdbcType=VARCHAR},
</if>
<if test="handlingcircs != null" >
#{handlingcircs,jdbcType=VARCHAR},
</if>
<if test="reservedtonnage != null" >
#{reservedtonnage,jdbcType=VARCHAR},
</if>
<if test="carriage != null" >
#{carriage,jdbcType=DECIMAL},
</if>
<if test="rate != null" >
#{rate,jdbcType=DECIMAL},
</if>
<if test="crtoper != null" >
#{crtoper,jdbcType=VARCHAR},
</if>
<if test="wtunit != null" >
#{wtunit,jdbcType=VARCHAR},
</if>
<if test="originalwt != null" >
#{originalwt,jdbcType=DECIMAL},
</if>
<if test="originalfeewt != null" >
#{originalfeewt,jdbcType=DECIMAL},
</if>
<if test="volunit != null" >
#{volunit,jdbcType=VARCHAR},
</if>
<if test="currencyid != null" >
#{currencyid,jdbcType=VARCHAR},
</if>
<if test="originalvol != null" >
#{originalvol,jdbcType=DECIMAL},
</if>
<if test="crtopetime != null" >
#{crtopetime,jdbcType=TIMESTAMP},
</if>
<if test="dlvpriority != null" >
#{dlvpriority,jdbcType=CHAR},
</if>
<if test="chked != null" >
#{chked,jdbcType=VARCHAR},
</if>
<if test="labelnum != null" >
#{labelnum,jdbcType=DECIMAL},
</if>
<if test="shpcustomer != null" >
#{shpcustomer,jdbcType=VARCHAR},
</if>
<if test="crtagent != null" >
#{crtagent,jdbcType=VARCHAR},
</if>
<if test="crtdate != null" >
#{crtdate,jdbcType=TIMESTAMP},
</if>
<if test="extraweight != null" >
#{extraweight,jdbcType=DECIMAL},
</if>
<if test="storeremark != null" >
#{storeremark,jdbcType=VARCHAR},
</if>
<if test="balanceremark != null" >
#{balanceremark,jdbcType=VARCHAR},
</if>
<if test="filechked != null" >
#{filechked,jdbcType=VARCHAR},
</if>
<if test="iscarbalance != null" >
#{iscarbalance,jdbcType=VARCHAR},
</if>
<if test="cnsnidcard != null" >
#{cnsnidcard,jdbcType=VARCHAR},
</if>
<if test="ciqcheck != null" >
#{ciqcheck,jdbcType=CHAR},
</if>
<if test="tmpbillno != null" >
#{tmpbillno,jdbcType=VARCHAR},
</if>
<if test="subbillid != null" >
#{subbillid,jdbcType=VARCHAR},
</if>
<if test="istrans != null" >
#{istrans,jdbcType=VARCHAR},
</if>
<if test="splittag != null" >
#{splittag,jdbcType=CHAR},
</if>
<if test="customstrans != null" >
#{customstrans,jdbcType=CHAR},
</if>
<if test="endoper != null" >
#{endoper,jdbcType=VARCHAR},
</if>
<if test="endopetime != null" >
#{endopetime,jdbcType=TIMESTAMP},
</if>
<if test="confirmoper != null" >
#{confirmoper,jdbcType=VARCHAR},
</if>
<if test="confirmopetime != null" >
#{confirmopetime,jdbcType=TIMESTAMP},
</if>
<if test="csgcustomer != null" >
#{csgcustomer,jdbcType=VARCHAR},
</if>
<if test="relationbillid != null" >
#{relationbillid,jdbcType=VARCHAR},
</if>
<if test="customsCountry != null" >
#{customsCountry,jdbcType=VARCHAR},
</if>
<if test="customsCity != null" >
#{customsCity,jdbcType=VARCHAR},
</if>
<if test="customsRemark != null" >
#{customsRemark,jdbcType=VARCHAR},
</if>
<if test="cargosource != null" >
#{cargosource,jdbcType=VARCHAR},
</if>
<if test="cargonmch != null" >
#{cargonmch,jdbcType=VARCHAR},
</if>
<if test="isdgr != null" >
#{isdgr,jdbcType=VARCHAR},
</if>
<if test="percent != null" >
#{percent,jdbcType=DECIMAL},
</if>
<if test="awbtype != null" >
#{awbtype,jdbcType=VARCHAR},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="paymodel != null" >
#{paymodel,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="optime != null" >
#{optime,jdbcType=TIMESTAMP},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.AWB_AWBINFO" >
update T_FIL_AWBINFO
<set >
<if test="stocktypeid != null" >
STOCKTYPEID = #{stocktypeid,jdbcType=VARCHAR},
</if>
<if test="stockpre != null" >
STOCKPRE = #{stockpre,jdbcType=VARCHAR},
</if>
<if test="stockno != null" >
STOCKNO = #{stockno,jdbcType=VARCHAR},
</if>
<if test="productid != null" >
PRODUCTID = #{productid,jdbcType=VARCHAR},
</if>
<if test="carrierproductid != null" >
CARRIERPRODUCTID = #{carrierproductid,jdbcType=VARCHAR},
</if>
<if test="delflag != null" >
DELFLAG = #{delflag,jdbcType=VARCHAR},
</if>
<if test="previousbillid != null" >
PREVIOUSBILLID = #{previousbillid,jdbcType=VARCHAR},
</if>
<if test="domint != null" >
DOMINT = #{domint,jdbcType=VARCHAR},
</if>
<if test="customctl != null" >
CUSTOMCTL = #{customctl,jdbcType=VARCHAR},
</if>
<if test="specopeid != null" >
SPECOPEID = #{specopeid,jdbcType=VARCHAR},
</if>
<if test="specopeidext != null" >
SPECOPEIDEXT = #{specopeidext,jdbcType=VARCHAR},
</if>
<if test="sairportid != null" >
SAIRPORTID = #{sairportid,jdbcType=VARCHAR},
</if>
<if test="scityid != null" >
SCITYID = #{scityid,jdbcType=VARCHAR},
</if>
<if test="eairportid != null" >
EAIRPORTID = #{eairportid,jdbcType=VARCHAR},
</if>
<if test="ecityid != null" >
ECITYID = #{ecityid,jdbcType=VARCHAR},
</if>
<if test="by1 != null" >
BY1 = #{by1,jdbcType=VARCHAR},
</if>
<if test="dest1 != null" >
DEST1 = #{dest1,jdbcType=VARCHAR},
</if>
<if test="dest1city != null" >
DEST1CITY = #{dest1city,jdbcType=VARCHAR},
</if>
<if test="by2 != null" >
BY2 = #{by2,jdbcType=VARCHAR},
</if>
<if test="dest2 != null" >
DEST2 = #{dest2,jdbcType=VARCHAR},
</if>
<if test="dest2city != null" >
DEST2CITY = #{dest2city,jdbcType=VARCHAR},
</if>
<if test="by3 != null" >
BY3 = #{by3,jdbcType=VARCHAR},
</if>
<if test="dest3 != null" >
DEST3 = #{dest3,jdbcType=VARCHAR},
</if>
<if test="dest3city != null" >
DEST3CITY = #{dest3city,jdbcType=VARCHAR},
</if>
<if test="by4 != null" >
BY4 = #{by4,jdbcType=VARCHAR},
</if>
<if test="dest4 != null" >
DEST4 = #{dest4,jdbcType=VARCHAR},
</if>
<if test="dest4city != null" >
DEST4CITY = #{dest4city,jdbcType=VARCHAR},
</if>
<if test="cargono != null" >
CARGONO = #{cargono,jdbcType=VARCHAR},
</if>
<if test="cargonm != null" >
CARGONM = #{cargonm,jdbcType=VARCHAR},
</if>
<if test="pack != null" >
PACK = #{pack,jdbcType=VARCHAR},
</if>
<if test="meas != null" >
MEAS = #{meas,jdbcType=VARCHAR},
</if>
<if test="pcs != null" >
PCS = #{pcs,jdbcType=DECIMAL},
</if>
<if test="weight != null" >
WEIGHT = #{weight,jdbcType=DECIMAL},
</if>
<if test="feewt != null" >
FEEWT = #{feewt,jdbcType=DECIMAL},
</if>
<if test="vol != null" >
VOL = #{vol,jdbcType=DECIMAL},
</if>
<if test="ctrlopedepartment != null" >
CTRLOPEDEPARTMENT = #{ctrlopedepartment,jdbcType=VARCHAR},
</if>
<if test="shprname != null" >
SHPRNAME = #{shprname,jdbcType=VARCHAR},
</if>
<if test="shprmobiletype != null" >
SHPRMOBILETYPE = #{shprmobiletype,jdbcType=VARCHAR},
</if>
<if test="shprtel != null" >
SHPRTEL = #{shprtel,jdbcType=VARCHAR},
</if>
<if test="shpraddress != null" >
SHPRADDRESS = #{shpraddress,jdbcType=VARCHAR},
</if>
<if test="shprcountyr != null" >
SHPRCOUNTYR = #{shprcountyr,jdbcType=VARCHAR},
</if>
<if test="shpcomid != null" >
SHPCOMID = #{shpcomid,jdbcType=VARCHAR},
</if>
<if test="shpaeocode != null" >
SHPAEOCODE = #{shpaeocode,jdbcType=VARCHAR},
</if>
<if test="shpcustomerid != null" >
SHPCUSTOMERID = #{shpcustomerid,jdbcType=VARCHAR},
</if>
<if test="cnsnname != null" >
CNSNNAME = #{cnsnname,jdbcType=VARCHAR},
</if>
<if test="cnsrmobiletype != null" >
CNSRMOBILETYPE = #{cnsrmobiletype,jdbcType=VARCHAR},
</if>
<if test="cnsntel != null" >
CNSNTEL = #{cnsntel,jdbcType=VARCHAR},
</if>
<if test="cnsnaddress != null" >
CNSNADDRESS = #{cnsnaddress,jdbcType=VARCHAR},
</if>
<if test="cnscountyr != null" >
CNSCOUNTYR = #{cnscountyr,jdbcType=VARCHAR},
</if>
<if test="cnscomid != null" >
CNSCOMID = #{cnscomid,jdbcType=VARCHAR},
</if>
<if test="cnsaeocode != null" >
CNSAEOCODE = #{cnsaeocode,jdbcType=VARCHAR},
</if>
<if test="cnsrctcname != null" >
CNSRCTCNAME = #{cnsrctcname,jdbcType=VARCHAR},
</if>
<if test="cnsrctctel != null" >
CNSRCTCTEL = #{cnsrctctel,jdbcType=VARCHAR},
</if>
<if test="csgcustomerid != null" >
CSGCUSTOMERID = #{csgcustomerid,jdbcType=VARCHAR},
</if>
<if test="collected != null" >
COLLECTED = #{collected,jdbcType=VARCHAR},
</if>
<if test="exchagerate != null" >
EXCHAGERATE = #{exchagerate,jdbcType=DECIMAL},
</if>
<if test="comat != null" >
COMAT = #{comat,jdbcType=VARCHAR},
</if>
<if test="refrigerated != null" >
REFRIGERATED = #{refrigerated,jdbcType=VARCHAR},
</if>
<if test="forknum != null" >
FORKNUM = #{forknum,jdbcType=DECIMAL},
</if>
<if test="whshold != null" >
WHSHOLD = #{whshold,jdbcType=VARCHAR},
</if>
<if test="expcusttransit != null" >
EXPCUSTTRANSIT = #{expcusttransit,jdbcType=VARCHAR},
</if>
<if test="impcusttransit != null" >
IMPCUSTTRANSIT = #{impcusttransit,jdbcType=VARCHAR},
</if>
<if test="shorttrans != null" >
SHORTTRANS = #{shorttrans,jdbcType=VARCHAR},
</if>
<if test="shorttransbup != null" >
SHORTTRANSBUP = #{shorttransbup,jdbcType=VARCHAR},
</if>
<if test="cargoowner != null" >
CARGOOWNER = #{cargoowner,jdbcType=VARCHAR},
</if>
<if test="chargetime != null" >
CHARGETIME = #{chargetime,jdbcType=TIMESTAMP},
</if>
<if test="isinstruction != null" >
ISINSTRUCTION = #{isinstruction,jdbcType=VARCHAR},
</if>
<if test="notify != null" >
NOTIFY = #{notify,jdbcType=VARCHAR},
</if>
<if test="shippervalue != null" >
SHIPPERVALUE = #{shippervalue,jdbcType=DECIMAL},
</if>
<if test="trafficvalue != null" >
TRAFFICVALUE = #{trafficvalue,jdbcType=DECIMAL},
</if>
<if test="customvalue != null" >
CUSTOMVALUE = #{customvalue,jdbcType=DECIMAL},
</if>
<if test="insurevalue != null" >
INSUREVALUE = #{insurevalue,jdbcType=DECIMAL},
</if>
<if test="fileattached != null" >
FILEATTACHED = #{fileattached,jdbcType=VARCHAR},
</if>
<if test="ratetype != null" >
RATETYPE = #{ratetype,jdbcType=VARCHAR},
</if>
<if test="processingmethod != null" >
PROCESSINGMETHOD = #{processingmethod,jdbcType=VARCHAR},
</if>
<if test="handlingcircs != null" >
HANDLINGCIRCS = #{handlingcircs,jdbcType=VARCHAR},
</if>
<if test="reservedtonnage != null" >
RESERVEDTONNAGE = #{reservedtonnage,jdbcType=VARCHAR},
</if>
<if test="carriage != null" >
CARRIAGE = #{carriage,jdbcType=DECIMAL},
</if>
<if test="rate != null" >
RATE = #{rate,jdbcType=DECIMAL},
</if>
<if test="crtoper != null" >
CRTOPER = #{crtoper,jdbcType=VARCHAR},
</if>
<if test="wtunit != null" >
WTUNIT = #{wtunit,jdbcType=VARCHAR},
</if>
<if test="originalwt != null" >
ORIGINALWT = #{originalwt,jdbcType=DECIMAL},
</if>
<if test="originalfeewt != null" >
ORIGINALFEEWT = #{originalfeewt,jdbcType=DECIMAL},
</if>
<if test="volunit != null" >
VOLUNIT = #{volunit,jdbcType=VARCHAR},
</if>
<if test="currencyid != null" >
CURRENCYID = #{currencyid,jdbcType=VARCHAR},
</if>
<if test="originalvol != null" >
ORIGINALVOL = #{originalvol,jdbcType=DECIMAL},
</if>
<if test="crtopetime != null" >
CRTOPETIME = #{crtopetime,jdbcType=TIMESTAMP},
</if>
<if test="dlvpriority != null" >
DLVPRIORITY = #{dlvpriority,jdbcType=CHAR},
</if>
<if test="chked != null" >
CHKED = #{chked,jdbcType=VARCHAR},
</if>
<if test="labelnum != null" >
LABELNUM = #{labelnum,jdbcType=DECIMAL},
</if>
<if test="shpcustomer != null" >
SHPCUSTOMER = #{shpcustomer,jdbcType=VARCHAR},
</if>
<if test="crtagent != null" >
CRTAGENT = #{crtagent,jdbcType=VARCHAR},
</if>
<if test="crtdate != null" >
CRTDATE = #{crtdate,jdbcType=TIMESTAMP},
</if>
<if test="extraweight != null" >
EXTRAWEIGHT = #{extraweight,jdbcType=DECIMAL},
</if>
<if test="storeremark != null" >
STOREREMARK = #{storeremark,jdbcType=VARCHAR},
</if>
<if test="balanceremark != null" >
BALANCEREMARK = #{balanceremark,jdbcType=VARCHAR},
</if>
<if test="filechked != null" >
FILECHKED = #{filechked,jdbcType=VARCHAR},
</if>
<if test="iscarbalance != null" >
ISCARBALANCE = #{iscarbalance,jdbcType=VARCHAR},
</if>
<if test="cnsnidcard != null" >
CNSNIDCARD = #{cnsnidcard,jdbcType=VARCHAR},
</if>
<if test="ciqcheck != null" >
CIQCHECK = #{ciqcheck,jdbcType=CHAR},
</if>
<if test="tmpbillno != null" >
TMPBILLNO = #{tmpbillno,jdbcType=VARCHAR},
</if>
<if test="subbillid != null" >
SUBBILLID = #{subbillid,jdbcType=VARCHAR},
</if>
<if test="istrans != null" >
ISTRANS = #{istrans,jdbcType=VARCHAR},
</if>
<if test="splittag != null" >
SPLITTAG = #{splittag,jdbcType=CHAR},
</if>
<if test="customstrans != null" >
CUSTOMSTRANS = #{customstrans,jdbcType=CHAR},
</if>
<if test="endoper != null" >
ENDOPER = #{endoper,jdbcType=VARCHAR},
</if>
<if test="endopetime != null" >
ENDOPETIME = #{endopetime,jdbcType=TIMESTAMP},
</if>
<if test="confirmoper != null" >
CONFIRMOPER = #{confirmoper,jdbcType=VARCHAR},
</if>
<if test="confirmopetime != null" >
CONFIRMOPETIME = #{confirmopetime,jdbcType=TIMESTAMP},
</if>
<if test="csgcustomer != null" >
CSGCUSTOMER = #{csgcustomer,jdbcType=VARCHAR},
</if>
<if test="relationbillid != null" >
RELATIONBILLID = #{relationbillid,jdbcType=VARCHAR},
</if>
<if test="customsCountry != null" >
CUSTOMS_COUNTRY = #{customsCountry,jdbcType=VARCHAR},
</if>
<if test="customsCity != null" >
CUSTOMS_CITY = #{customsCity,jdbcType=VARCHAR},
</if>
<if test="customsRemark != null" >
CUSTOMS_REMARK = #{customsRemark,jdbcType=VARCHAR},
</if>
<if test="cargosource != null" >
CARGOSOURCE = #{cargosource,jdbcType=VARCHAR},
</if>
<if test="cargonmch != null" >
CARGONMCH = #{cargonmch,jdbcType=VARCHAR},
</if>
<if test="isdgr != null" >
ISDGR = #{isdgr,jdbcType=VARCHAR},
</if>
<if test="percent != null" >
PERCENT = #{percent,jdbcType=DECIMAL},
</if>
<if test="awbtype != null" >
AWBTYPE = #{awbtype,jdbcType=VARCHAR},
</if>
<if test="status != null" >
STATUS = #{status,jdbcType=VARCHAR},
</if>
<if test="paymodel != null" >
PAYMODEL = #{paymodel,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
ISDELETE = #{isdelete,jdbcType=BIT},
</if>
<if test="optime != null" >
OPTIME = #{optime,jdbcType=TIMESTAMP},
</if>
</set>
where BILLID = #{billid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.AWB_AWBINFO" >
update T_FIL_AWBINFO
set STOCKTYPEID = #{stocktypeid,jdbcType=VARCHAR},
STOCKPRE = #{stockpre,jdbcType=VARCHAR},
STOCKNO = #{stockno,jdbcType=VARCHAR},
PRODUCTID = #{productid,jdbcType=VARCHAR},
CARRIERPRODUCTID = #{carrierproductid,jdbcType=VARCHAR},
DELFLAG = #{delflag,jdbcType=VARCHAR},
PREVIOUSBILLID = #{previousbillid,jdbcType=VARCHAR},
DOMINT = #{domint,jdbcType=VARCHAR},
CUSTOMCTL = #{customctl,jdbcType=VARCHAR},
SPECOPEID = #{specopeid,jdbcType=VARCHAR},
SPECOPEIDEXT = #{specopeidext,jdbcType=VARCHAR},
SAIRPORTID = #{sairportid,jdbcType=VARCHAR},
SCITYID = #{scityid,jdbcType=VARCHAR},
EAIRPORTID = #{eairportid,jdbcType=VARCHAR},
ECITYID = #{ecityid,jdbcType=VARCHAR},
BY1 = #{by1,jdbcType=VARCHAR},
DEST1 = #{dest1,jdbcType=VARCHAR},
DEST1CITY = #{dest1city,jdbcType=VARCHAR},
BY2 = #{by2,jdbcType=VARCHAR},
DEST2 = #{dest2,jdbcType=VARCHAR},
DEST2CITY = #{dest2city,jdbcType=VARCHAR},
BY3 = #{by3,jdbcType=VARCHAR},
DEST3 = #{dest3,jdbcType=VARCHAR},
DEST3CITY = #{dest3city,jdbcType=VARCHAR},
BY4 = #{by4,jdbcType=VARCHAR},
DEST4 = #{dest4,jdbcType=VARCHAR},
DEST4CITY = #{dest4city,jdbcType=VARCHAR},
CARGONO = #{cargono,jdbcType=VARCHAR},
CARGONM = #{cargonm,jdbcType=VARCHAR},
PACK = #{pack,jdbcType=VARCHAR},
MEAS = #{meas,jdbcType=VARCHAR},
PCS = #{pcs,jdbcType=DECIMAL},
WEIGHT = #{weight,jdbcType=DECIMAL},
FEEWT = #{feewt,jdbcType=DECIMAL},
VOL = #{vol,jdbcType=DECIMAL},
CTRLOPEDEPARTMENT = #{ctrlopedepartment,jdbcType=VARCHAR},
SHPRNAME = #{shprname,jdbcType=VARCHAR},
SHPRMOBILETYPE = #{shprmobiletype,jdbcType=VARCHAR},
SHPRTEL = #{shprtel,jdbcType=VARCHAR},
SHPRADDRESS = #{shpraddress,jdbcType=VARCHAR},
SHPRCOUNTYR = #{shprcountyr,jdbcType=VARCHAR},
SHPCOMID = #{shpcomid,jdbcType=VARCHAR},
SHPAEOCODE = #{shpaeocode,jdbcType=VARCHAR},
SHPCUSTOMERID = #{shpcustomerid,jdbcType=VARCHAR},
CNSNNAME = #{cnsnname,jdbcType=VARCHAR},
CNSRMOBILETYPE = #{cnsrmobiletype,jdbcType=VARCHAR},
CNSNTEL = #{cnsntel,jdbcType=VARCHAR},
CNSNADDRESS = #{cnsnaddress,jdbcType=VARCHAR},
CNSCOUNTYR = #{cnscountyr,jdbcType=VARCHAR},
CNSCOMID = #{cnscomid,jdbcType=VARCHAR},
CNSAEOCODE = #{cnsaeocode,jdbcType=VARCHAR},
CNSRCTCNAME = #{cnsrctcname,jdbcType=VARCHAR},
CNSRCTCTEL = #{cnsrctctel,jdbcType=VARCHAR},
CSGCUSTOMERID = #{csgcustomerid,jdbcType=VARCHAR},
COLLECTED = #{collected,jdbcType=VARCHAR},
EXCHAGERATE = #{exchagerate,jdbcType=DECIMAL},
COMAT = #{comat,jdbcType=VARCHAR},
REFRIGERATED = #{refrigerated,jdbcType=VARCHAR},
FORKNUM = #{forknum,jdbcType=DECIMAL},
WHSHOLD = #{whshold,jdbcType=VARCHAR},
EXPCUSTTRANSIT = #{expcusttransit,jdbcType=VARCHAR},
IMPCUSTTRANSIT = #{impcusttransit,jdbcType=VARCHAR},
SHORTTRANS = #{shorttrans,jdbcType=VARCHAR},
SHORTTRANSBUP = #{shorttransbup,jdbcType=VARCHAR},
CARGOOWNER = #{cargoowner,jdbcType=VARCHAR},
CHARGETIME = #{chargetime,jdbcType=TIMESTAMP},
ISINSTRUCTION = #{isinstruction,jdbcType=VARCHAR},
NOTIFY = #{notify,jdbcType=VARCHAR},
SHIPPERVALUE = #{shippervalue,jdbcType=DECIMAL},
TRAFFICVALUE = #{trafficvalue,jdbcType=DECIMAL},
CUSTOMVALUE = #{customvalue,jdbcType=DECIMAL},
INSUREVALUE = #{insurevalue,jdbcType=DECIMAL},
FILEATTACHED = #{fileattached,jdbcType=VARCHAR},
RATETYPE = #{ratetype,jdbcType=VARCHAR},
PROCESSINGMETHOD = #{processingmethod,jdbcType=VARCHAR},
HANDLINGCIRCS = #{handlingcircs,jdbcType=VARCHAR},
RESERVEDTONNAGE = #{reservedtonnage,jdbcType=VARCHAR},
CARRIAGE = #{carriage,jdbcType=DECIMAL},
RATE = #{rate,jdbcType=DECIMAL},
CRTOPER = #{crtoper,jdbcType=VARCHAR},
WTUNIT = #{wtunit,jdbcType=VARCHAR},
ORIGINALWT = #{originalwt,jdbcType=DECIMAL},
ORIGINALFEEWT = #{originalfeewt,jdbcType=DECIMAL},
VOLUNIT = #{volunit,jdbcType=VARCHAR},
CURRENCYID = #{currencyid,jdbcType=VARCHAR},
ORIGINALVOL = #{originalvol,jdbcType=DECIMAL},
CRTOPETIME = #{crtopetime,jdbcType=TIMESTAMP},
DLVPRIORITY = #{dlvpriority,jdbcType=CHAR},
CHKED = #{chked,jdbcType=VARCHAR},
LABELNUM = #{labelnum,jdbcType=DECIMAL},
SHPCUSTOMER = #{shpcustomer,jdbcType=VARCHAR},
CRTAGENT = #{crtagent,jdbcType=VARCHAR},
CRTDATE = #{crtdate,jdbcType=TIMESTAMP},
EXTRAWEIGHT = #{extraweight,jdbcType=DECIMAL},
STOREREMARK = #{storeremark,jdbcType=VARCHAR},
BALANCEREMARK = #{balanceremark,jdbcType=VARCHAR},
FILECHKED = #{filechked,jdbcType=VARCHAR},
ISCARBALANCE = #{iscarbalance,jdbcType=VARCHAR},
CNSNIDCARD = #{cnsnidcard,jdbcType=VARCHAR},
CIQCHECK = #{ciqcheck,jdbcType=CHAR},
TMPBILLNO = #{tmpbillno,jdbcType=VARCHAR},
SUBBILLID = #{subbillid,jdbcType=VARCHAR},
ISTRANS = #{istrans,jdbcType=VARCHAR},
SPLITTAG = #{splittag,jdbcType=CHAR},
CUSTOMSTRANS = #{customstrans,jdbcType=CHAR},
ENDOPER = #{endoper,jdbcType=VARCHAR},
ENDOPETIME = #{endopetime,jdbcType=TIMESTAMP},
CONFIRMOPER = #{confirmoper,jdbcType=VARCHAR},
CONFIRMOPETIME = #{confirmopetime,jdbcType=TIMESTAMP},
CSGCUSTOMER = #{csgcustomer,jdbcType=VARCHAR},
RELATIONBILLID = #{relationbillid,jdbcType=VARCHAR},
CUSTOMS_COUNTRY = #{customsCountry,jdbcType=VARCHAR},
CUSTOMS_CITY = #{customsCity,jdbcType=VARCHAR},
CUSTOMS_REMARK = #{customsRemark,jdbcType=VARCHAR},
CARGOSOURCE = #{cargosource,jdbcType=VARCHAR},
CARGONMCH = #{cargonmch,jdbcType=VARCHAR},
ISDGR = #{isdgr,jdbcType=VARCHAR},
PERCENT = #{percent,jdbcType=DECIMAL},
AWBTYPE = #{awbtype,jdbcType=VARCHAR},
STATUS = #{status,jdbcType=VARCHAR},
PAYMODEL = #{paymodel,jdbcType=VARCHAR},
ISDELETE = #{isdelete,jdbcType=BIT},
OPTIME = #{optime,jdbcType=TIMESTAMP}
where BILLID = #{billid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.CONFIG_AIRSTATION_CUSTOMCODEMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.CONFIG_AIRSTATION_CUSTOMCODE" >
<result column="airStationName" property="airstationname" jdbcType="VARCHAR" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.CONFIG_AIRSTATION_CUSTOMCODE" >
insert into CONFIG_AIRSTATION_CUSTOMCODE (airStationName, customCode)
values (#{airstationname,jdbcType=VARCHAR}, #{customcode,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.CONFIG_AIRSTATION_CUSTOMCODE" >
insert into CONFIG_AIRSTATION_CUSTOMCODE
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="airstationname != null" >
airStationName,
</if>
<if test="customcode != null" >
customCode,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="airstationname != null" >
#{airstationname,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
</trim>
</insert>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.CONFIG_USER_CARRIERMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.CONFIG_USER_CARRIER" >
<result column="userId" property="userid" jdbcType="INTEGER" />
<result column="carrierCode" property="carriercode" jdbcType="VARCHAR" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_CARRIER" >
insert into CONFIG_USER_CARRIER (userId, carrierCode)
values (#{userid,jdbcType=INTEGER}, #{carriercode,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_CARRIER" >
insert into CONFIG_USER_CARRIER
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="userid != null" >
userId,
</if>
<if test="carriercode != null" >
carrierCode,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="userid != null" >
#{userid,jdbcType=INTEGER},
</if>
<if test="carriercode != null" >
#{carriercode,jdbcType=VARCHAR},
</if>
</trim>
</insert>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.sunyo.wlpt.base.dao.CONFIG_USER_CUSTOMCODEMapper">
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE">
<result column="userID" jdbcType="INTEGER" property="userid" />
<result column="customCode" jdbcType="VARCHAR" property="customcode" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE">
insert into CONFIG_USER_CUSTOMCODE (userID, customCode)
values (#{userid,jdbcType=INTEGER}, #{customcode,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE">
insert into CONFIG_USER_CUSTOMCODE
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="userid != null">
userID,
</if>
<if test="customcode != null">
customCode,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="userid != null">
#{userid,jdbcType=INTEGER},
</if>
<if test="customcode != null">
#{customcode,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE">
<result column="userID" jdbcType="INTEGER" property="userid" />
<result column="customCode" jdbcType="VARCHAR" property="customcode" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE">
insert into CONFIG_USER_CUSTOMCODE (userID, customCode)
values (#{userid,jdbcType=INTEGER}, #{customcode,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_CUSTOMCODE">
insert into CONFIG_USER_CUSTOMCODE
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="userid != null">
userID,
</if>
<if test="customcode != null">
customCode,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="userid != null">
#{userid,jdbcType=INTEGER},
</if>
<if test="customcode != null">
#{customcode,jdbcType=VARCHAR},
</if>
</trim>
</insert>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.CONFIG_USER_EnterpriseCodeMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.CONFIG_USER_EnterpriseCode" >
<result column="userId" property="userid" jdbcType="INTEGER" />
<result column="enterpriseCode" property="enterprisecode" jdbcType="VARCHAR" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_EnterpriseCode" >
insert into CONFIG_USER_EnterpriseCode (userId, enterpriseCode)
values (#{userid,jdbcType=INTEGER}, #{enterprisecode,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.CONFIG_USER_EnterpriseCode" >
insert into CONFIG_USER_EnterpriseCode
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="userid != null" >
userId,
</if>
<if test="enterprisecode != null" >
enterpriseCode,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="userid != null" >
#{userid,jdbcType=INTEGER},
</if>
<if test="enterprisecode != null" >
#{enterprisecode,jdbcType=VARCHAR},
</if>
</trim>
</insert>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_MT1201Mapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT1201" >
<id column="uuid" property="uuid" jdbcType="VARCHAR" />
<result column="awba" property="awba" jdbcType="VARCHAR" />
<result column="awbh" property="awbh" jdbcType="VARCHAR" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="goodsName" property="goodsname" jdbcType="VARCHAR" />
<result column="acTime" property="actime" jdbcType="TIMESTAMP" />
<result column="carrier" property="carrier" jdbcType="VARCHAR" />
<result column="flightNo" property="flightno" jdbcType="VARCHAR" />
<result column="flightDate" property="flightdate" jdbcType="DATE" />
<result column="originStation" property="originstation" jdbcType="VARCHAR" />
<result column="destinationStation" property="destinationstation" jdbcType="VARCHAR" />
<result column="piece" property="piece" jdbcType="INTEGER" />
<result column="weight" property="weight" jdbcType="DECIMAL" />
<result column="splitCode" property="splitcode" jdbcType="VARCHAR" />
<result column="status" property="status" jdbcType="VARCHAR" />
<result column="isDelete" property="isdelete" jdbcType="BIT" />
<result column="uldType" property="uldtype" jdbcType="VARCHAR" />
<result column="uldNo" property="uldno" jdbcType="VARCHAR" />
<result column="planeNo" property="planeno" jdbcType="VARCHAR" />
<result column="opeuserid" property="opeuserid" jdbcType="VARCHAR" />
<result column="ext5" property="ext5" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
uuid, awba, awbh, customCode, goodsName, acTime, carrier, flightNo, flightDate, originStation,
destinationStation, piece, weight, splitCode, status, isDelete, uldType, uldNo, planeNo,
opeuserid, ext5
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from CUSTOM_MT1201
where uuid = #{uuid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_MT1201
where uuid = #{uuid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT1201" >
insert into CUSTOM_MT1201 (uuid, awba, awbh,
customCode, goodsName, acTime,
carrier, flightNo, flightDate,
originStation, destinationStation, piece,
weight, splitCode, status,
isDelete, uldType, uldNo,
planeNo, opeuserid, ext5
)
values (#{uuid,jdbcType=VARCHAR}, #{awba,jdbcType=VARCHAR}, #{awbh,jdbcType=VARCHAR},
#{customcode,jdbcType=VARCHAR}, #{goodsname,jdbcType=VARCHAR}, #{actime,jdbcType=TIMESTAMP},
#{carrier,jdbcType=VARCHAR}, #{flightno,jdbcType=VARCHAR}, #{flightdate,jdbcType=DATE},
#{originstation,jdbcType=VARCHAR}, #{destinationstation,jdbcType=VARCHAR}, #{piece,jdbcType=INTEGER},
#{weight,jdbcType=DECIMAL}, #{splitcode,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR},
#{isdelete,jdbcType=BIT}, #{uldtype,jdbcType=VARCHAR}, #{uldno,jdbcType=VARCHAR},
#{planeno,jdbcType=VARCHAR}, #{opeuserid,jdbcType=VARCHAR}, #{ext5,jdbcType=VARCHAR}
)
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT1201" >
insert into CUSTOM_MT1201
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
uuid,
</if>
<if test="awba != null" >
awba,
</if>
<if test="awbh != null" >
awbh,
</if>
<if test="customcode != null" >
customCode,
</if>
<if test="goodsname != null" >
goodsName,
</if>
<if test="actime != null" >
acTime,
</if>
<if test="carrier != null" >
carrier,
</if>
<if test="flightno != null" >
flightNo,
</if>
<if test="flightdate != null" >
flightDate,
</if>
<if test="originstation != null" >
originStation,
</if>
<if test="destinationstation != null" >
destinationStation,
</if>
<if test="piece != null" >
piece,
</if>
<if test="weight != null" >
weight,
</if>
<if test="splitcode != null" >
splitCode,
</if>
<if test="status != null" >
status,
</if>
<if test="isdelete != null" >
isDelete,
</if>
<if test="uldtype != null" >
uldType,
</if>
<if test="uldno != null" >
uldNo,
</if>
<if test="planeno != null" >
planeNo,
</if>
<if test="opeuserid != null" >
opeuserid,
</if>
<if test="ext5 != null" >
ext5,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
#{uuid,jdbcType=VARCHAR},
</if>
<if test="awba != null" >
#{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
#{awbh,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
#{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
#{actime,jdbcType=TIMESTAMP},
</if>
<if test="carrier != null" >
#{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
#{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
#{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
#{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
#{weight,jdbcType=DECIMAL},
</if>
<if test="splitcode != null" >
#{splitcode,jdbcType=VARCHAR},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="uldtype != null" >
#{uldtype,jdbcType=VARCHAR},
</if>
<if test="uldno != null" >
#{uldno,jdbcType=VARCHAR},
</if>
<if test="planeno != null" >
#{planeno,jdbcType=VARCHAR},
</if>
<if test="opeuserid != null" >
#{opeuserid,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
#{ext5,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT1201" >
update CUSTOM_MT1201
<set >
<if test="awba != null" >
awba = #{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
awbh = #{awbh,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
customCode = #{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
goodsName = #{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
acTime = #{actime,jdbcType=TIMESTAMP},
</if>
<if test="carrier != null" >
carrier = #{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
flightNo = #{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
flightDate = #{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
originStation = #{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
destinationStation = #{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
piece = #{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
weight = #{weight,jdbcType=DECIMAL},
</if>
<if test="splitcode != null" >
splitCode = #{splitcode,jdbcType=VARCHAR},
</if>
<if test="status != null" >
status = #{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
isDelete = #{isdelete,jdbcType=BIT},
</if>
<if test="uldtype != null" >
uldType = #{uldtype,jdbcType=VARCHAR},
</if>
<if test="uldno != null" >
uldNo = #{uldno,jdbcType=VARCHAR},
</if>
<if test="planeno != null" >
planeNo = #{planeno,jdbcType=VARCHAR},
</if>
<if test="opeuserid != null" >
opeuserid = #{opeuserid,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
ext5 = #{ext5,jdbcType=VARCHAR},
</if>
</set>
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT1201" >
update CUSTOM_MT1201
set awba = #{awba,jdbcType=VARCHAR},
awbh = #{awbh,jdbcType=VARCHAR},
customCode = #{customcode,jdbcType=VARCHAR},
goodsName = #{goodsname,jdbcType=VARCHAR},
acTime = #{actime,jdbcType=TIMESTAMP},
carrier = #{carrier,jdbcType=VARCHAR},
flightNo = #{flightno,jdbcType=VARCHAR},
flightDate = #{flightdate,jdbcType=DATE},
originStation = #{originstation,jdbcType=VARCHAR},
destinationStation = #{destinationstation,jdbcType=VARCHAR},
piece = #{piece,jdbcType=INTEGER},
weight = #{weight,jdbcType=DECIMAL},
splitCode = #{splitcode,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
isDelete = #{isdelete,jdbcType=BIT},
uldType = #{uldtype,jdbcType=VARCHAR},
uldNo = #{uldno,jdbcType=VARCHAR},
planeNo = #{planeno,jdbcType=VARCHAR},
opeuserid = #{opeuserid,jdbcType=VARCHAR},
ext5 = #{ext5,jdbcType=VARCHAR}
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_MT2201Mapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201" >
<id column="uuid" property="uuid" jdbcType="VARCHAR" />
<result column="awba" property="awba" jdbcType="VARCHAR" />
<result column="awbh" property="awbh" jdbcType="VARCHAR" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="goodsName" property="goodsname" jdbcType="VARCHAR" />
<result column="acTime" property="actime" jdbcType="TIMESTAMP" />
<result column="carrier" property="carrier" jdbcType="VARCHAR" />
<result column="flightNo" property="flightno" jdbcType="VARCHAR" />
<result column="flightDate" property="flightdate" jdbcType="DATE" />
<result column="originStation" property="originstation" jdbcType="VARCHAR" />
<result column="destinationStation" property="destinationstation" jdbcType="VARCHAR" />
<result column="piece" property="piece" jdbcType="INTEGER" />
<result column="weight" property="weight" jdbcType="DECIMAL" />
<result column="splitCode" property="splitcode" jdbcType="VARCHAR" />
<result column="status" property="status" jdbcType="VARCHAR" />
<result column="offLoad" property="offload" jdbcType="VARCHAR" />
<result column="offLoadUuid" property="offloaduuid" jdbcType="VARCHAR" />
<result column="isDelete" property="isdelete" jdbcType="BIT" />
<result column="customType" property="customtype" jdbcType="VARCHAR" />
<result column="ext2" property="ext2" jdbcType="VARCHAR" />
<result column="ext3" property="ext3" jdbcType="VARCHAR" />
<result column="ext4" property="ext4" jdbcType="VARCHAR" />
<result column="ext5" property="ext5" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
uuid, awba, awbh, customCode, goodsName, acTime, carrier, flightNo, flightDate, originStation,
destinationStation, piece, weight, splitCode, status, offLoad, offLoadUuid, isDelete,
customType, ext2, ext3, ext4, ext5
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from CUSTOM_MT2201
where uuid = #{uuid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_MT2201
where uuid = #{uuid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201" >
insert into CUSTOM_MT2201 (uuid, awba, awbh,
customCode, goodsName, acTime,
carrier, flightNo, flightDate,
originStation, destinationStation, piece,
weight, splitCode, status,
offLoad, offLoadUuid, isDelete,
customType, ext2, ext3,
ext4, ext5)
values (#{uuid,jdbcType=VARCHAR}, #{awba,jdbcType=VARCHAR}, #{awbh,jdbcType=VARCHAR},
#{customcode,jdbcType=VARCHAR}, #{goodsname,jdbcType=VARCHAR}, #{actime,jdbcType=TIMESTAMP},
#{carrier,jdbcType=VARCHAR}, #{flightno,jdbcType=VARCHAR}, #{flightdate,jdbcType=DATE},
#{originstation,jdbcType=VARCHAR}, #{destinationstation,jdbcType=VARCHAR}, #{piece,jdbcType=INTEGER},
#{weight,jdbcType=DECIMAL}, #{splitcode,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR},
#{offload,jdbcType=VARCHAR}, #{offloaduuid,jdbcType=VARCHAR}, #{isdelete,jdbcType=BIT},
#{customtype,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR},
#{ext4,jdbcType=VARCHAR}, #{ext5,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201" >
insert into CUSTOM_MT2201
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
uuid,
</if>
<if test="awba != null" >
awba,
</if>
<if test="awbh != null" >
awbh,
</if>
<if test="customcode != null" >
customCode,
</if>
<if test="goodsname != null" >
goodsName,
</if>
<if test="actime != null" >
acTime,
</if>
<if test="carrier != null" >
carrier,
</if>
<if test="flightno != null" >
flightNo,
</if>
<if test="flightdate != null" >
flightDate,
</if>
<if test="originstation != null" >
originStation,
</if>
<if test="destinationstation != null" >
destinationStation,
</if>
<if test="piece != null" >
piece,
</if>
<if test="weight != null" >
weight,
</if>
<if test="splitcode != null" >
splitCode,
</if>
<if test="status != null" >
status,
</if>
<if test="offload != null" >
offLoad,
</if>
<if test="offloaduuid != null" >
offLoadUuid,
</if>
<if test="isdelete != null" >
isDelete,
</if>
<if test="customtype != null" >
customType,
</if>
<if test="ext2 != null" >
ext2,
</if>
<if test="ext3 != null" >
ext3,
</if>
<if test="ext4 != null" >
ext4,
</if>
<if test="ext5 != null" >
ext5,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
#{uuid,jdbcType=VARCHAR},
</if>
<if test="awba != null" >
#{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
#{awbh,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
#{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
#{actime,jdbcType=TIMESTAMP},
</if>
<if test="carrier != null" >
#{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
#{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
#{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
#{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
#{weight,jdbcType=DECIMAL},
</if>
<if test="splitcode != null" >
#{splitcode,jdbcType=VARCHAR},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="offload != null" >
#{offload,jdbcType=VARCHAR},
</if>
<if test="offloaduuid != null" >
#{offloaduuid,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="customtype != null" >
#{customtype,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
#{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
#{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
#{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
#{ext5,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201" >
update CUSTOM_MT2201
<set >
<if test="awba != null" >
awba = #{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
awbh = #{awbh,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
customCode = #{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
goodsName = #{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
acTime = #{actime,jdbcType=TIMESTAMP},
</if>
<if test="carrier != null" >
carrier = #{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
flightNo = #{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
flightDate = #{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
originStation = #{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
destinationStation = #{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
piece = #{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
weight = #{weight,jdbcType=DECIMAL},
</if>
<if test="splitcode != null" >
splitCode = #{splitcode,jdbcType=VARCHAR},
</if>
<if test="status != null" >
status = #{status,jdbcType=VARCHAR},
</if>
<if test="offload != null" >
offLoad = #{offload,jdbcType=VARCHAR},
</if>
<if test="offloaduuid != null" >
offLoadUuid = #{offloaduuid,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
isDelete = #{isdelete,jdbcType=BIT},
</if>
<if test="customtype != null" >
customType = #{customtype,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
ext2 = #{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
ext3 = #{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
ext4 = #{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
ext5 = #{ext5,jdbcType=VARCHAR},
</if>
</set>
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT2201" >
update CUSTOM_MT2201
set awba = #{awba,jdbcType=VARCHAR},
awbh = #{awbh,jdbcType=VARCHAR},
customCode = #{customcode,jdbcType=VARCHAR},
goodsName = #{goodsname,jdbcType=VARCHAR},
acTime = #{actime,jdbcType=TIMESTAMP},
carrier = #{carrier,jdbcType=VARCHAR},
flightNo = #{flightno,jdbcType=VARCHAR},
flightDate = #{flightdate,jdbcType=DATE},
originStation = #{originstation,jdbcType=VARCHAR},
destinationStation = #{destinationstation,jdbcType=VARCHAR},
piece = #{piece,jdbcType=INTEGER},
weight = #{weight,jdbcType=DECIMAL},
splitCode = #{splitcode,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
offLoad = #{offload,jdbcType=VARCHAR},
offLoadUuid = #{offloaduuid,jdbcType=VARCHAR},
isDelete = #{isdelete,jdbcType=BIT},
customType = #{customtype,jdbcType=VARCHAR},
ext2 = #{ext2,jdbcType=VARCHAR},
ext3 = #{ext3,jdbcType=VARCHAR},
ext4 = #{ext4,jdbcType=VARCHAR},
ext5 = #{ext5,jdbcType=VARCHAR}
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_MT3201Mapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT3201" >
<id column="uuid" property="uuid" jdbcType="VARCHAR" />
<result column="awba" property="awba" jdbcType="VARCHAR" />
<result column="awbh" property="awbh" jdbcType="VARCHAR" />
<result column="carrier" property="carrier" jdbcType="VARCHAR" />
<result column="flightNo" property="flightno" jdbcType="VARCHAR" />
<result column="flightDate" property="flightdate" jdbcType="DATE" />
<result column="originStation" property="originstation" jdbcType="VARCHAR" />
<result column="destinationStation" property="destinationstation" jdbcType="VARCHAR" />
<result column="piece" property="piece" jdbcType="INTEGER" />
<result column="weight" property="weight" jdbcType="DECIMAL" />
<result column="arriveTime" property="arrivetime" jdbcType="TIMESTAMP" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="goodsName" property="goodsname" jdbcType="VARCHAR" />
<result column="acTime" property="actime" jdbcType="TIMESTAMP" />
<result column="status" property="status" jdbcType="VARCHAR" />
<result column="isDelete" property="isdelete" jdbcType="BIT" />
<result column="ext1" property="ext1" jdbcType="VARCHAR" />
<result column="ext2" property="ext2" jdbcType="VARCHAR" />
<result column="ext3" property="ext3" jdbcType="VARCHAR" />
<result column="ext4" property="ext4" jdbcType="VARCHAR" />
<result column="ext5" property="ext5" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
uuid, awba, awbh, carrier, flightNo, flightDate, originStation, destinationStation,
piece, weight, arriveTime, customCode, goodsName, acTime, status, isDelete, ext1,
ext2, ext3, ext4, ext5
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from CUSTOM_MT3201
where uuid = #{uuid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_MT3201
where uuid = #{uuid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT3201" >
insert into CUSTOM_MT3201 (uuid, awba, awbh,
carrier, flightNo, flightDate,
originStation, destinationStation, piece,
weight, arriveTime, customCode,
goodsName, acTime, status,
isDelete, ext1, ext2, ext3,
ext4, ext5)
values (#{uuid,jdbcType=VARCHAR}, #{awba,jdbcType=VARCHAR}, #{awbh,jdbcType=VARCHAR},
#{carrier,jdbcType=VARCHAR}, #{flightno,jdbcType=VARCHAR}, #{flightdate,jdbcType=DATE},
#{originstation,jdbcType=VARCHAR}, #{destinationstation,jdbcType=VARCHAR}, #{piece,jdbcType=INTEGER},
#{weight,jdbcType=DECIMAL}, #{arrivetime,jdbcType=TIMESTAMP}, #{customcode,jdbcType=VARCHAR},
#{goodsname,jdbcType=VARCHAR}, #{actime,jdbcType=TIMESTAMP}, #{status,jdbcType=VARCHAR},
#{isdelete,jdbcType=BIT}, #{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR},
#{ext4,jdbcType=VARCHAR}, #{ext5,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT3201" >
insert into CUSTOM_MT3201
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
uuid,
</if>
<if test="awba != null" >
awba,
</if>
<if test="awbh != null" >
awbh,
</if>
<if test="carrier != null" >
carrier,
</if>
<if test="flightno != null" >
flightNo,
</if>
<if test="flightdate != null" >
flightDate,
</if>
<if test="originstation != null" >
originStation,
</if>
<if test="destinationstation != null" >
destinationStation,
</if>
<if test="piece != null" >
piece,
</if>
<if test="weight != null" >
weight,
</if>
<if test="arrivetime != null" >
arriveTime,
</if>
<if test="customcode != null" >
customCode,
</if>
<if test="goodsname != null" >
goodsName,
</if>
<if test="actime != null" >
acTime,
</if>
<if test="status != null" >
status,
</if>
<if test="isdelete != null" >
isDelete,
</if>
<if test="ext1 != null" >
ext1,
</if>
<if test="ext2 != null" >
ext2,
</if>
<if test="ext3 != null" >
ext3,
</if>
<if test="ext4 != null" >
ext4,
</if>
<if test="ext5 != null" >
ext5,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
#{uuid,jdbcType=VARCHAR},
</if>
<if test="awba != null" >
#{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
#{awbh,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
#{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
#{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
#{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
#{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
#{weight,jdbcType=DECIMAL},
</if>
<if test="arrivetime != null" >
#{arrivetime,jdbcType=TIMESTAMP},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
#{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
#{actime,jdbcType=TIMESTAMP},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
#{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
#{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
#{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
#{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
#{ext5,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT3201" >
update CUSTOM_MT3201
<set >
<if test="awba != null" >
awba = #{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
awbh = #{awbh,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
carrier = #{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
flightNo = #{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
flightDate = #{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
originStation = #{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
destinationStation = #{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
piece = #{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
weight = #{weight,jdbcType=DECIMAL},
</if>
<if test="arrivetime != null" >
arriveTime = #{arrivetime,jdbcType=TIMESTAMP},
</if>
<if test="customcode != null" >
customCode = #{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
goodsName = #{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
acTime = #{actime,jdbcType=TIMESTAMP},
</if>
<if test="status != null" >
status = #{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
isDelete = #{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
ext1 = #{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
ext2 = #{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
ext3 = #{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
ext4 = #{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
ext5 = #{ext5,jdbcType=VARCHAR},
</if>
</set>
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT3201" >
update CUSTOM_MT3201
set awba = #{awba,jdbcType=VARCHAR},
awbh = #{awbh,jdbcType=VARCHAR},
carrier = #{carrier,jdbcType=VARCHAR},
flightNo = #{flightno,jdbcType=VARCHAR},
flightDate = #{flightdate,jdbcType=DATE},
originStation = #{originstation,jdbcType=VARCHAR},
destinationStation = #{destinationstation,jdbcType=VARCHAR},
piece = #{piece,jdbcType=INTEGER},
weight = #{weight,jdbcType=DECIMAL},
arriveTime = #{arrivetime,jdbcType=TIMESTAMP},
customCode = #{customcode,jdbcType=VARCHAR},
goodsName = #{goodsname,jdbcType=VARCHAR},
acTime = #{actime,jdbcType=TIMESTAMP},
status = #{status,jdbcType=VARCHAR},
isDelete = #{isdelete,jdbcType=BIT},
ext1 = #{ext1,jdbcType=VARCHAR},
ext2 = #{ext2,jdbcType=VARCHAR},
ext3 = #{ext3,jdbcType=VARCHAR},
ext4 = #{ext4,jdbcType=VARCHAR},
ext5 = #{ext5,jdbcType=VARCHAR}
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_MT4201Mapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT4201" >
<id column="uuid" property="uuid" jdbcType="VARCHAR" />
<result column="carrier" property="carrier" jdbcType="VARCHAR" />
<result column="flightNo" property="flightno" jdbcType="VARCHAR" />
<result column="flightDate" property="flightdate" jdbcType="DATE" />
<result column="originStation" property="originstation" jdbcType="VARCHAR" />
<result column="destinationStation" property="destinationstation" jdbcType="VARCHAR" />
<result column="awba" property="awba" jdbcType="VARCHAR" />
<result column="awbh" property="awbh" jdbcType="VARCHAR" />
<result column="lodingPiece" property="lodingpiece" jdbcType="INTEGER" />
<result column="lodingWeight" property="lodingweight" jdbcType="DECIMAL" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="goodsName" property="goodsname" jdbcType="VARCHAR" />
<result column="acTime" property="actime" jdbcType="TIMESTAMP" />
<result column="loadingTime" property="loadingtime" jdbcType="TIMESTAMP" />
<result column="specialGoods" property="specialgoods" jdbcType="VARCHAR" />
<result column="status" property="status" jdbcType="VARCHAR" />
<result column="isDelete" property="isdelete" jdbcType="BIT" />
<result column="ext1" property="ext1" jdbcType="VARCHAR" />
<result column="ext2" property="ext2" jdbcType="VARCHAR" />
<result column="ext3" property="ext3" jdbcType="VARCHAR" />
<result column="ext4" property="ext4" jdbcType="VARCHAR" />
<result column="ext5" property="ext5" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
uuid, carrier, flightNo, flightDate, originStation, destinationStation, awba, awbh,
lodingPiece, lodingWeight, customCode, goodsName, acTime, loadingTime, specialGoods,
status, isDelete, ext1, ext2, ext3, ext4, ext5
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from CUSTOM_MT4201
where uuid = #{uuid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_MT4201
where uuid = #{uuid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT4201" >
insert into CUSTOM_MT4201 (uuid, carrier, flightNo,
flightDate, originStation, destinationStation,
awba, awbh, lodingPiece,
lodingWeight, customCode, goodsName,
acTime, loadingTime, specialGoods,
status, isDelete, ext1,
ext2, ext3, ext4, ext5
)
values (#{uuid,jdbcType=VARCHAR}, #{carrier,jdbcType=VARCHAR}, #{flightno,jdbcType=VARCHAR},
#{flightdate,jdbcType=DATE}, #{originstation,jdbcType=VARCHAR}, #{destinationstation,jdbcType=VARCHAR},
#{awba,jdbcType=VARCHAR}, #{awbh,jdbcType=VARCHAR}, #{lodingpiece,jdbcType=INTEGER},
#{lodingweight,jdbcType=DECIMAL}, #{customcode,jdbcType=VARCHAR}, #{goodsname,jdbcType=VARCHAR},
#{actime,jdbcType=TIMESTAMP}, #{loadingtime,jdbcType=TIMESTAMP}, #{specialgoods,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR}, #{isdelete,jdbcType=BIT}, #{ext1,jdbcType=VARCHAR},
#{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR}, #{ext4,jdbcType=VARCHAR}, #{ext5,jdbcType=VARCHAR}
)
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT4201" >
insert into CUSTOM_MT4201
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
uuid,
</if>
<if test="carrier != null" >
carrier,
</if>
<if test="flightno != null" >
flightNo,
</if>
<if test="flightdate != null" >
flightDate,
</if>
<if test="originstation != null" >
originStation,
</if>
<if test="destinationstation != null" >
destinationStation,
</if>
<if test="awba != null" >
awba,
</if>
<if test="awbh != null" >
awbh,
</if>
<if test="lodingpiece != null" >
lodingPiece,
</if>
<if test="lodingweight != null" >
lodingWeight,
</if>
<if test="customcode != null" >
customCode,
</if>
<if test="goodsname != null" >
goodsName,
</if>
<if test="actime != null" >
acTime,
</if>
<if test="loadingtime != null" >
loadingTime,
</if>
<if test="specialgoods != null" >
specialGoods,
</if>
<if test="status != null" >
status,
</if>
<if test="isdelete != null" >
isDelete,
</if>
<if test="ext1 != null" >
ext1,
</if>
<if test="ext2 != null" >
ext2,
</if>
<if test="ext3 != null" >
ext3,
</if>
<if test="ext4 != null" >
ext4,
</if>
<if test="ext5 != null" >
ext5,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
#{uuid,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
#{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
#{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
#{destinationstation,jdbcType=VARCHAR},
</if>
<if test="awba != null" >
#{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
#{awbh,jdbcType=VARCHAR},
</if>
<if test="lodingpiece != null" >
#{lodingpiece,jdbcType=INTEGER},
</if>
<if test="lodingweight != null" >
#{lodingweight,jdbcType=DECIMAL},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
#{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
#{actime,jdbcType=TIMESTAMP},
</if>
<if test="loadingtime != null" >
#{loadingtime,jdbcType=TIMESTAMP},
</if>
<if test="specialgoods != null" >
#{specialgoods,jdbcType=VARCHAR},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
#{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
#{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
#{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
#{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
#{ext5,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT4201" >
update CUSTOM_MT4201
<set >
<if test="carrier != null" >
carrier = #{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
flightNo = #{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
flightDate = #{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
originStation = #{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
destinationStation = #{destinationstation,jdbcType=VARCHAR},
</if>
<if test="awba != null" >
awba = #{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
awbh = #{awbh,jdbcType=VARCHAR},
</if>
<if test="lodingpiece != null" >
lodingPiece = #{lodingpiece,jdbcType=INTEGER},
</if>
<if test="lodingweight != null" >
lodingWeight = #{lodingweight,jdbcType=DECIMAL},
</if>
<if test="customcode != null" >
customCode = #{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
goodsName = #{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
acTime = #{actime,jdbcType=TIMESTAMP},
</if>
<if test="loadingtime != null" >
loadingTime = #{loadingtime,jdbcType=TIMESTAMP},
</if>
<if test="specialgoods != null" >
specialGoods = #{specialgoods,jdbcType=VARCHAR},
</if>
<if test="status != null" >
status = #{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
isDelete = #{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
ext1 = #{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
ext2 = #{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
ext3 = #{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
ext4 = #{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
ext5 = #{ext5,jdbcType=VARCHAR},
</if>
</set>
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT4201" >
update CUSTOM_MT4201
set carrier = #{carrier,jdbcType=VARCHAR},
flightNo = #{flightno,jdbcType=VARCHAR},
flightDate = #{flightdate,jdbcType=DATE},
originStation = #{originstation,jdbcType=VARCHAR},
destinationStation = #{destinationstation,jdbcType=VARCHAR},
awba = #{awba,jdbcType=VARCHAR},
awbh = #{awbh,jdbcType=VARCHAR},
lodingPiece = #{lodingpiece,jdbcType=INTEGER},
lodingWeight = #{lodingweight,jdbcType=DECIMAL},
customCode = #{customcode,jdbcType=VARCHAR},
goodsName = #{goodsname,jdbcType=VARCHAR},
acTime = #{actime,jdbcType=TIMESTAMP},
loadingTime = #{loadingtime,jdbcType=TIMESTAMP},
specialGoods = #{specialgoods,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
isDelete = #{isdelete,jdbcType=BIT},
ext1 = #{ext1,jdbcType=VARCHAR},
ext2 = #{ext2,jdbcType=VARCHAR},
ext3 = #{ext3,jdbcType=VARCHAR},
ext4 = #{ext4,jdbcType=VARCHAR},
ext5 = #{ext5,jdbcType=VARCHAR}
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_MT520XMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT520X" >
<id column="uuid" property="uuid" jdbcType="VARCHAR" />
<result column="awba" property="awba" jdbcType="VARCHAR" />
<result column="awbh" property="awbh" jdbcType="VARCHAR" />
<result column="carrier" property="carrier" jdbcType="VARCHAR" />
<result column="flightNo" property="flightno" jdbcType="VARCHAR" />
<result column="flightDate" property="flightdate" jdbcType="DATE" />
<result column="originStation" property="originstation" jdbcType="VARCHAR" />
<result column="destinationStation" property="destinationstation" jdbcType="VARCHAR" />
<result column="piece" property="piece" jdbcType="INTEGER" />
<result column="weight" property="weight" jdbcType="DECIMAL" />
<result column="startTime" property="starttime" jdbcType="TIMESTAMP" />
<result column="endTime" property="endtime" jdbcType="TIMESTAMP" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="goodsName" property="goodsname" jdbcType="VARCHAR" />
<result column="acTime" property="actime" jdbcType="TIMESTAMP" />
<result column="rcfdep" property="rcfdep" jdbcType="VARCHAR" />
<result column="status" property="status" jdbcType="VARCHAR" />
<result column="isDelete" property="isdelete" jdbcType="BIT" />
<result column="ext1" property="ext1" jdbcType="VARCHAR" />
<result column="ext2" property="ext2" jdbcType="VARCHAR" />
<result column="ext3" property="ext3" jdbcType="VARCHAR" />
<result column="ext4" property="ext4" jdbcType="VARCHAR" />
<result column="ext5" property="ext5" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
uuid, awba, awbh, carrier, flightNo, flightDate, originStation, destinationStation,
piece, weight, startTime, endTime, customCode, goodsName, acTime, rcfdep, status,
isDelete, ext1, ext2, ext3, ext4, ext5
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from CUSTOM_MT520X
where uuid = #{uuid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_MT520X
where uuid = #{uuid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT520X" >
insert into CUSTOM_MT520X (uuid, awba, awbh,
carrier, flightNo, flightDate,
originStation, destinationStation, piece,
weight, startTime, endTime,
customCode, goodsName, acTime,
rcfdep, status, isDelete,
ext1, ext2, ext3, ext4,
ext5)
values (#{uuid,jdbcType=VARCHAR}, #{awba,jdbcType=VARCHAR}, #{awbh,jdbcType=VARCHAR},
#{carrier,jdbcType=VARCHAR}, #{flightno,jdbcType=VARCHAR}, #{flightdate,jdbcType=DATE},
#{originstation,jdbcType=VARCHAR}, #{destinationstation,jdbcType=VARCHAR}, #{piece,jdbcType=INTEGER},
#{weight,jdbcType=DECIMAL}, #{starttime,jdbcType=TIMESTAMP}, #{endtime,jdbcType=TIMESTAMP},
#{customcode,jdbcType=VARCHAR}, #{goodsname,jdbcType=VARCHAR}, #{actime,jdbcType=TIMESTAMP},
#{rcfdep,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR}, #{isdelete,jdbcType=BIT},
#{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR}, #{ext4,jdbcType=VARCHAR},
#{ext5,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT520X" >
insert into CUSTOM_MT520X
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
uuid,
</if>
<if test="awba != null" >
awba,
</if>
<if test="awbh != null" >
awbh,
</if>
<if test="carrier != null" >
carrier,
</if>
<if test="flightno != null" >
flightNo,
</if>
<if test="flightdate != null" >
flightDate,
</if>
<if test="originstation != null" >
originStation,
</if>
<if test="destinationstation != null" >
destinationStation,
</if>
<if test="piece != null" >
piece,
</if>
<if test="weight != null" >
weight,
</if>
<if test="starttime != null" >
startTime,
</if>
<if test="endtime != null" >
endTime,
</if>
<if test="customcode != null" >
customCode,
</if>
<if test="goodsname != null" >
goodsName,
</if>
<if test="actime != null" >
acTime,
</if>
<if test="rcfdep != null" >
rcfdep,
</if>
<if test="status != null" >
status,
</if>
<if test="isdelete != null" >
isDelete,
</if>
<if test="ext1 != null" >
ext1,
</if>
<if test="ext2 != null" >
ext2,
</if>
<if test="ext3 != null" >
ext3,
</if>
<if test="ext4 != null" >
ext4,
</if>
<if test="ext5 != null" >
ext5,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
#{uuid,jdbcType=VARCHAR},
</if>
<if test="awba != null" >
#{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
#{awbh,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
#{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
#{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
#{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
#{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
#{weight,jdbcType=DECIMAL},
</if>
<if test="starttime != null" >
#{starttime,jdbcType=TIMESTAMP},
</if>
<if test="endtime != null" >
#{endtime,jdbcType=TIMESTAMP},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
#{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
#{actime,jdbcType=TIMESTAMP},
</if>
<if test="rcfdep != null" >
#{rcfdep,jdbcType=VARCHAR},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
#{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
#{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
#{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
#{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
#{ext5,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT520X" >
update CUSTOM_MT520X
<set >
<if test="awba != null" >
awba = #{awba,jdbcType=VARCHAR},
</if>
<if test="awbh != null" >
awbh = #{awbh,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
carrier = #{carrier,jdbcType=VARCHAR},
</if>
<if test="flightno != null" >
flightNo = #{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
flightDate = #{flightdate,jdbcType=DATE},
</if>
<if test="originstation != null" >
originStation = #{originstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
destinationStation = #{destinationstation,jdbcType=VARCHAR},
</if>
<if test="piece != null" >
piece = #{piece,jdbcType=INTEGER},
</if>
<if test="weight != null" >
weight = #{weight,jdbcType=DECIMAL},
</if>
<if test="starttime != null" >
startTime = #{starttime,jdbcType=TIMESTAMP},
</if>
<if test="endtime != null" >
endTime = #{endtime,jdbcType=TIMESTAMP},
</if>
<if test="customcode != null" >
customCode = #{customcode,jdbcType=VARCHAR},
</if>
<if test="goodsname != null" >
goodsName = #{goodsname,jdbcType=VARCHAR},
</if>
<if test="actime != null" >
acTime = #{actime,jdbcType=TIMESTAMP},
</if>
<if test="rcfdep != null" >
rcfdep = #{rcfdep,jdbcType=VARCHAR},
</if>
<if test="status != null" >
status = #{status,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
isDelete = #{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
ext1 = #{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
ext2 = #{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
ext3 = #{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
ext4 = #{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
ext5 = #{ext5,jdbcType=VARCHAR},
</if>
</set>
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT520X" >
update CUSTOM_MT520X
set awba = #{awba,jdbcType=VARCHAR},
awbh = #{awbh,jdbcType=VARCHAR},
carrier = #{carrier,jdbcType=VARCHAR},
flightNo = #{flightno,jdbcType=VARCHAR},
flightDate = #{flightdate,jdbcType=DATE},
originStation = #{originstation,jdbcType=VARCHAR},
destinationStation = #{destinationstation,jdbcType=VARCHAR},
piece = #{piece,jdbcType=INTEGER},
weight = #{weight,jdbcType=DECIMAL},
startTime = #{starttime,jdbcType=TIMESTAMP},
endTime = #{endtime,jdbcType=TIMESTAMP},
customCode = #{customcode,jdbcType=VARCHAR},
goodsName = #{goodsname,jdbcType=VARCHAR},
acTime = #{actime,jdbcType=TIMESTAMP},
rcfdep = #{rcfdep,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
isDelete = #{isdelete,jdbcType=BIT},
ext1 = #{ext1,jdbcType=VARCHAR},
ext2 = #{ext2,jdbcType=VARCHAR},
ext3 = #{ext3,jdbcType=VARCHAR},
ext4 = #{ext4,jdbcType=VARCHAR},
ext5 = #{ext5,jdbcType=VARCHAR}
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_MT8205Mapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT8205" >
<id column="uuid" property="uuid" jdbcType="VARCHAR" />
<result column="uuid1201" property="uuid1201" jdbcType="VARCHAR" />
<result column="uuid2201" property="uuid2201" jdbcType="VARCHAR" />
<result column="transPiece" property="transpiece" jdbcType="INTEGER" />
<result column="transWeight" property="transweight" jdbcType="DECIMAL" />
<result column="goodsName" property="goodsname" jdbcType="VARCHAR" />
<result column="goodsPackage" property="goodspackage" jdbcType="VARCHAR" />
<result column="status" property="status" jdbcType="VARCHAR" />
<result column="awbOriginStation" property="awboriginstation" jdbcType="VARCHAR" />
<result column="awbDesStation" property="awbdesstation" jdbcType="VARCHAR" />
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="isDelete" property="isdelete" jdbcType="BIT" />
<result column="ext1" property="ext1" jdbcType="VARCHAR" />
<result column="ext2" property="ext2" jdbcType="VARCHAR" />
<result column="ext3" property="ext3" jdbcType="VARCHAR" />
<result column="ext4" property="ext4" jdbcType="VARCHAR" />
<result column="ext5" property="ext5" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
uuid, uuid1201, uuid2201, transPiece, transWeight, goodsName, goodsPackage, status,
awbOriginStation, awbDesStation, customCode, isDelete, ext1, ext2, ext3, ext4, ext5
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from CUSTOM_MT8205
where uuid = #{uuid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_MT8205
where uuid = #{uuid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT8205" >
insert into CUSTOM_MT8205 (uuid, uuid1201, uuid2201,
transPiece, transWeight, goodsName,
goodsPackage, status, awbOriginStation,
awbDesStation, customCode, isDelete,
ext1, ext2, ext3, ext4,
ext5)
values (#{uuid,jdbcType=VARCHAR}, #{uuid1201,jdbcType=VARCHAR}, #{uuid2201,jdbcType=VARCHAR},
#{transpiece,jdbcType=INTEGER}, #{transweight,jdbcType=DECIMAL}, #{goodsname,jdbcType=VARCHAR},
#{goodspackage,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR}, #{awboriginstation,jdbcType=VARCHAR},
#{awbdesstation,jdbcType=VARCHAR}, #{customcode,jdbcType=VARCHAR}, #{isdelete,jdbcType=BIT},
#{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, #{ext3,jdbcType=VARCHAR}, #{ext4,jdbcType=VARCHAR},
#{ext5,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT8205" >
insert into CUSTOM_MT8205
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
uuid,
</if>
<if test="uuid1201 != null" >
uuid1201,
</if>
<if test="uuid2201 != null" >
uuid2201,
</if>
<if test="transpiece != null" >
transPiece,
</if>
<if test="transweight != null" >
transWeight,
</if>
<if test="goodsname != null" >
goodsName,
</if>
<if test="goodspackage != null" >
goodsPackage,
</if>
<if test="status != null" >
status,
</if>
<if test="awboriginstation != null" >
awbOriginStation,
</if>
<if test="awbdesstation != null" >
awbDesStation,
</if>
<if test="customcode != null" >
customCode,
</if>
<if test="isdelete != null" >
isDelete,
</if>
<if test="ext1 != null" >
ext1,
</if>
<if test="ext2 != null" >
ext2,
</if>
<if test="ext3 != null" >
ext3,
</if>
<if test="ext4 != null" >
ext4,
</if>
<if test="ext5 != null" >
ext5,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="uuid != null" >
#{uuid,jdbcType=VARCHAR},
</if>
<if test="uuid1201 != null" >
#{uuid1201,jdbcType=VARCHAR},
</if>
<if test="uuid2201 != null" >
#{uuid2201,jdbcType=VARCHAR},
</if>
<if test="transpiece != null" >
#{transpiece,jdbcType=INTEGER},
</if>
<if test="transweight != null" >
#{transweight,jdbcType=DECIMAL},
</if>
<if test="goodsname != null" >
#{goodsname,jdbcType=VARCHAR},
</if>
<if test="goodspackage != null" >
#{goodspackage,jdbcType=VARCHAR},
</if>
<if test="status != null" >
#{status,jdbcType=VARCHAR},
</if>
<if test="awboriginstation != null" >
#{awboriginstation,jdbcType=VARCHAR},
</if>
<if test="awbdesstation != null" >
#{awbdesstation,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
#{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
#{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
#{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
#{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
#{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
#{ext5,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT8205" >
update CUSTOM_MT8205
<set >
<if test="uuid1201 != null" >
uuid1201 = #{uuid1201,jdbcType=VARCHAR},
</if>
<if test="uuid2201 != null" >
uuid2201 = #{uuid2201,jdbcType=VARCHAR},
</if>
<if test="transpiece != null" >
transPiece = #{transpiece,jdbcType=INTEGER},
</if>
<if test="transweight != null" >
transWeight = #{transweight,jdbcType=DECIMAL},
</if>
<if test="goodsname != null" >
goodsName = #{goodsname,jdbcType=VARCHAR},
</if>
<if test="goodspackage != null" >
goodsPackage = #{goodspackage,jdbcType=VARCHAR},
</if>
<if test="status != null" >
status = #{status,jdbcType=VARCHAR},
</if>
<if test="awboriginstation != null" >
awbOriginStation = #{awboriginstation,jdbcType=VARCHAR},
</if>
<if test="awbdesstation != null" >
awbDesStation = #{awbdesstation,jdbcType=VARCHAR},
</if>
<if test="customcode != null" >
customCode = #{customcode,jdbcType=VARCHAR},
</if>
<if test="isdelete != null" >
isDelete = #{isdelete,jdbcType=BIT},
</if>
<if test="ext1 != null" >
ext1 = #{ext1,jdbcType=VARCHAR},
</if>
<if test="ext2 != null" >
ext2 = #{ext2,jdbcType=VARCHAR},
</if>
<if test="ext3 != null" >
ext3 = #{ext3,jdbcType=VARCHAR},
</if>
<if test="ext4 != null" >
ext4 = #{ext4,jdbcType=VARCHAR},
</if>
<if test="ext5 != null" >
ext5 = #{ext5,jdbcType=VARCHAR},
</if>
</set>
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_MT8205" >
update CUSTOM_MT8205
set uuid1201 = #{uuid1201,jdbcType=VARCHAR},
uuid2201 = #{uuid2201,jdbcType=VARCHAR},
transPiece = #{transpiece,jdbcType=INTEGER},
transWeight = #{transweight,jdbcType=DECIMAL},
goodsName = #{goodsname,jdbcType=VARCHAR},
goodsPackage = #{goodspackage,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
awbOriginStation = #{awboriginstation,jdbcType=VARCHAR},
awbDesStation = #{awbdesstation,jdbcType=VARCHAR},
customCode = #{customcode,jdbcType=VARCHAR},
isDelete = #{isdelete,jdbcType=BIT},
ext1 = #{ext1,jdbcType=VARCHAR},
ext2 = #{ext2,jdbcType=VARCHAR},
ext3 = #{ext3,jdbcType=VARCHAR},
ext4 = #{ext4,jdbcType=VARCHAR},
ext5 = #{ext5,jdbcType=VARCHAR}
where uuid = #{uuid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_CUSTOM_RESPONSEMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" >
<id column="id" property="id" jdbcType="VARCHAR" />
<result column="flightDate" property="flightdate" jdbcType="DATE" />
<result column="flightNo" property="flightno" jdbcType="VARCHAR" />
<result column="carrier" property="carrier" jdbcType="VARCHAR" />
<result column="awbaNo" property="awbano" jdbcType="VARCHAR" />
<result column="awbhNo" property="awbhno" jdbcType="VARCHAR" />
<result column="busType" property="bustype" jdbcType="VARCHAR" />
<result column="busDate" property="busdate" jdbcType="TIMESTAMP" />
<result column="busWeight" property="busweight" jdbcType="DECIMAL" />
<result column="busPiece" property="buspiece" jdbcType="INTEGER" />
<result column="operType" property="opertype" jdbcType="VARCHAR" />
<result column="cusMsgId" property="cusmsgid" jdbcType="VARCHAR" />
<result column="cusSenderId" property="cussenderid" jdbcType="VARCHAR" />
<result column="cusReciverId" property="cusreciverid" jdbcType="VARCHAR" />
<result column="cusVersion" property="cusversion" jdbcType="VARCHAR" />
<result column="cusFunctionCode" property="cusfunctioncode" jdbcType="VARCHAR" />
<result column="cusResRcvTime" property="cusresrcvtime" jdbcType="TIMESTAMP" />
<result column="cusResSendTime" property="cusressendtime" jdbcType="TIMESTAMP" />
<result column="cusResCode" property="cusrescode" jdbcType="VARCHAR" />
<result column="cusResStatus" property="cusresstatus" jdbcType="VARCHAR" />
<result column="operUserName" property="operusername" jdbcType="VARCHAR" />
<result column="operSystemName" property="opersystemname" jdbcType="VARCHAR" />
</resultMap>
<resultMap id="ResultMapWithBLOBs" type="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" extends="BaseResultMap" >
<result column="cusResText" property="cusrestext" jdbcType="LONGVARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
id, flightDate, flightNo, carrier, awbaNo, awbhNo, busType, busDate, busWeight, busPiece,
operType, cusMsgId, cusSenderId, cusReciverId, cusVersion, cusFunctionCode, cusResRcvTime,
cusResSendTime, cusResCode, cusResStatus, operUserName, operSystemName
</sql>
<sql id="Blob_Column_List" >
cusResText
</sql>
<select id="selectByPrimaryKey" resultMap="ResultMapWithBLOBs" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from CUSTOM_RESPONSE
where id = #{id,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from CUSTOM_RESPONSE
where id = #{id,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" >
insert into CUSTOM_RESPONSE (id, flightDate, flightNo,
carrier, awbaNo, awbhNo,
busType, busDate, busWeight,
busPiece, operType, cusMsgId,
cusSenderId, cusReciverId, cusVersion,
cusFunctionCode, cusResRcvTime, cusResSendTime,
cusResCode, cusResStatus, operUserName,
operSystemName, cusResText)
values (#{id,jdbcType=VARCHAR}, #{flightdate,jdbcType=DATE}, #{flightno,jdbcType=VARCHAR},
#{carrier,jdbcType=VARCHAR}, #{awbano,jdbcType=VARCHAR}, #{awbhno,jdbcType=VARCHAR},
#{bustype,jdbcType=VARCHAR}, #{busdate,jdbcType=TIMESTAMP}, #{busweight,jdbcType=DECIMAL},
#{buspiece,jdbcType=INTEGER}, #{opertype,jdbcType=VARCHAR}, #{cusmsgid,jdbcType=VARCHAR},
#{cussenderid,jdbcType=VARCHAR}, #{cusreciverid,jdbcType=VARCHAR}, #{cusversion,jdbcType=VARCHAR},
#{cusfunctioncode,jdbcType=VARCHAR}, #{cusresrcvtime,jdbcType=TIMESTAMP}, #{cusressendtime,jdbcType=TIMESTAMP},
#{cusrescode,jdbcType=VARCHAR}, #{cusresstatus,jdbcType=VARCHAR}, #{operusername,jdbcType=VARCHAR},
#{opersystemname,jdbcType=VARCHAR}, #{cusrestext,jdbcType=LONGVARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" >
insert into CUSTOM_RESPONSE
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="id != null" >
id,
</if>
<if test="flightdate != null" >
flightDate,
</if>
<if test="flightno != null" >
flightNo,
</if>
<if test="carrier != null" >
carrier,
</if>
<if test="awbano != null" >
awbaNo,
</if>
<if test="awbhno != null" >
awbhNo,
</if>
<if test="bustype != null" >
busType,
</if>
<if test="busdate != null" >
busDate,
</if>
<if test="busweight != null" >
busWeight,
</if>
<if test="buspiece != null" >
busPiece,
</if>
<if test="opertype != null" >
operType,
</if>
<if test="cusmsgid != null" >
cusMsgId,
</if>
<if test="cussenderid != null" >
cusSenderId,
</if>
<if test="cusreciverid != null" >
cusReciverId,
</if>
<if test="cusversion != null" >
cusVersion,
</if>
<if test="cusfunctioncode != null" >
cusFunctionCode,
</if>
<if test="cusresrcvtime != null" >
cusResRcvTime,
</if>
<if test="cusressendtime != null" >
cusResSendTime,
</if>
<if test="cusrescode != null" >
cusResCode,
</if>
<if test="cusresstatus != null" >
cusResStatus,
</if>
<if test="operusername != null" >
operUserName,
</if>
<if test="opersystemname != null" >
operSystemName,
</if>
<if test="cusrestext != null" >
cusResText,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="id != null" >
#{id,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=DATE},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
#{carrier,jdbcType=VARCHAR},
</if>
<if test="awbano != null" >
#{awbano,jdbcType=VARCHAR},
</if>
<if test="awbhno != null" >
#{awbhno,jdbcType=VARCHAR},
</if>
<if test="bustype != null" >
#{bustype,jdbcType=VARCHAR},
</if>
<if test="busdate != null" >
#{busdate,jdbcType=TIMESTAMP},
</if>
<if test="busweight != null" >
#{busweight,jdbcType=DECIMAL},
</if>
<if test="buspiece != null" >
#{buspiece,jdbcType=INTEGER},
</if>
<if test="opertype != null" >
#{opertype,jdbcType=VARCHAR},
</if>
<if test="cusmsgid != null" >
#{cusmsgid,jdbcType=VARCHAR},
</if>
<if test="cussenderid != null" >
#{cussenderid,jdbcType=VARCHAR},
</if>
<if test="cusreciverid != null" >
#{cusreciverid,jdbcType=VARCHAR},
</if>
<if test="cusversion != null" >
#{cusversion,jdbcType=VARCHAR},
</if>
<if test="cusfunctioncode != null" >
#{cusfunctioncode,jdbcType=VARCHAR},
</if>
<if test="cusresrcvtime != null" >
#{cusresrcvtime,jdbcType=TIMESTAMP},
</if>
<if test="cusressendtime != null" >
#{cusressendtime,jdbcType=TIMESTAMP},
</if>
<if test="cusrescode != null" >
#{cusrescode,jdbcType=VARCHAR},
</if>
<if test="cusresstatus != null" >
#{cusresstatus,jdbcType=VARCHAR},
</if>
<if test="operusername != null" >
#{operusername,jdbcType=VARCHAR},
</if>
<if test="opersystemname != null" >
#{opersystemname,jdbcType=VARCHAR},
</if>
<if test="cusrestext != null" >
#{cusrestext,jdbcType=LONGVARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" >
update CUSTOM_RESPONSE
<set >
<if test="flightdate != null" >
flightDate = #{flightdate,jdbcType=DATE},
</if>
<if test="flightno != null" >
flightNo = #{flightno,jdbcType=VARCHAR},
</if>
<if test="carrier != null" >
carrier = #{carrier,jdbcType=VARCHAR},
</if>
<if test="awbano != null" >
awbaNo = #{awbano,jdbcType=VARCHAR},
</if>
<if test="awbhno != null" >
awbhNo = #{awbhno,jdbcType=VARCHAR},
</if>
<if test="bustype != null" >
busType = #{bustype,jdbcType=VARCHAR},
</if>
<if test="busdate != null" >
busDate = #{busdate,jdbcType=TIMESTAMP},
</if>
<if test="busweight != null" >
busWeight = #{busweight,jdbcType=DECIMAL},
</if>
<if test="buspiece != null" >
busPiece = #{buspiece,jdbcType=INTEGER},
</if>
<if test="opertype != null" >
operType = #{opertype,jdbcType=VARCHAR},
</if>
<if test="cusmsgid != null" >
cusMsgId = #{cusmsgid,jdbcType=VARCHAR},
</if>
<if test="cussenderid != null" >
cusSenderId = #{cussenderid,jdbcType=VARCHAR},
</if>
<if test="cusreciverid != null" >
cusReciverId = #{cusreciverid,jdbcType=VARCHAR},
</if>
<if test="cusversion != null" >
cusVersion = #{cusversion,jdbcType=VARCHAR},
</if>
<if test="cusfunctioncode != null" >
cusFunctionCode = #{cusfunctioncode,jdbcType=VARCHAR},
</if>
<if test="cusresrcvtime != null" >
cusResRcvTime = #{cusresrcvtime,jdbcType=TIMESTAMP},
</if>
<if test="cusressendtime != null" >
cusResSendTime = #{cusressendtime,jdbcType=TIMESTAMP},
</if>
<if test="cusrescode != null" >
cusResCode = #{cusrescode,jdbcType=VARCHAR},
</if>
<if test="cusresstatus != null" >
cusResStatus = #{cusresstatus,jdbcType=VARCHAR},
</if>
<if test="operusername != null" >
operUserName = #{operusername,jdbcType=VARCHAR},
</if>
<if test="opersystemname != null" >
operSystemName = #{opersystemname,jdbcType=VARCHAR},
</if>
<if test="cusrestext != null" >
cusResText = #{cusrestext,jdbcType=LONGVARCHAR},
</if>
</set>
where id = #{id,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" >
update CUSTOM_RESPONSE
set flightDate = #{flightdate,jdbcType=DATE},
flightNo = #{flightno,jdbcType=VARCHAR},
carrier = #{carrier,jdbcType=VARCHAR},
awbaNo = #{awbano,jdbcType=VARCHAR},
awbhNo = #{awbhno,jdbcType=VARCHAR},
busType = #{bustype,jdbcType=VARCHAR},
busDate = #{busdate,jdbcType=TIMESTAMP},
busWeight = #{busweight,jdbcType=DECIMAL},
busPiece = #{buspiece,jdbcType=INTEGER},
operType = #{opertype,jdbcType=VARCHAR},
cusMsgId = #{cusmsgid,jdbcType=VARCHAR},
cusSenderId = #{cussenderid,jdbcType=VARCHAR},
cusReciverId = #{cusreciverid,jdbcType=VARCHAR},
cusVersion = #{cusversion,jdbcType=VARCHAR},
cusFunctionCode = #{cusfunctioncode,jdbcType=VARCHAR},
cusResRcvTime = #{cusresrcvtime,jdbcType=TIMESTAMP},
cusResSendTime = #{cusressendtime,jdbcType=TIMESTAMP},
cusResCode = #{cusrescode,jdbcType=VARCHAR},
cusResStatus = #{cusresstatus,jdbcType=VARCHAR},
operUserName = #{operusername,jdbcType=VARCHAR},
operSystemName = #{opersystemname,jdbcType=VARCHAR},
cusResText = #{cusrestext,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_CUSTOM_RESPONSE" >
update CUSTOM_RESPONSE
set flightDate = #{flightdate,jdbcType=DATE},
flightNo = #{flightno,jdbcType=VARCHAR},
carrier = #{carrier,jdbcType=VARCHAR},
awbaNo = #{awbano,jdbcType=VARCHAR},
awbhNo = #{awbhno,jdbcType=VARCHAR},
busType = #{bustype,jdbcType=VARCHAR},
busDate = #{busdate,jdbcType=TIMESTAMP},
busWeight = #{busweight,jdbcType=DECIMAL},
busPiece = #{buspiece,jdbcType=INTEGER},
operType = #{opertype,jdbcType=VARCHAR},
cusMsgId = #{cusmsgid,jdbcType=VARCHAR},
cusSenderId = #{cussenderid,jdbcType=VARCHAR},
cusReciverId = #{cusreciverid,jdbcType=VARCHAR},
cusVersion = #{cusversion,jdbcType=VARCHAR},
cusFunctionCode = #{cusfunctioncode,jdbcType=VARCHAR},
cusResRcvTime = #{cusresrcvtime,jdbcType=TIMESTAMP},
cusResSendTime = #{cusressendtime,jdbcType=TIMESTAMP},
cusResCode = #{cusrescode,jdbcType=VARCHAR},
cusResStatus = #{cusresstatus,jdbcType=VARCHAR},
operUserName = #{operusername,jdbcType=VARCHAR},
operSystemName = #{opersystemname,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.NMMS_FFM_INFOMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.NMMS_FFM_INFO" >
<id column="AUTOID" property="autoid" jdbcType="VARCHAR" />
<result column="CREATEDATE" property="createdate" jdbcType="TIMESTAMP" />
<result column="FLIGHTNO" property="flightno" jdbcType="VARCHAR" />
<result column="FLIGHTDATE" property="flightdate" jdbcType="TIMESTAMP" />
<result column="WAYBILLNOMASTER" property="waybillnomaster" jdbcType="VARCHAR" />
<result column="ORIGINATINGSTATION" property="originatingstation" jdbcType="VARCHAR" />
<result column="DESTINATIONSTATION" property="destinationstation" jdbcType="VARCHAR" />
<result column="MANIFESTTOTALPIECE" property="manifesttotalpiece" jdbcType="VARCHAR" />
<result column="MANIFESTTOTALWEIGHT" property="manifesttotalweight" jdbcType="VARCHAR" />
<result column="PRODUCTNAME" property="productname" jdbcType="VARCHAR" />
<result column="SPECIALGOODSCODE" property="specialgoodscode" jdbcType="VARCHAR" />
<result column="CUSTOMSCODE" property="customscode" jdbcType="VARCHAR" />
<result column="CUSTOMSSTATUS" property="customsstatus" jdbcType="VARCHAR" />
<result column="ISBATCH" property="isbatch" jdbcType="VARCHAR" />
<result column="PALLET" property="pallet" jdbcType="VARCHAR" />
<result column="PALLETTYPE" property="pallettype" jdbcType="VARCHAR" />
<result column="PALLETNO" property="palletno" jdbcType="VARCHAR" />
<result column="REPORTORDER" property="reportorder" jdbcType="VARCHAR" />
<result column="ISLAST" property="islast" jdbcType="VARCHAR" />
<result column="ORIGINATINGSTATION_BILL" property="originatingstationBill" jdbcType="VARCHAR" />
<result column="DESTINATIONSTATION_BILL" property="destinationstationBill" jdbcType="VARCHAR" />
<result column="TOTALPIECE" property="totalpiece" jdbcType="VARCHAR" />
<result column="DEALSTATUS" property="dealstatus" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
AUTOID, CREATEDATE, FLIGHTNO, FLIGHTDATE, WAYBILLNOMASTER, ORIGINATINGSTATION, DESTINATIONSTATION,
MANIFESTTOTALPIECE, MANIFESTTOTALWEIGHT, PRODUCTNAME, SPECIALGOODSCODE, CUSTOMSCODE,
CUSTOMSSTATUS, ISBATCH, PALLET, PALLETTYPE, PALLETNO, REPORTORDER, ISLAST, ORIGINATINGSTATION_BILL,
DESTINATIONSTATION_BILL, TOTALPIECE, DEALSTATUS
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
<include refid="Base_Column_List" />
from FFM_INFO
where AUTOID = #{autoid,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
delete from FFM_INFO
where AUTOID = #{autoid,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.NMMS_FFM_INFO" >
insert into FFM_INFO (AUTOID, CREATEDATE, FLIGHTNO,
FLIGHTDATE, WAYBILLNOMASTER, ORIGINATINGSTATION,
DESTINATIONSTATION, MANIFESTTOTALPIECE,
MANIFESTTOTALWEIGHT, PRODUCTNAME, SPECIALGOODSCODE,
CUSTOMSCODE, CUSTOMSSTATUS, ISBATCH,
PALLET, PALLETTYPE, PALLETNO,
REPORTORDER, ISLAST, ORIGINATINGSTATION_BILL,
DESTINATIONSTATION_BILL, TOTALPIECE, DEALSTATUS
)
values (#{autoid,jdbcType=VARCHAR}, #{createdate,jdbcType=TIMESTAMP}, #{flightno,jdbcType=VARCHAR},
#{flightdate,jdbcType=TIMESTAMP}, #{waybillnomaster,jdbcType=VARCHAR}, #{originatingstation,jdbcType=VARCHAR},
#{destinationstation,jdbcType=VARCHAR}, #{manifesttotalpiece,jdbcType=VARCHAR},
#{manifesttotalweight,jdbcType=VARCHAR}, #{productname,jdbcType=VARCHAR}, #{specialgoodscode,jdbcType=VARCHAR},
#{customscode,jdbcType=VARCHAR}, #{customsstatus,jdbcType=VARCHAR}, #{isbatch,jdbcType=VARCHAR},
#{pallet,jdbcType=VARCHAR}, #{pallettype,jdbcType=VARCHAR}, #{palletno,jdbcType=VARCHAR},
#{reportorder,jdbcType=VARCHAR}, #{islast,jdbcType=VARCHAR}, #{originatingstationBill,jdbcType=VARCHAR},
#{destinationstationBill,jdbcType=VARCHAR}, #{totalpiece,jdbcType=VARCHAR}, #{dealstatus,jdbcType=VARCHAR}
)
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.NMMS_FFM_INFO" >
insert into FFM_INFO
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="autoid != null" >
AUTOID,
</if>
<if test="createdate != null" >
CREATEDATE,
</if>
<if test="flightno != null" >
FLIGHTNO,
</if>
<if test="flightdate != null" >
FLIGHTDATE,
</if>
<if test="waybillnomaster != null" >
WAYBILLNOMASTER,
</if>
<if test="originatingstation != null" >
ORIGINATINGSTATION,
</if>
<if test="destinationstation != null" >
DESTINATIONSTATION,
</if>
<if test="manifesttotalpiece != null" >
MANIFESTTOTALPIECE,
</if>
<if test="manifesttotalweight != null" >
MANIFESTTOTALWEIGHT,
</if>
<if test="productname != null" >
PRODUCTNAME,
</if>
<if test="specialgoodscode != null" >
SPECIALGOODSCODE,
</if>
<if test="customscode != null" >
CUSTOMSCODE,
</if>
<if test="customsstatus != null" >
CUSTOMSSTATUS,
</if>
<if test="isbatch != null" >
ISBATCH,
</if>
<if test="pallet != null" >
PALLET,
</if>
<if test="pallettype != null" >
PALLETTYPE,
</if>
<if test="palletno != null" >
PALLETNO,
</if>
<if test="reportorder != null" >
REPORTORDER,
</if>
<if test="islast != null" >
ISLAST,
</if>
<if test="originatingstationBill != null" >
ORIGINATINGSTATION_BILL,
</if>
<if test="destinationstationBill != null" >
DESTINATIONSTATION_BILL,
</if>
<if test="totalpiece != null" >
TOTALPIECE,
</if>
<if test="dealstatus != null" >
DEALSTATUS,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="autoid != null" >
#{autoid,jdbcType=VARCHAR},
</if>
<if test="createdate != null" >
#{createdate,jdbcType=TIMESTAMP},
</if>
<if test="flightno != null" >
#{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
#{flightdate,jdbcType=TIMESTAMP},
</if>
<if test="waybillnomaster != null" >
#{waybillnomaster,jdbcType=VARCHAR},
</if>
<if test="originatingstation != null" >
#{originatingstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
#{destinationstation,jdbcType=VARCHAR},
</if>
<if test="manifesttotalpiece != null" >
#{manifesttotalpiece,jdbcType=VARCHAR},
</if>
<if test="manifesttotalweight != null" >
#{manifesttotalweight,jdbcType=VARCHAR},
</if>
<if test="productname != null" >
#{productname,jdbcType=VARCHAR},
</if>
<if test="specialgoodscode != null" >
#{specialgoodscode,jdbcType=VARCHAR},
</if>
<if test="customscode != null" >
#{customscode,jdbcType=VARCHAR},
</if>
<if test="customsstatus != null" >
#{customsstatus,jdbcType=VARCHAR},
</if>
<if test="isbatch != null" >
#{isbatch,jdbcType=VARCHAR},
</if>
<if test="pallet != null" >
#{pallet,jdbcType=VARCHAR},
</if>
<if test="pallettype != null" >
#{pallettype,jdbcType=VARCHAR},
</if>
<if test="palletno != null" >
#{palletno,jdbcType=VARCHAR},
</if>
<if test="reportorder != null" >
#{reportorder,jdbcType=VARCHAR},
</if>
<if test="islast != null" >
#{islast,jdbcType=VARCHAR},
</if>
<if test="originatingstationBill != null" >
#{originatingstationBill,jdbcType=VARCHAR},
</if>
<if test="destinationstationBill != null" >
#{destinationstationBill,jdbcType=VARCHAR},
</if>
<if test="totalpiece != null" >
#{totalpiece,jdbcType=VARCHAR},
</if>
<if test="dealstatus != null" >
#{dealstatus,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.base.model.NMMS_FFM_INFO" >
update FFM_INFO
<set >
<if test="createdate != null" >
CREATEDATE = #{createdate,jdbcType=TIMESTAMP},
</if>
<if test="flightno != null" >
FLIGHTNO = #{flightno,jdbcType=VARCHAR},
</if>
<if test="flightdate != null" >
FLIGHTDATE = #{flightdate,jdbcType=TIMESTAMP},
</if>
<if test="waybillnomaster != null" >
WAYBILLNOMASTER = #{waybillnomaster,jdbcType=VARCHAR},
</if>
<if test="originatingstation != null" >
ORIGINATINGSTATION = #{originatingstation,jdbcType=VARCHAR},
</if>
<if test="destinationstation != null" >
DESTINATIONSTATION = #{destinationstation,jdbcType=VARCHAR},
</if>
<if test="manifesttotalpiece != null" >
MANIFESTTOTALPIECE = #{manifesttotalpiece,jdbcType=VARCHAR},
</if>
<if test="manifesttotalweight != null" >
MANIFESTTOTALWEIGHT = #{manifesttotalweight,jdbcType=VARCHAR},
</if>
<if test="productname != null" >
PRODUCTNAME = #{productname,jdbcType=VARCHAR},
</if>
<if test="specialgoodscode != null" >
SPECIALGOODSCODE = #{specialgoodscode,jdbcType=VARCHAR},
</if>
<if test="customscode != null" >
CUSTOMSCODE = #{customscode,jdbcType=VARCHAR},
</if>
<if test="customsstatus != null" >
CUSTOMSSTATUS = #{customsstatus,jdbcType=VARCHAR},
</if>
<if test="isbatch != null" >
ISBATCH = #{isbatch,jdbcType=VARCHAR},
</if>
<if test="pallet != null" >
PALLET = #{pallet,jdbcType=VARCHAR},
</if>
<if test="pallettype != null" >
PALLETTYPE = #{pallettype,jdbcType=VARCHAR},
</if>
<if test="palletno != null" >
PALLETNO = #{palletno,jdbcType=VARCHAR},
</if>
<if test="reportorder != null" >
REPORTORDER = #{reportorder,jdbcType=VARCHAR},
</if>
<if test="islast != null" >
ISLAST = #{islast,jdbcType=VARCHAR},
</if>
<if test="originatingstationBill != null" >
ORIGINATINGSTATION_BILL = #{originatingstationBill,jdbcType=VARCHAR},
</if>
<if test="destinationstationBill != null" >
DESTINATIONSTATION_BILL = #{destinationstationBill,jdbcType=VARCHAR},
</if>
<if test="totalpiece != null" >
TOTALPIECE = #{totalpiece,jdbcType=VARCHAR},
</if>
<if test="dealstatus != null" >
DEALSTATUS = #{dealstatus,jdbcType=VARCHAR},
</if>
</set>
where AUTOID = #{autoid,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.base.model.NMMS_FFM_INFO" >
update FFM_INFO
set CREATEDATE = #{createdate,jdbcType=TIMESTAMP},
FLIGHTNO = #{flightno,jdbcType=VARCHAR},
FLIGHTDATE = #{flightdate,jdbcType=TIMESTAMP},
WAYBILLNOMASTER = #{waybillnomaster,jdbcType=VARCHAR},
ORIGINATINGSTATION = #{originatingstation,jdbcType=VARCHAR},
DESTINATIONSTATION = #{destinationstation,jdbcType=VARCHAR},
MANIFESTTOTALPIECE = #{manifesttotalpiece,jdbcType=VARCHAR},
MANIFESTTOTALWEIGHT = #{manifesttotalweight,jdbcType=VARCHAR},
PRODUCTNAME = #{productname,jdbcType=VARCHAR},
SPECIALGOODSCODE = #{specialgoodscode,jdbcType=VARCHAR},
CUSTOMSCODE = #{customscode,jdbcType=VARCHAR},
CUSTOMSSTATUS = #{customsstatus,jdbcType=VARCHAR},
ISBATCH = #{isbatch,jdbcType=VARCHAR},
PALLET = #{pallet,jdbcType=VARCHAR},
PALLETTYPE = #{pallettype,jdbcType=VARCHAR},
PALLETNO = #{palletno,jdbcType=VARCHAR},
REPORTORDER = #{reportorder,jdbcType=VARCHAR},
ISLAST = #{islast,jdbcType=VARCHAR},
ORIGINATINGSTATION_BILL = #{originatingstationBill,jdbcType=VARCHAR},
DESTINATIONSTATION_BILL = #{destinationstationBill,jdbcType=VARCHAR},
TOTALPIECE = #{totalpiece,jdbcType=VARCHAR},
DEALSTATUS = #{dealstatus,jdbcType=VARCHAR}
where AUTOID = #{autoid,jdbcType=VARCHAR}
</update>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.STATIC_CUSTOMCODE_CUSTOMNAMEMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.STATIC_CUSTOMCODE_CUSTOMNAME" >
<result column="customCode" property="customcode" jdbcType="VARCHAR" />
<result column="customName" property="customname" jdbcType="VARCHAR" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.STATIC_CUSTOMCODE_CUSTOMNAME" >
insert into STATIC_CUSTOMCODE_CUSTOMNAME (customCode, customName)
values (#{customcode,jdbcType=VARCHAR}, #{customname,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.STATIC_CUSTOMCODE_CUSTOMNAME" >
insert into STATIC_CUSTOMCODE_CUSTOMNAME
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="customcode != null" >
customCode,
</if>
<if test="customname != null" >
customName,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="customcode != null" >
#{customcode,jdbcType=VARCHAR},
</if>
<if test="customname != null" >
#{customname,jdbcType=VARCHAR},
</if>
</trim>
</insert>
</mapper>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.sunyo.wlpt.base.dao.STATIC_CUSTOM_RESPONSE_BASEMapper" >
<resultMap id="BaseResultMap" type="com.sunyo.wlpt.base.model.STATIC_CUSTOM_RESPONSE_BASE" >
<result column="RESPONSECODE" property="responsecode" jdbcType="VARCHAR" />
<result column="RESPONSETEXT" property="responsetext" jdbcType="VARCHAR" />
<result column="TYPEREMARK" property="typeremark" jdbcType="VARCHAR" />
<result column="TYPE" property="type" jdbcType="VARCHAR" />
<result column="SORTNUM" property="sortnum" jdbcType="DECIMAL" />
<result column="OPERATIONTIME" property="operationtime" jdbcType="TIMESTAMP" />
</resultMap>
<insert id="insert" parameterType="com.sunyo.wlpt.base.model.STATIC_CUSTOM_RESPONSE_BASE" >
insert into STATIC_CUSTOM_RESPONSE_BASE (RESPONSECODE, RESPONSETEXT, TYPEREMARK,
TYPE, SORTNUM, OPERATIONTIME
)
values (#{responsecode,jdbcType=VARCHAR}, #{responsetext,jdbcType=VARCHAR}, #{typeremark,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR}, #{sortnum,jdbcType=DECIMAL}, #{operationtime,jdbcType=TIMESTAMP}
)
</insert>
<insert id="insertSelective" parameterType="com.sunyo.wlpt.base.model.STATIC_CUSTOM_RESPONSE_BASE" >
insert into STATIC_CUSTOM_RESPONSE_BASE
<trim prefix="(" suffix=")" suffixOverrides="," >
<if test="responsecode != null" >
RESPONSECODE,
</if>
<if test="responsetext != null" >
RESPONSETEXT,
</if>
<if test="typeremark != null" >
TYPEREMARK,
</if>
<if test="type != null" >
TYPE,
</if>
<if test="sortnum != null" >
SORTNUM,
</if>
<if test="operationtime != null" >
OPERATIONTIME,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="responsecode != null" >
#{responsecode,jdbcType=VARCHAR},
</if>
<if test="responsetext != null" >
#{responsetext,jdbcType=VARCHAR},
</if>
<if test="typeremark != null" >
#{typeremark,jdbcType=VARCHAR},
</if>
<if test="type != null" >
#{type,jdbcType=VARCHAR},
</if>
<if test="sortnum != null" >
#{sortnum,jdbcType=DECIMAL},
</if>
<if test="operationtime != null" >
#{operationtime,jdbcType=TIMESTAMP},
</if>
</trim>
</insert>
</mapper>
\ No newline at end of file
... ...