修复bug

This commit is contained in:
18942506660
2023-12-19 17:53:45 +08:00
parent 89b1026e2d
commit cd07deff45
8 changed files with 30 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ namespace WMS.Web.Core.Dto.TakeStock
/// <summary>
/// 子仓库(跟金蝶交互字段)
/// </summary>
public int? Erp_SubStockId { get; set; } = 0;
public string Erp_SubStockCode { get; set; }
/// <summary>
/// 系统库存
/// </summary>