ResOverrideHandle.cs 245 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 namespace HH_WCS_Standard { /// <summary> /// 满入(wms返回) /// </summary> public class ResOverrideHandle { public string taskNo { get; set; } public string redirectionLocationCode { get; set; } } }