质量大屏
This commit is contained in:
@@ -75,5 +75,18 @@ namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Quality
|
||||
var response = _QualitySmartService.GetQualitySmartScreenForBarChart();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 按月获取质量大屏数据折线图
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("GetQualitySmartScreenForLineChart")]
|
||||
[AllowAnonymous]
|
||||
public IActionResult GetQualitySmartScreenForLineChart()
|
||||
{
|
||||
|
||||
var response = _QualitySmartService.GetQualitySmartScreenForLineChart();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user