去掉排序

This commit is contained in:
tongfei
2024-02-20 11:12:49 +08:00
parent 12e2ca1070
commit ac4a1493bd
2 changed files with 49 additions and 47 deletions

View File

@@ -108,9 +108,9 @@ namespace WMS.Web.Core.Dto
/// </summary>
public decimal ProductQty { get; set; }
/// <summary>
/// 排序
/// </summary>
public int Sort { get; set; }
///// <summary>
///// 排序
///// </summary>
//public int Sort { get; set; }
}
}