任务单排班 质量bug
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Tnb.ProductionMgr.Entities;
|
||||
using SqlSugar;
|
||||
using Tnb.ProductionMgr.Entities;
|
||||
using Tnb.ProductionMgr.Entities.Dto;
|
||||
using Tnb.ProductionMgr.Entities.Dto.PrdManage;
|
||||
|
||||
@@ -58,6 +59,6 @@ namespace Tnb.ProductionMgr.Interfaces
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
Task<string> ReportInstock(CheckCompleteInput input);
|
||||
Task<string> ReportInstock(CheckCompleteInput input,ISqlSugarClient db = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user