优化接口

This commit is contained in:
tongfei
2024-02-20 16:30:27 +08:00
parent 1bd3fba85e
commit a20ad9f820
3 changed files with 52 additions and 55 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; }
}
}