修复bug

This commit is contained in:
18942506660
2024-01-02 15:14:55 +08:00
parent b6d7498da7
commit 3abb274fa2
4 changed files with 17 additions and 10 deletions

View File

@@ -109,11 +109,11 @@ namespace WMS.Web.Core.Dto.Erp.TakeStock
/// </summary>
[JsonProperty("FStockLocId")]
public ErpSubStockDto SubStockId { get; set; }
///// <summary>
///// 盘点前数量wms系统数量
///// </summary>
//[JsonProperty("FAcctQty")]
//public decimal BeforeQty { get; set; }
/// <summary>
/// 盘点前数量wms系统数量
/// </summary>
[JsonProperty("FAcctQty")]
public decimal BeforeQty { get; set; }
/// <summary>
/// 盘点实际数量(实际仓库数量)
/// </summary>