IStation521.cs 232 B

1234567891011
  1. using WCS.Entity.Protocol.Station;
  2. namespace WCS.WorkEngineering.Protocol.Station
  3. {
  4. /// <summary>
  5. /// 输送机交互信号 读
  6. /// </summary>
  7. public interface IStation521 : Station521<StationMode>
  8. {
  9. }
  10. }