hwh
2024-09-03 2acb2076869b884c69c349e0821ed96c2bc5b9ee
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; }
    }
}