修复bug

This commit is contained in:
18942506660
2023-12-01 17:08:38 +08:00
parent 4e3926ff89
commit 165db0ead4
4 changed files with 37 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ namespace WMS.Web.Core.Dto.Erp.TakeStock
/// 仓位ID
/// </summary>
[JsonProperty("FStockLocId")]
public string SubStockId { get; set; }
public ErpSubStockDto SubStockId { get; set; }
/// <summary>
/// 盘点前数量wms系统数量
/// </summary>