From 6167bf4c8fe617d9f9861585042149d48ad15dbb Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期二, 13 五月 2025 17:54:50 +0800
Subject: [PATCH] 修改问题,添加PDA下发出库页面

---
 Wms/WMS.IBLL/IHttpServer.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IHttpServer.cs b/Wms/WMS.IBLL/IHttpServer.cs
index a7ba5cf..7fe8239 100644
--- a/Wms/WMS.IBLL/IHttpServer.cs
+++ b/Wms/WMS.IBLL/IHttpServer.cs
@@ -1,4 +1,5 @@
 锘縰sing 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
     }
 }

--
Gitblit v1.8.0