1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using WCS.Entity.Protocol.SRM;
- namespace WCS.Entity.Protocol
- {
- /// <summary>
- /// 堆垛机异常读取
- /// </summary>
- public interface ISRM537 : IProtocol
- {
- SCAlarm SCAlarm { get; set; }
- }
- }
|