自动生产提报

This commit is contained in:
2024-06-25 14:23:53 +08:00
parent 43d6647bb0
commit 1906fc9ad3
4 changed files with 106 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
using Tnb.ProductionMgr.Entities;
using Tnb.ProductionMgr.Entities.Dto;
using Tnb.ProductionMgr.Entities.Dto.PrdManage;
namespace Tnb.ProductionMgr.Interfaces
{
@@ -50,5 +51,7 @@ namespace Tnb.ProductionMgr.Interfaces
/// <returns></returns>
Task<dynamic> GetLabelInfoByStationId(MarkingLabelInput input);
Task<dynamic> PrdReport(PrdReportCrInput input);
}
}