优化列表接口数据
This commit is contained in:
@@ -107,5 +107,10 @@ namespace WMS.Web.Core.Dto
|
||||
/// 产品数量
|
||||
/// </summary>
|
||||
public decimal ProductQty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序
|
||||
/// </summary>
|
||||
public int Sort { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user