From 83f3c63f1cae6224320a8d19251e3bc0404da096 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期五, 26 九月 2025 14:54:44 +0800
Subject: [PATCH] 出入库
---
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs | 30 +++++++++++++++++++++---------
1 files changed, 21 insertions(+), 9 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs"
index 696473f..8736247 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs"
@@ -34,26 +34,38 @@
public interface IAgvStationService : IService<AGVStation>
{
/// <summary>
- /// 鑾峰彇褰撳墠鍦板潃绫诲瀷
+ /// 鏍规嵁璁惧淇℃伅锛岃幏鍙栧皬杞﹀唴瀹�
/// </summary>
- /// <param name="Station_code"></param>
+ /// <param name="ChildPosiDeviceCode">璁惧</param>
/// <returns></returns>
- AGVStation GetAllStationByDeviceCode(int Station_code);
+ AGVStation Corridorequipment(string ChildPosiDeviceCode);
/// <summary>
- /// 鑾峰彇姣嶈溅鐨凱LC
+ /// 鏍规嵁瀛愬湴鍧�锛岃幏鍙栨瘝杞﹁澶囦俊鎭�
/// </summary>
- /// <param name="Station_code"></param>
+ /// <param name="ZicheMotAddres">瀛愬湴鍧�</param>
/// <returns></returns>
- AGVStation GetMothercarCode(string Station_code);
+ AGVStation GetMothervehicle(int ZicheMotAddres);
/// <summary>
- /// 鑾峰彇瀛愯溅鍦板潃
+ /// 鏍规嵁杩囬亾鍦板潃锛岃幏鍙栬繃閬撳瓙杞﹁澶囦俊鎭�
/// </summary>
- /// <param name="Station_code"></param>
+ /// <param name="ZicheMotAddres">瀛愬湴鍧�</param>
/// <returns></returns>
- AGVStation GetZicheCode(string Station_code);
+ AGVStation GetMotheaisle(int ZicheMotAddres);
+ /// <summary>
+ /// 鏍规嵁HCJ绔欏彴鏌ユ壘鍐呬晶瀛愯溅璁惧淇℃伅
+ /// </summary>
+ /// <param name="HCJAddres">HCJ绔欏彴缂栧彿</param>
+ /// <returns></returns>
+ AGVStation GetZicheDeep(int HCJAddres);
+ /// <summary>
+ /// 鏍规嵁HCJ绔欏彴鏌ユ壘澶栦晶瀛愯溅璁惧淇℃伅
+ /// </summary>
+ /// <param name="HCJAddres">HCJ绔欏彴缂栧彿</param>
+ /// <returns></returns>
+ public AGVStation GetZicheOuterSide(int HCJAddres);
}
}
--
Gitblit v1.9.3