ReqOverrideHandle.cs 296 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 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; } } }