bklLiudl
2024-10-15 96358cc110926320dbe25d06738e5c196f4e6196
添加注释
1个文件已修改
13 ■■■■■ 已修改文件
Admin.NET/WCS.Application/Hub/IPlcHub.cs 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -43,9 +43,22 @@
    }
    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; }
    }
}