PDA-库存查询功能更新

This commit is contained in:
2024-04-25 12:49:18 +08:00
parent 263f30822e
commit f88c6826c1
7 changed files with 147 additions and 41 deletions

View File

@@ -2,6 +2,13 @@ using System.ComponentModel.DataAnnotations;
namespace ZR.Model.MES.wms.Dto
{
/// <summary>
/// 通用查询条件
/// </summary>
public class CommonQueryDto : PagerInfo
{
public string Query { get; set; }
}
/// <summary>
/// 拼箱操作
/// </summary>