13 lines
309 B

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; }
}
}