添加仓位

This commit is contained in:
18942506660
2023-10-28 17:30:46 +08:00
parent d852fb8714
commit c67ff92d1c
3 changed files with 14 additions and 0 deletions

View File

@@ -56,6 +56,11 @@ namespace WMS.Web.Domain.Entitys
[Column("StockId")]
public int StockId { get; set; }
/// <summary>
/// 仓位ID
///</summary>
[Column("SubStockId")]
public int? SubStockId { get; set; }
/// <summary>
/// 出库数量
///</summary>
[Column("Qty")]