文件名从 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs 修改 |
| | |
| | | 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); |
| | | |
| | | } |
| | | } |