箱库存-修改

This commit is contained in:
tongfei
2023-11-23 16:03:16 +08:00
parent eb73e30fc6
commit 57e2b755de
8 changed files with 120 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public InstockType Type { get; set; }
/// <summary>
/// 入库方式1按箱2按产品
/// </summary>
public InventoryInOutMethod Method { get; set; }
/// <summary>
/// 创建人
/// </summary>
public int CreatorId { get; set; }