物料收发明细

This commit is contained in:
tongfei
2023-11-24 12:00:04 +08:00
parent 9a0a2bffcf
commit fb7c00f083
6 changed files with 212 additions and 23 deletions

View File

@@ -47,10 +47,6 @@ namespace WMS.Web.Core.Dto.Inventory
/// 数量:出入库
/// </summary>
public decimal Qty { get; set; }
///// <summary>
///// 结存
///// </summary>
//public decimal SurplusQty { get; set; }
/// <summary>
/// 类型1为入库2为出库