1
wangxinhui
6 天以前 7ac173d18092ae25295bab13741cc8b7c2b82742
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_External/AGVService/InvokeAGVService.cs
@@ -12,6 +12,7 @@
namespace WIDESEA_External.AGVService
{
    #region 寮冪敤
    public class InvokeAGVService : IInvokeAGVService
    {
        public static IInvokeAGVService Intance
@@ -93,4 +94,5 @@
            return new AgvResponseContent();
        }
    }
    #endregion
}