wxw
2024-09-04 75a1cfdc9b88519fa7a2af57e8b7d615c063b656
Admin.NET/WCS.Application/Entity/WcsDevice.cs
@@ -75,4 +75,14 @@
    [SugarColumn(ColumnName = "Text", ColumnDescription = "描述", Length = 20)]
    public string? Text { get; set; }
    
    /// <summary>
    /// 位置有物品
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public bool BoHaveItem { get; set; }
    /// <summary>
    /// 高度
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public int BoxHeight { get; set; }
}