wxw
3 天以前 590ffa097029620655bf57947738df85dc8f5572
Admin.NET/WCS.Application/Model/TaskRequest.cs
@@ -102,6 +102,14 @@
    /// 托盘高度
    /// </summary>
    public int PalletHeight { get; set; }
    /// <summary>
    /// 起始位置
    /// </summary>
    public string StartLocat { get; set; } = "";
    /// <summary>
    /// 托盘重量
    /// </summary>
    public string PalletWeight { get; set; } = "0";
}