IPC-610
2024-10-31 9b85a8b67aa6354ee9ea1a13c5799bf1c934922f
Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -43,9 +43,23 @@
    }
    public class PlcPositionInfo
    {
        /// <summary>
        /// 工位号
        /// </summary>
        public string StationNum { get; set; }
        /// <summary>
        /// 是否有物品
        /// </summary>
        public bool BoHaveItem { get; set; }
        /// <summary>
        /// Plc类型
        /// </summary>
        public PLCTypeEnum Type { get; set; }
        /// <summary>
        /// 跺机位置
        /// </summary>
        public int BoxHeight { get; set; }
        public string EndLocat { get; set; }
    }
}