wxw
2024-09-04 75a1cfdc9b88519fa7a2af57e8b7d615c063b656
Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -33,5 +33,19 @@
        /// </summary>
        /// <param name="context"></param>
        Task UpdateService(PLCServiceModel context);
        /// <summary>
        /// 下发控制台位置信息
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        Task PublicPosition(PlcPositionInfo context);
    }
    public class PlcPositionInfo
    {
        public string StationNum { get; set; }
        public bool BoHaveItem { get; set; }
        public PLCTypeEnum Type { get; set; }
        public int BoxHeight { get; set; }
    }
}