ISRM537.cs 343 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using WCS.Entity.Protocol.SRM;
  7. namespace WCS.Entity.Protocol
  8. {
  9. /// <summary>
  10. /// 堆垛机异常读取
  11. /// </summary>
  12. public interface ISRM537 : IProtocol
  13. {
  14. SCAlarm SCAlarm { get; set; }
  15. }
  16. }