hwh
2024-09-19 d37d5a268555d0fb09719a8631bdbd0bad2318f8
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; }
}