增加获取金蝶子仓库信息

This commit is contained in:
18942506660
2023-11-07 15:11:53 +08:00
parent 9099b68cad
commit cd92e0b6d6
7 changed files with 112 additions and 4 deletions

View File

@@ -61,6 +61,11 @@ namespace WMS.Web.Domain.Entitys
[Column("SubStockId")]
public int SubStockId { get; set; }
/// <summary>
/// 子仓库(跟金蝶交互字段)
/// </summary>
[Column("Erp_SubStockId")]
public int Erp_SubStockId { get; set; } = 0;
/// <summary>
/// 盘点前数量wms系统数量
/// </summary>
[Column("BeforeQty")]