外包装入库申请
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Tnb.ProductionMgr.Entities;
|
||||
using Tnb.ProductionMgr.Entities.Dto;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
@@ -26,6 +27,21 @@ namespace Tnb.ProductionMgr.Interfaces
|
||||
/// <param name="dic"></param>
|
||||
/// <returns></returns>
|
||||
Task<PrdMoTask> GetPrdMoTaskInfoByStationId(Dictionary<string, string> dic);
|
||||
|
||||
/// <summary>
|
||||
/// 外包装根据工位id获取喷码数据
|
||||
/// </summary>
|
||||
/// <param name="dic"></param>
|
||||
/// <returns></returns>
|
||||
Task<dynamic> GetMarkingInfoByStationId(MarkingLabelInput input);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 外包装根据工位id获取贴标数据
|
||||
/// </summary>
|
||||
/// <param name="dic"></param>
|
||||
/// <returns></returns>
|
||||
Task<dynamic> GetLabelInfoByStationId(MarkingLabelInput input);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user