wms:批量货物查看
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user