liudl
2 小时以前 70b4bdc6f999c55b75138e013abf436100e9987b
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; }
}