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