ResGetWareCellAllocation.cs 206 Bytes
namespace HH_WCS_Standard
{
    /// <summary>
    /// 请求仓位(wms返回)
    /// </summary>
    public class ResGetWarecellAllocation
    {
        public string toLocationCode { get; set; }
    }
}