仓库-批量查看功能完成

This commit is contained in:
2024-04-26 17:59:59 +08:00
parent e838aa3eae
commit 1f9b493c24
4 changed files with 401 additions and 14 deletions

View File

@@ -7,6 +7,10 @@ namespace ZR.Model.MES.wms.Dto
/// </summary>
public class WmGoodsBatchSearchDto : PagerInfo
{
/// <summary>
/// 查询类别:1-入库 2-出库
/// </summary>
public int Category { get; set; } = 1;
/// <summary>
/// 查询类别:1-树父节点 2-树子节点
/// </summary>