IStation91.cs 229 B

1234567891011
  1. using WCS.Entity.Protocol.Station;
  2. namespace WCS.WorkEngineering.Protocol.Station
  3. {
  4. /// <summary>
  5. /// 外检读取信息
  6. /// </summary>
  7. public interface IStation91 : Station91<StationShapeAlarm>
  8. {
  9. }
  10. }