质量报表时间

This commit is contained in:
qianhao.xu
2024-02-24 15:33:40 +08:00
parent 3a609eaa3e
commit 8a9176549a
5 changed files with 308 additions and 35 deletions

View File

@@ -15,6 +15,8 @@ namespace ZR.Service.mes.qc.IService
public CheckItemTableDTO GetCheckItemTable_first(string workorderID);
public CheckItemTableDTO GetCheckItemTable_again(string workorderID);
public CheckItemTableDTO GetCheckItemTable_thirty(string workorderID);
public int WriteProcessFlow_first(string workorderID, DateTime time);
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);
@@ -42,7 +44,7 @@ namespace ZR.Service.mes.qc.IService
public int UpdateWorkorderStatus(string workorder_id);
public int GenerateQualityStatisticsTable(string workorderID, string team);
public int GenerateQualityStatisticsTable(string workorderID, string team,DateTime firstQuality_time);
}