Wms/WMS.IBLL/IHttpServer.cs
@@ -1,4 +1,5 @@ using Model.InterFaceModel; using Model.ModelVm; using System; using System.Collections.Generic; using System.Text; @@ -7,6 +8,7 @@ { public interface IHttpServer { #region WCS /// <summary> /// 申请储位 (立体库) @@ -54,5 +56,20 @@ /// <param name="userId"></param> void MoveSuccess(string taskNo, int userId); #endregion #region Limes /// <summary> /// 发送请验单信息 /// </summary> /// <param name="model"></param> /// <returns></returns> bool SendInspectionRequest(IdVm model, int userId, string url, string userName); #endregion } }