入库单明细添加仓位字段

This commit is contained in:
tongfei
2023-11-13 14:23:47 +08:00
parent a26958dbea
commit e9afd62bbe
2 changed files with 9 additions and 0 deletions

View File

@@ -46,6 +46,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public string StockCode { get; set; }
/// <summary>
/// 仓位ID
/// </summary>
public int SubStockId { get; set; }
/// <summary>
/// 数量
/// </summary>
public decimal Qty { get; set; }