质量统计
This commit is contained in:
@@ -5,6 +5,7 @@ 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
|
||||
{
|
||||
@@ -12,5 +13,7 @@ namespace ZR.Service.MES.op.IService
|
||||
{
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user