huangxiaoqiang
5 天以前 0e674f770d785bfd24b5034456c2502dcc6671d2
ÏîÄ¿´úÂë/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);
    }
}