From 35e3dae48db445e66c9614ee55dba062659e33d7 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 16 十二月 2025 08:27:23 +0800
Subject: [PATCH] 程序修改
---
Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
index 66235fe..df50d97 100644
--- a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
@@ -49,7 +49,7 @@
/// <param name="taskNo"></param>
/// <param name="userId"></param>
/// <exception cref="Exception"></exception>
- void CancelTask(string taskNo, int userId);
+ void CancelTask(string taskNo,string url, int userId);
/// <summary>
/// 鎵嬪姩涓嬪彂浠诲姟
@@ -57,6 +57,8 @@
/// <param name="taskNo"></param>
/// <param name="userId"></param>
/// <exception cref="Exception"></exception>
- void DownTask(string taskNo, int userId, string url);
+ void DownTask(string taskNo, int userId, string url,string bindurl);
+
+ public bool DelStockWms(int stockid, string url, int userId , out string errMsg);
}
}
--
Gitblit v1.8.0