重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能
This commit is contained in:
@@ -22,14 +22,14 @@ namespace ZR.Service.mes.wms.IService
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
(List<WmGoodShortPackageCodeDto>,int) QueryshortPatch(CommonQueryDto parm);
|
||||
(List<WmGoodShortPackageCodeDto>, int) QueryshortPatch(CommonQueryDto parm);
|
||||
|
||||
/// <summary>
|
||||
/// 移动端 查询短批次号 细则详情
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
(List<WmGoodsNowProductionDto>,int) Patchsearchdetail(WmGoodsNowProductionQueryDto parm);
|
||||
(List<WmGoodsNowProductionDto>, int) Patchsearchdetail(WmGoodsNowProductionQueryDto parm);
|
||||
|
||||
WmGoodsNowProduction GetInfo(string Id);
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
using ZR.Model;
|
||||
using ZR.Model.MES.wms;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
|
||||
@@ -12,12 +11,12 @@ namespace ZR.Service.mes.wms.IService
|
||||
WmOneTimeInventoryTableDto GetList(WmOneTimeInventoryQueryDto parm);
|
||||
|
||||
WmOneTimeInventoryTableDto GetListNew(WmOneTimeInventoryQueryDto parm);
|
||||
/// <summary>
|
||||
/// 一次合格导出
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
List<WmOneTimeInventoryExportDto> GetExportList(WmOneTimeInventoryQueryDto parm);
|
||||
/// <summary>
|
||||
/// 一次合格导出
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
List<WmOneTimeInventoryExportDto> GetExportList(WmOneTimeInventoryQueryDto parm);
|
||||
|
||||
WmOneTimeInventory GetInfo(string Id);
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model;
|
||||
using ZR.Model.MES.wms;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user