wxw
2024-09-23 3d2f1d836cd271a51f0c02b99f538070a783139d
Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -27,7 +27,7 @@
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        Task PublicAlarm(WcsAlarmInfoOutput context);
        Task PublicAlarm(List<WcsAlarmInfo> context);
        /// <summary>
        /// 修改服务状态
        /// </summary>
@@ -47,5 +47,6 @@
        public bool BoHaveItem { get; set; }
        public PLCTypeEnum Type { get; set; }
        public int BoxHeight { get; set; }
        public string EndLocat { get; set; }
    }
}