IStation90.cs 146 B

12345678
  1. using WCS.Entity.Protocol.Station;
  2. namespace WCS.WorkEngineering.Protocol.Station
  3. {
  4. public interface IStation90 : Station90
  5. {
  6. }
  7. }