This commit is contained in:
18942506660
2023-11-09 16:59:28 +08:00
parent a931f74f5a
commit 9137fc41d8
10 changed files with 30 additions and 30 deletions

View File

@@ -44,8 +44,8 @@ namespace WMS.Web.Domain.Entitys
/// <summary>
/// 仓位ID
///</summary>
[Column("SubStockCode")]
public string SubStockCode { get; set; }
[Column("SubStockId")]
public int SubStockId { get; set; }
/// <summary>
/// 应出库数量
///</summary>