检验完成
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
using System;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Http.HttpResults;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.MES.qc.DTO;
|
||||
using ZR.Model.MES.qu;
|
||||
|
||||
namespace ZR.Service.mes.qc.IService
|
||||
{
|
||||
public interface IFirstFQCService
|
||||
{
|
||||
public CheckItemTableDTO GetCheckItemTable();
|
||||
public CheckItemTableDTO GetCheckItemTable_first(string workorderID);
|
||||
public CheckItemTableDTO GetCheckItemTable_again(string workorderID);
|
||||
public CheckItemTableDTO GetCheckItemTable_thirty(string workorderID);
|
||||
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);
|
||||
@@ -17,5 +22,15 @@ namespace ZR.Service.mes.qc.IService
|
||||
public QcCurrentWorkorderDto GetcurrentWorkorder();
|
||||
public QcCurrentWorkorderDto GetcurrentWorkorder_next();
|
||||
public QcCurrentWorkorderDto GetcurrentWorkorder_previous();
|
||||
|
||||
public int Accumulator_first(string workorder_id, int checkid, int counter,string name);
|
||||
public int Accumulator_again(string workorder_id, int checkid, int counter,string name);
|
||||
public int Accumulator_thirty(string workorder_id, int checkid, int counter,string name);
|
||||
|
||||
public int CalculatePolishTotalNumber(string workorder_id);
|
||||
|
||||
public int CalculatePackagingInvestment(string workorder_id);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user