public static class OapiRhinoMosExecProductionorderListResponse.ProductionOrderDto extends TaobaoObject
| 构造器和说明 |
|---|
ProductionOrderDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOrderExternalId() |
Long |
getOrderId() |
Date |
getProductionEndTime() |
Date |
getProductionStartTime() |
String |
getProductionStatus() |
String |
getTenantId() |
void |
setOrderExternalId(String orderExternalId) |
void |
setOrderId(Long orderId) |
void |
setProductionEndTime(Date productionEndTime) |
void |
setProductionStartTime(Date productionStartTime) |
void |
setProductionStatus(String productionStatus) |
void |
setTenantId(String tenantId) |
public String getOrderExternalId()
public void setOrderExternalId(String orderExternalId)
public Long getOrderId()
public void setOrderId(Long orderId)
public Date getProductionEndTime()
public void setProductionEndTime(Date productionEndTime)
public Date getProductionStartTime()
public void setProductionStartTime(Date productionStartTime)
public String getProductionStatus()
public void setProductionStatus(String productionStatus)
public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2020. All rights reserved.