列表优化

This commit is contained in:
tongfei
2023-11-25 10:30:05 +08:00
parent 1f0f21bd12
commit 96fd74953f
4 changed files with 44 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ namespace WMS.Web.Core.Dto
/// </summary>
public string BoxBillNo { get; set; }
/// <summary>
/// 操作类型1为入库回退下架2为出库回退上架
/// </summary>
public int? Type { get; set; }
/// <summary>
/// 仓位ID
/// </summary>