零部件最终检验

This commit is contained in:
2024-08-12 11:50:34 +08:00
parent 3c47cd5450
commit 4a88b242bb
6 changed files with 62 additions and 53 deletions

View File

@@ -51,7 +51,7 @@ namespace Tnb.ProductionMgr.Interfaces
/// <returns></returns>
Task<dynamic> GetLabelInfoByStationId(MarkingLabelInput input);
Task<dynamic> PrdReport(PrdReportCrInput input);
Task<string> PrdReport(PrdReportCrInput input);
}
}