质量大屏

This commit is contained in:
卢江海
2025-03-27 20:01:44 +08:00
parent 65ff7d3878
commit 7c730550d0
3 changed files with 84 additions and 7 deletions

View File

@@ -13,12 +13,9 @@ namespace DOAN.Service.MES.SmartScreen.Quality.IService
public interface IQualitySmartService : IBaseService<QcFinishedproductDefectCollection>
{
QualityScreenHeadDto GetQualityScreenHead();
List<EchartsSeriesData> GetQualitySmartScreenForWeek();
List<EchartsSeriesData> GetQualitySmartScreenForMonth();
//barchart EchartsOptions
EchartsOptions GetQualitySmartScreenForBarChart();
EchartsOptions GetQualitySmartScreenForLineChart();
}
}