移箱列表增加仓位id

This commit is contained in:
18942506660
2023-11-09 17:09:05 +08:00
parent 71efc00756
commit e2c8b08a26
2 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,14 @@ namespace WMS.Web.Core.Dto.MoveBoxRecord
/// </summary>
public class MoveBoxRecordQueryRequest : PaginationBaseRequestDto
{
/// <summary>
/// 原仓位编码
/// </summary>
public int? SrcSubStockId { get; set; }
/// <summary>
/// 目标仓位编码
/// </summary>
public int? DestSubStockId { get; set; }
/// <summary>
/// 类型1- 整箱移货上级2-整箱移货下级
/// </summary>