质量报表时间
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user