油漆
This commit is contained in:
21
server/ZR.Service/mes/op/IService/IOperationService.cs
Normal file
21
server/ZR.Service/mes/op/IService/IOperationService.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.MES.op.DTO;
|
||||
using ZR.Model.MES.op.ZR.Model.mes.md;
|
||||
using ZR.Model.MES.qc;
|
||||
|
||||
namespace ZR.Service.MES.op.IService
|
||||
{
|
||||
public interface IOperationService
|
||||
{
|
||||
|
||||
public List<OpStatisticsDTO> GetAllData(string workshopID);
|
||||
|
||||
public (List<QcFqcDTO>,int) GueryQualityStatistics(string workorderid, int pageNum, int pageSize, int year = -1, int week = -1, int date = -1);
|
||||
|
||||
public List<DetailsOfDetectionDTO> QueryDetailsOfDetection(string fkWorkorderId, int order);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user