namespace AmrControl.mq { /// /// 工位状态通知 /// public class StationStateNotify { /// /// 工位编号 /// public string stationNo { get; set; } /// /// 异常类型;1-电源异常;2-人体感应器件未开启;3-静电手环异常 /// public int excptCode { get; set;} } }