移箱列表

This commit is contained in:
18942506660
2023-10-27 09:22:37 +08:00
parent 0d88d4a35c
commit eec8396a91
6 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Core.Dto.MoveBoxRecord
{
public class MoveBoxRecordQueryInfoResponse
{
}
}

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Core.Dto.MoveBoxRecord
{
/// <summary>
/// 移箱列表请求
/// </summary>
public class MoveBoxRecordQueryRequest : PaginationBaseRequestDto
{
}
}