public class QueryOrderInfoRequest extends BaseEntity implements Serializable
| 构造器和说明 |
|---|
QueryOrderInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLogisticCompanyID() |
String |
getLogisticID() |
String |
getOrderSource() |
String |
getWaybillNuber() |
void |
setLogisticCompanyID(String logisticCompanyID) |
void |
setLogisticID(String logisticID) |
void |
setOrderSource(String orderSource) |
void |
setWaybillNuber(String waybillNuber) |
String |
toString() |
compareTo, equals, getCreateDate, getCreateUser, getId, getModifyDate, getModifyUser, hashCode, setCreateDate, setCreateUser, setId, setModifyDate, setModifyUserpublic String getLogisticID()
public void setLogisticID(String logisticID)
logisticID - the logisticID to setpublic String getLogisticCompanyID()
public void setLogisticCompanyID(String logisticCompanyID)
logisticCompanyID - the logisticCompanyID to setpublic String getOrderSource()
public void setOrderSource(String orderSource)
orderSource - the orderSource to setpublic String getWaybillNuber()
public void setWaybillNuber(String waybillNuber)
Copyright © 2019. All rights reserved.