| | |
| | | { |
| | | 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); |
| | | } |
| | | } |