缺陷报表与合格率报表基础框架搭建
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace ZR.Service.mes.IService
|
||||
{
|
||||
public interface IDefectReportService
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
using ZR.Model;
|
||||
using ZR.Model.MES.DTO;
|
||||
|
||||
namespace ZR.Service.mes.IService
|
||||
{
|
||||
public interface IQualificationRateReportService
|
||||
{
|
||||
/// <summary>
|
||||
/// 分页获取合格率报表
|
||||
/// </summary>
|
||||
/// <param name="parms"></param>
|
||||
/// <returns></returns>
|
||||
PagedInfo<QualificationRateReportDTO> GetQualificationRateReport(QualificationRateReportQueryDTO parms);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user