Admin.NET/WCS.Application/Entity/WcsDevice.cs
@@ -85,4 +85,9 @@ /// </summary> [SugarColumn(IsIgnore = true)] public int BoxHeight { get; set; } /// <summary> /// 目的工位 /// </summary> [SugarColumn(IsIgnore = true)] public string EndLocat { get; set; } }