ReqOverrideHandle.cs 296 Bytes
namespace HH_WCS_Standard
{
    /// <summary>
    /// 满入(wcs请求)
    /// </summary>
    public class ReqOverrideHandle
    {
        public string taskNo { get; set; }
        public string toLocationCode { get; set; }
        public string redirectionLocationCode { get; set; }
    }
}