盘点单增加子仓库

This commit is contained in:
18942506660
2023-11-09 16:04:18 +08:00
parent 1f04cc0b6d
commit d88a738a0d
3 changed files with 53 additions and 31 deletions

View File

@@ -42,6 +42,10 @@ namespace WMS.Web.Core.Dto.TakeStock
/// </summary>
public string SubStock { get; set; }
/// <summary>
/// 子仓库
/// </summary>
public string Erp_SubStockCode { get; set; }
/// <summary>
/// 盘点前数量wms系统数量
/// </summary>
public decimal BeforeQty { get; set; }