ReqEmptyOut.cs 179 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 namespace HH_WCS_Standard { /// <summary> /// 空出(wcs请求) /// </summary> public class ReqEmptyOut { public string taskNo { get; set; } } }