库存接口

This commit is contained in:
tongfei
2023-11-23 11:38:29 +08:00
parent c4f90f0c7e
commit 8aee4380fe
8 changed files with 81 additions and 30 deletions

View File

@@ -39,6 +39,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public string SubStock { get; set; }
/// <summary>
/// 总数
/// </summary>
public decimal TotalCount { get; set; }
/// <summary>
/// 明细
/// </summary>