|
namespace SDKAdapter.OperationPlatform.Models
|
|
{
|
|
public class OP_OutStockRequest: BasePlatformRequest
|
|
{
|
|
public string OrderId { get; set; }
|
|
|
|
public string WayBillNo { get; set; }
|
|
|
|
public string ExpressId { get; set; }
|
|
|
|
public string ExpressName { get; set; }
|
|
}
|
|
}
|
|
|