|
|
package com.tianbo.analysis.model;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
|
|
|
public class PREPARESECONDARY {
|
|
|
private String id;
|
|
|
|
|
|
private String waybillnomaster;
|
|
|
|
|
|
private String waybillnosecondary;
|
|
|
|
|
|
private String totalweight;
|
|
|
|
|
|
private String totalpiece;
|
|
|
|
|
|
private String preparepiece;
|
|
|
|
|
|
private String prepareweight;
|
|
|
|
|
|
private String productname;
|
|
|
|
|
|
private Date stowagedate;
|
|
|
|
|
|
private Date createdate;
|
|
|
|
|
|
private Short preparemasterid;
|
|
|
|
|
|
private String autoid;
|
|
|
|
|
|
private Date modifyDate;
|
|
|
|
|
|
private BigDecimal modifier;
|
|
|
|
|
|
private BigDecimal isDelete;
|
|
|
|
|
|
private BigDecimal creator;
|
|
|
|
|
|
private Date createDate;
|
|
|
|
|
|
private String flightno;
|
|
|
|
|
|
private Date flightdate;
|
|
|
|
|
|
private String originatingstation;
|
|
|
|
|
|
private String destinationstation;
|
|
|
|
|
|
private String agentcompanycode;
|
|
|
|
|
|
private String status;
|
|
|
|
|
|
private String carrier;
|
|
|
|
|
|
private String customsstatus;
|
|
|
|
|
|
private String paymode;
|
|
|
|
|
|
private String specialgoodscode;
|
|
|
|
|
|
private String customscode;
|
|
|
|
|
|
private String agentman;
|
|
|
|
|
|
private String agentcompany;
|
|
|
|
|
|
private String receiptinformation;
|
|
|
|
|
|
private String unnumber;
|
|
|
|
|
|
private String category;
|
|
|
|
|
|
private String shCompany;
|
|
|
|
|
|
private String shAddress;
|
|
|
|
|
|
private String shZipcode;
|
|
|
|
|
|
private String shCity;
|
|
|
|
|
|
private String shDeltaname;
|
|
|
|
|
|
private String shCountry;
|
|
|
|
|
|
private String shTelephone;
|
|
|
|
|
|
private String shFax;
|
|
|
|
|
|
private String shName;
|
|
|
|
|
|
private String coCompany;
|
|
|
|
|
|
private String coAddress;
|
|
|
|
|
|
private String coZipcode;
|
|
|
|
|
|
private String coCity;
|
|
|
|
|
|
private String coDeltaname;
|
|
|
|
|
|
private String coCountry;
|
|
|
|
|
|
private String coTelephone;
|
|
|
|
|
|
private String coFax;
|
|
|
|
|
|
private String coName;
|
|
|
|
|
|
private String reachStation;
|
|
|
|
|
|
private String carrier1;
|
|
|
|
|
|
private String reachStation1;
|
|
|
|
|
|
private String carrier2;
|
|
|
|
|
|
private String reachStation2;
|
|
|
|
|
|
private String nameOfgoods;
|
|
|
|
|
|
private String deliveryStation;
|
|
|
|
|
|
private String shProvincecode;
|
|
|
|
|
|
private String shProvincename;
|
|
|
|
|
|
private String deNumber;
|
|
|
|
|
|
private String deWeight;
|
|
|
|
|
|
private String deChweight;
|
|
|
|
|
|
private String deSize;
|
|
|
|
|
|
private String deVolume;
|
|
|
|
|
|
private String deType;
|
|
|
|
|
|
private String deTrstation;
|
|
|
|
|
|
private String dePacking;
|
|
|
|
|
|
private String deRemarks;
|
|
|
|
|
|
private Short deIds;
|
|
|
|
|
|
private String responseCode;
|
|
|
|
|
|
private String responseText;
|
|
|
|
|
|
private Short saveTime;
|
|
|
|
|
|
private Short userId;
|
|
|
|
|
|
private String shpaeo;
|
|
|
|
|
|
private String cneaeo;
|
|
|
|
|
|
private String shpcusid;
|
|
|
|
|
|
private String cnecusid;
|
|
|
|
|
|
private String unlodingcode;
|
|
|
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
}
|
|
|
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
public String getWaybillnomaster() {
|
|
|
return waybillnomaster;
|
|
|
}
|
|
|
|
|
|
public void setWaybillnomaster(String waybillnomaster) {
|
|
|
this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim();
|
|
|
}
|
|
|
|
|
|
public String getWaybillnosecondary() {
|
|
|
return waybillnosecondary;
|
|
|
}
|
|
|
|
|
|
public void setWaybillnosecondary(String waybillnosecondary) {
|
|
|
this.waybillnosecondary = waybillnosecondary == null ? null : waybillnosecondary.trim();
|
|
|
}
|
|
|
|
|
|
public String getTotalweight() {
|
|
|
return totalweight;
|
|
|
}
|
|
|
|
|
|
public void setTotalweight(String totalweight) {
|
|
|
this.totalweight = totalweight == null ? null : totalweight.trim();
|
|
|
}
|
|
|
|
|
|
public String getTotalpiece() {
|
|
|
return totalpiece;
|
|
|
}
|
|
|
|
|
|
public void setTotalpiece(String totalpiece) {
|
|
|
this.totalpiece = totalpiece == null ? null : totalpiece.trim();
|
|
|
}
|
|
|
|
|
|
public String getPreparepiece() {
|
|
|
return preparepiece;
|
|
|
}
|
|
|
|
|
|
public void setPreparepiece(String preparepiece) {
|
|
|
this.preparepiece = preparepiece == null ? null : preparepiece.trim();
|
|
|
}
|
|
|
|
|
|
public String getPrepareweight() {
|
|
|
return prepareweight;
|
|
|
}
|
|
|
|
|
|
public void setPrepareweight(String prepareweight) {
|
|
|
this.prepareweight = prepareweight == null ? null : prepareweight.trim();
|
|
|
}
|
|
|
|
|
|
public String getProductname() {
|
|
|
return productname;
|
|
|
}
|
|
|
|
|
|
public void setProductname(String productname) {
|
|
|
this.productname = productname == null ? null : productname.trim();
|
|
|
}
|
|
|
|
|
|
public Date getStowagedate() {
|
|
|
return stowagedate;
|
|
|
}
|
|
|
|
|
|
public void setStowagedate(Date stowagedate) {
|
|
|
this.stowagedate = stowagedate;
|
|
|
}
|
|
|
|
|
|
public Date getCreatedate() {
|
|
|
return createdate;
|
|
|
}
|
|
|
|
|
|
public void setCreatedate(Date createdate) {
|
|
|
this.createdate = createdate;
|
|
|
}
|
|
|
|
|
|
public Short getPreparemasterid() {
|
|
|
return preparemasterid;
|
|
|
}
|
|
|
|
|
|
public void setPreparemasterid(Short preparemasterid) {
|
|
|
this.preparemasterid = preparemasterid;
|
|
|
}
|
|
|
|
|
|
public String getAutoid() {
|
|
|
return autoid;
|
|
|
}
|
|
|
|
|
|
public void setAutoid(String autoid) {
|
|
|
this.autoid = autoid;
|
|
|
}
|
|
|
|
|
|
public Date getModifyDate() {
|
|
|
return modifyDate;
|
|
|
}
|
|
|
|
|
|
public void setModifyDate(Date modifyDate) {
|
|
|
this.modifyDate = modifyDate;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getModifier() {
|
|
|
return modifier;
|
|
|
}
|
|
|
|
|
|
public void setModifier(BigDecimal modifier) {
|
|
|
this.modifier = modifier;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getIsDelete() {
|
|
|
return isDelete;
|
|
|
}
|
|
|
|
|
|
public void setIsDelete(BigDecimal isDelete) {
|
|
|
this.isDelete = isDelete;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getCreator() {
|
|
|
return creator;
|
|
|
}
|
|
|
|
|
|
public void setCreator(BigDecimal creator) {
|
|
|
this.creator = creator;
|
|
|
}
|
|
|
|
|
|
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 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 getAgentcompanycode() {
|
|
|
return agentcompanycode;
|
|
|
}
|
|
|
|
|
|
public void setAgentcompanycode(String agentcompanycode) {
|
|
|
this.agentcompanycode = agentcompanycode == null ? null : agentcompanycode.trim();
|
|
|
}
|
|
|
|
|
|
public String getStatus() {
|
|
|
return status;
|
|
|
}
|
|
|
|
|
|
public void setStatus(String status) {
|
|
|
this.status = status == null ? null : status.trim();
|
|
|
}
|
|
|
|
|
|
public String getCarrier() {
|
|
|
return carrier;
|
|
|
}
|
|
|
|
|
|
public void setCarrier(String carrier) {
|
|
|
this.carrier = carrier == null ? null : carrier.trim();
|
|
|
}
|
|
|
|
|
|
public String getCustomsstatus() {
|
|
|
return customsstatus;
|
|
|
}
|
|
|
|
|
|
public void setCustomsstatus(String customsstatus) {
|
|
|
this.customsstatus = customsstatus == null ? null : customsstatus.trim();
|
|
|
}
|
|
|
|
|
|
public String getPaymode() {
|
|
|
return paymode;
|
|
|
}
|
|
|
|
|
|
public void setPaymode(String paymode) {
|
|
|
this.paymode = paymode == null ? null : paymode.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 getAgentman() {
|
|
|
return agentman;
|
|
|
}
|
|
|
|
|
|
public void setAgentman(String agentman) {
|
|
|
this.agentman = agentman == null ? null : agentman.trim();
|
|
|
}
|
|
|
|
|
|
public String getAgentcompany() {
|
|
|
return agentcompany;
|
|
|
}
|
|
|
|
|
|
public void setAgentcompany(String agentcompany) {
|
|
|
this.agentcompany = agentcompany == null ? null : agentcompany.trim();
|
|
|
}
|
|
|
|
|
|
public String getReceiptinformation() {
|
|
|
return receiptinformation;
|
|
|
}
|
|
|
|
|
|
public void setReceiptinformation(String receiptinformation) {
|
|
|
this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim();
|
|
|
}
|
|
|
|
|
|
public String getUnnumber() {
|
|
|
return unnumber;
|
|
|
}
|
|
|
|
|
|
public void setUnnumber(String unnumber) {
|
|
|
this.unnumber = unnumber == null ? null : unnumber.trim();
|
|
|
}
|
|
|
|
|
|
public String getCategory() {
|
|
|
return category;
|
|
|
}
|
|
|
|
|
|
public void setCategory(String category) {
|
|
|
this.category = category == null ? null : category.trim();
|
|
|
}
|
|
|
|
|
|
public String getShCompany() {
|
|
|
return shCompany;
|
|
|
}
|
|
|
|
|
|
public void setShCompany(String shCompany) {
|
|
|
this.shCompany = shCompany == null ? null : shCompany.trim();
|
|
|
}
|
|
|
|
|
|
public String getShAddress() {
|
|
|
return shAddress;
|
|
|
}
|
|
|
|
|
|
public void setShAddress(String shAddress) {
|
|
|
this.shAddress = shAddress == null ? null : shAddress.trim();
|
|
|
}
|
|
|
|
|
|
public String getShZipcode() {
|
|
|
return shZipcode;
|
|
|
}
|
|
|
|
|
|
public void setShZipcode(String shZipcode) {
|
|
|
this.shZipcode = shZipcode == null ? null : shZipcode.trim();
|
|
|
}
|
|
|
|
|
|
public String getShCity() {
|
|
|
return shCity;
|
|
|
}
|
|
|
|
|
|
public void setShCity(String shCity) {
|
|
|
this.shCity = shCity == null ? null : shCity.trim();
|
|
|
}
|
|
|
|
|
|
public String getShDeltaname() {
|
|
|
return shDeltaname;
|
|
|
}
|
|
|
|
|
|
public void setShDeltaname(String shDeltaname) {
|
|
|
this.shDeltaname = shDeltaname == null ? null : shDeltaname.trim();
|
|
|
}
|
|
|
|
|
|
public String getShCountry() {
|
|
|
return shCountry;
|
|
|
}
|
|
|
|
|
|
public void setShCountry(String shCountry) {
|
|
|
this.shCountry = shCountry == null ? null : shCountry.trim();
|
|
|
}
|
|
|
|
|
|
public String getShTelephone() {
|
|
|
return shTelephone;
|
|
|
}
|
|
|
|
|
|
public void setShTelephone(String shTelephone) {
|
|
|
this.shTelephone = shTelephone == null ? null : shTelephone.trim();
|
|
|
}
|
|
|
|
|
|
public String getShFax() {
|
|
|
return shFax;
|
|
|
}
|
|
|
|
|
|
public void setShFax(String shFax) {
|
|
|
this.shFax = shFax == null ? null : shFax.trim();
|
|
|
}
|
|
|
|
|
|
public String getShName() {
|
|
|
return shName;
|
|
|
}
|
|
|
|
|
|
public void setShName(String shName) {
|
|
|
this.shName = shName == null ? null : shName.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoCompany() {
|
|
|
return coCompany;
|
|
|
}
|
|
|
|
|
|
public void setCoCompany(String coCompany) {
|
|
|
this.coCompany = coCompany == null ? null : coCompany.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoAddress() {
|
|
|
return coAddress;
|
|
|
}
|
|
|
|
|
|
public void setCoAddress(String coAddress) {
|
|
|
this.coAddress = coAddress == null ? null : coAddress.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoZipcode() {
|
|
|
return coZipcode;
|
|
|
}
|
|
|
|
|
|
public void setCoZipcode(String coZipcode) {
|
|
|
this.coZipcode = coZipcode == null ? null : coZipcode.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoCity() {
|
|
|
return coCity;
|
|
|
}
|
|
|
|
|
|
public void setCoCity(String coCity) {
|
|
|
this.coCity = coCity == null ? null : coCity.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoDeltaname() {
|
|
|
return coDeltaname;
|
|
|
}
|
|
|
|
|
|
public void setCoDeltaname(String coDeltaname) {
|
|
|
this.coDeltaname = coDeltaname == null ? null : coDeltaname.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoCountry() {
|
|
|
return coCountry;
|
|
|
}
|
|
|
|
|
|
public void setCoCountry(String coCountry) {
|
|
|
this.coCountry = coCountry == null ? null : coCountry.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoTelephone() {
|
|
|
return coTelephone;
|
|
|
}
|
|
|
|
|
|
public void setCoTelephone(String coTelephone) {
|
|
|
this.coTelephone = coTelephone == null ? null : coTelephone.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoFax() {
|
|
|
return coFax;
|
|
|
}
|
|
|
|
|
|
public void setCoFax(String coFax) {
|
|
|
this.coFax = coFax == null ? null : coFax.trim();
|
|
|
}
|
|
|
|
|
|
public String getCoName() {
|
|
|
return coName;
|
|
|
}
|
|
|
|
|
|
public void setCoName(String coName) {
|
|
|
this.coName = coName == null ? null : coName.trim();
|
|
|
}
|
|
|
|
|
|
public String getReachStation() {
|
|
|
return reachStation;
|
|
|
}
|
|
|
|
|
|
public void setReachStation(String reachStation) {
|
|
|
this.reachStation = reachStation == null ? null : reachStation.trim();
|
|
|
}
|
|
|
|
|
|
public String getCarrier1() {
|
|
|
return carrier1;
|
|
|
}
|
|
|
|
|
|
public void setCarrier1(String carrier1) {
|
|
|
this.carrier1 = carrier1 == null ? null : carrier1.trim();
|
|
|
}
|
|
|
|
|
|
public String getReachStation1() {
|
|
|
return reachStation1;
|
|
|
}
|
|
|
|
|
|
public void setReachStation1(String reachStation1) {
|
|
|
this.reachStation1 = reachStation1 == null ? null : reachStation1.trim();
|
|
|
}
|
|
|
|
|
|
public String getCarrier2() {
|
|
|
return carrier2;
|
|
|
}
|
|
|
|
|
|
public void setCarrier2(String carrier2) {
|
|
|
this.carrier2 = carrier2 == null ? null : carrier2.trim();
|
|
|
}
|
|
|
|
|
|
public String getReachStation2() {
|
|
|
return reachStation2;
|
|
|
}
|
|
|
|
|
|
public void setReachStation2(String reachStation2) {
|
|
|
this.reachStation2 = reachStation2 == null ? null : reachStation2.trim();
|
|
|
}
|
|
|
|
|
|
public String getNameOfgoods() {
|
|
|
return nameOfgoods;
|
|
|
}
|
|
|
|
|
|
public void setNameOfgoods(String nameOfgoods) {
|
|
|
this.nameOfgoods = nameOfgoods == null ? null : nameOfgoods.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeliveryStation() {
|
|
|
return deliveryStation;
|
|
|
}
|
|
|
|
|
|
public void setDeliveryStation(String deliveryStation) {
|
|
|
this.deliveryStation = deliveryStation == null ? null : deliveryStation.trim();
|
|
|
}
|
|
|
|
|
|
public String getShProvincecode() {
|
|
|
return shProvincecode;
|
|
|
}
|
|
|
|
|
|
public void setShProvincecode(String shProvincecode) {
|
|
|
this.shProvincecode = shProvincecode == null ? null : shProvincecode.trim();
|
|
|
}
|
|
|
|
|
|
public String getShProvincename() {
|
|
|
return shProvincename;
|
|
|
}
|
|
|
|
|
|
public void setShProvincename(String shProvincename) {
|
|
|
this.shProvincename = shProvincename == null ? null : shProvincename.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeNumber() {
|
|
|
return deNumber;
|
|
|
}
|
|
|
|
|
|
public void setDeNumber(String deNumber) {
|
|
|
this.deNumber = deNumber == null ? null : deNumber.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeWeight() {
|
|
|
return deWeight;
|
|
|
}
|
|
|
|
|
|
public void setDeWeight(String deWeight) {
|
|
|
this.deWeight = deWeight == null ? null : deWeight.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeChweight() {
|
|
|
return deChweight;
|
|
|
}
|
|
|
|
|
|
public void setDeChweight(String deChweight) {
|
|
|
this.deChweight = deChweight == null ? null : deChweight.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeSize() {
|
|
|
return deSize;
|
|
|
}
|
|
|
|
|
|
public void setDeSize(String deSize) {
|
|
|
this.deSize = deSize == null ? null : deSize.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeVolume() {
|
|
|
return deVolume;
|
|
|
}
|
|
|
|
|
|
public void setDeVolume(String deVolume) {
|
|
|
this.deVolume = deVolume == null ? null : deVolume.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeType() {
|
|
|
return deType;
|
|
|
}
|
|
|
|
|
|
public void setDeType(String deType) {
|
|
|
this.deType = deType == null ? null : deType.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeTrstation() {
|
|
|
return deTrstation;
|
|
|
}
|
|
|
|
|
|
public void setDeTrstation(String deTrstation) {
|
|
|
this.deTrstation = deTrstation == null ? null : deTrstation.trim();
|
|
|
}
|
|
|
|
|
|
public String getDePacking() {
|
|
|
return dePacking;
|
|
|
}
|
|
|
|
|
|
public void setDePacking(String dePacking) {
|
|
|
this.dePacking = dePacking == null ? null : dePacking.trim();
|
|
|
}
|
|
|
|
|
|
public String getDeRemarks() {
|
|
|
return deRemarks;
|
|
|
}
|
|
|
|
|
|
public void setDeRemarks(String deRemarks) {
|
|
|
this.deRemarks = deRemarks == null ? null : deRemarks.trim();
|
|
|
}
|
|
|
|
|
|
public Short getDeIds() {
|
|
|
return deIds;
|
|
|
}
|
|
|
|
|
|
public void setDeIds(Short deIds) {
|
|
|
this.deIds = deIds;
|
|
|
}
|
|
|
|
|
|
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 Short getSaveTime() {
|
|
|
return saveTime;
|
|
|
}
|
|
|
|
|
|
public void setSaveTime(Short saveTime) {
|
|
|
this.saveTime = saveTime;
|
|
|
}
|
|
|
|
|
|
public Short getUserId() {
|
|
|
return userId;
|
|
|
}
|
|
|
|
|
|
public void setUserId(Short userId) {
|
|
|
this.userId = userId;
|
|
|
}
|
|
|
|
|
|
public String getShpaeo() {
|
|
|
return shpaeo;
|
|
|
}
|
|
|
|
|
|
public void setShpaeo(String shpaeo) {
|
|
|
this.shpaeo = shpaeo == null ? null : shpaeo.trim();
|
|
|
}
|
|
|
|
|
|
public String getCneaeo() {
|
|
|
return cneaeo;
|
|
|
}
|
|
|
|
|
|
public void setCneaeo(String cneaeo) {
|
|
|
this.cneaeo = cneaeo == null ? null : cneaeo.trim();
|
|
|
}
|
|
|
|
|
|
public String getShpcusid() {
|
|
|
return shpcusid;
|
|
|
}
|
|
|
|
|
|
public void setShpcusid(String shpcusid) {
|
|
|
this.shpcusid = shpcusid == null ? null : shpcusid.trim();
|
|
|
}
|
|
|
|
|
|
public String getCnecusid() {
|
|
|
return cnecusid;
|
|
|
}
|
|
|
|
|
|
public void setCnecusid(String cnecusid) {
|
|
|
this.cnecusid = cnecusid == null ? null : cnecusid.trim();
|
|
|
}
|
|
|
|
|
|
public String getUnlodingcode() {
|
|
|
return unlodingcode;
|
|
|
}
|
|
|
|
|
|
public void setUnlodingcode(String unlodingcode) {
|
|
|
this.unlodingcode = unlodingcode == null ? null : unlodingcode.trim();
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |