wms:批量货物查看

This commit is contained in:
qianhao.xu
2024-04-02 17:11:30 +08:00
parent 5ab034b4a1
commit 657d2e17de
5 changed files with 138 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ using ZR.Model.Dto;
using System.Collections.Generic;
using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto;
using Aliyun.OSS;
namespace ZR.Service.mes.wms.IService
{
@@ -14,6 +15,12 @@ namespace ZR.Service.mes.wms.IService
public interface IWmGoodsNowProductionService : IBaseService<WmGoodsNowProduction>
{
PagedInfo<WmGoodsNowProductionDto> GetList(WmGoodsNowProductionQueryDto parm);
/// <summary>
/// 批量查看
/// </summary>
/// <param name="parm"></param>
/// <returns></returns>
(List<WmGoods_nodeDto>, int) QuerypatchsearchList(WmGoodsNowProductionQueryDto parm);
WmGoodsNowProduction GetInfo(string Id);