ResOverrideHandle.cs 245 Bytes
namespace HH_WCS_Standard
{
    /// <summary>
    /// 满入(wms返回)
    /// </summary>
    public class ResOverrideHandle
    {
        public string taskNo { get; set; }
        public string redirectionLocationCode { get; set; }
    }
}