From f94288b728f81b20c29e626526c584c11a7894a3 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期六, 05 四月 2025 14:02:06 +0800 Subject: [PATCH] 1 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IOrderrowsService.cs | 16 ++++------------ 1 files changed, 4 insertions(+), 12 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IOrderrowsService.cs" similarity index 61% rename from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs" rename to "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IOrderrowsService.cs" index 1e16abe..7d7f92d 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IOrderrowsService.cs" @@ -27,20 +27,12 @@ using WIDESEAWCS_Core.Enums; using WIDESEAWCS_DTO.TaskInfo; using WIDESEAWCS_Model.Models; -using WIDESEAWCS_Model.Models.System; -namespace WIDESEAWCS_ISystemServices +namespace WIDESEAWCS_IBasicInfoService { - public interface IAgvStationService : IService<AGVStation> + public interface IOrderrowsService : IService<Orderrows> { - public List<AGVStation> QuerypLatform(string deviceNo, List<string> _Task); - - public List<AGVStation> QuerypLatformarer(string deviceNo); - - public List<AGVStation> QuerypLatformmaterial(int Station_Area); - - public List<AGVStation> QuerypStation_Area(int Station_Area); - - public List<AGVStation> QuerypStation_Area2(string Station_remark); + WebResponseContent SetOrderrows(Object orderrows); + } } -- Gitblit v1.9.3