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; } }