1
z8018
2025-04-05 f94288b728f81b20c29e626526c584c11a7894a3
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IOrderrowsService.cs
文件名从 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.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);
    }
}