using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEA_Model
{
public class SelectOutStoreOrderRequest
{
///
/// 仓库编号
///
public string WH_NUMBER { get; set; }
///
/// 工厂代码
///
public string WERKS { get; set; }
///
/// 叫料号
///
public string DISPATCHING_NO { get; set; }
///
/// 需求号
///
public string REQUIREMENT_NO { get; set; }
}
}