质量统计完成

This commit is contained in:
qianhao.xu
2023-12-18 16:01:17 +08:00
parent 3b10b811a2
commit 80ff5f04f2
9 changed files with 526 additions and 44 deletions

View File

@@ -10,6 +10,8 @@ namespace ZR.Service.mes.qc.IService
public interface IFirstFQCService
{
public CheckItemTableDTO GetCheckItemTable();
public Task SaveinspectItem(string workorder_id, string InspectionModule, string checkid, int counter);
public Task SaveinspectItem_v1(string workorder_id, string InspectionModule, string checkid, int counter);
public Task SaveinspectItem_v2(string workorder_id, string InspectionModule, string checkid, int counter);
public Task SaveinspectItem_v3(string workorder_id, string InspectionModule, string checkid, int counter);
}
}