From 0e674f770d785bfd24b5034456c2502dcc6671d2 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期二, 17 六月 2025 16:56:50 +0800 Subject: [PATCH] 代码提交 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IDt_StationManagerService.cs | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IDt_StationManagerService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IDt_StationManagerService.cs" index 965e9d0..6fdd417 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IDt_StationManagerService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IDt_StationManagerService.cs" @@ -33,21 +33,13 @@ { public interface IDt_StationManagerService : IService<Dt_StationManager> { - public List<Dt_StationManager> QuerypLatform(string deviceNo, List<string> _Task); - - public List<Dt_StationManager> QuerypLatformarer(string deviceNo); - - public List<Dt_StationManager> QuerypLatformmaterial(int Station_Area); - - public List<Dt_StationManager> QuerypStation_Area(int Station_Area); - - public List<Dt_StationManager> QuerypStation_Area2(string Station_remark); - /// <summary> /// 鏍规嵁PLC璁惧鑾峰彇褰撳墠璁惧涓嬬殑鎵�鏈夊惎鐢ㄧ殑绔欏彴 /// </summary> /// <param name="DeviceCode"></param> /// <returns></returns> List<Dt_StationManager> GetAllStationByDeviceCode(string DeviceCode); + + List<Dt_StationManager> QueryPlatform(Dt_StationManager station, List<string> tasks); } } -- Gitblit v1.9.3