From bb8b689c2922ff7d819e512887539f1680689c11 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期六, 22 六月 2024 15:50:11 +0800
Subject: [PATCH] Merge branch 'zwc' of http://47.95.120.53:8083/r/JC23WMS-2 into zwc
---
Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs | 38 +++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
index d288fc3..38de571 100644
--- a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
@@ -1,10 +1,46 @@
锘縰sing System;
using System.Collections.Generic;
using System.Text;
+using static Model.InterFaceModel.RCSModel;
namespace WMS.IBLL.IBllTransServer
{
- class IRcsServer
+ public interface IRcsServer
{
+ /// <summary>
+ /// RCS鍙《(鍑�妗跺拰鑴忔《)
+ /// </summary>
+ /// <param name="warehouseno">搴撳尯</param>
+ /// <param name="type">鍙枡绫诲瀷</param>
+ /// <returns></returns>
+ public void GetPalletNo(string warehouseno, string type, out string palletno, out string locatno);
+
+ /// <summary>
+ /// RCS鍙《(娣锋枡妗跺拰涓嬫枡妗�)
+ /// </summary>
+ /// <param name="warehouseno">搴撳尯</param>
+ /// <param name="type">鍙枡绫诲瀷</param>
+ /// <param name="lotno">鍙枡鎵规</param>
+ /// <returns></returns>
+ public void GetPalletNo(string warehouseno, string type, string lotno, out string palletno, out string locatno);
+
+ /// <summary>
+ /// 鐢宠鍌ㄤ綅
+ /// </summary>
+ /// <param name="PalletNo"></param>
+ /// <returns></returns>
+ public void ApplyLocatNo(string palletno, string type, out string locatno);
+
+ /// <summary>
+ /// RCS鐢熸垚浠诲姟
+ /// </summary>
+ /// <param name="taskCode"></param>
+ /// <param name="taskType"></param>
+ /// <param name="startPos">璧峰浣嶇疆</param>
+ /// <param name="endPos">鐩殑浣嶇疆</param>
+ /// <param name="agvCode"></param>
+ /// <param name="url">RCS鍦板潃</param>
+ /// <returns></returns>
+ public string genAgvSchedulingTask(AgvTask agvtask, string url, ref genAgvSchedulingTaskRep cbrep);
}
}
--
Gitblit v1.8.0