优化列表接口数据

This commit is contained in:
tongfei
2024-02-20 11:03:38 +08:00
parent 6e5f39c120
commit 12e2ca1070
4 changed files with 86 additions and 4 deletions

View File

@@ -107,5 +107,10 @@ namespace WMS.Web.Core.Dto
/// 产品数量
/// </summary>
public decimal ProductQty { get; set; }
/// <summary>
/// 排序
/// </summary>
public int Sort { get; set; }
}
}