增加仓位

This commit is contained in:
18942506660
2023-11-24 17:47:09 +08:00
parent 060a0dd22d
commit 0f5d36bf07
3 changed files with 22 additions and 9 deletions

View File

@@ -12,7 +12,11 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 箱Id
/// </summary>
public int BoxId { get; set; }
public int BoxId { get; set; } = 0;
/// <summary>
/// 仓位Id(序列号不存在库存的话仓位是0)
/// </summary>
public int SubStockId { get; set; } = 0;
/// <summary>
/// 序列号
/// </summary>