本月各工序产量统计

This commit is contained in:
qianhao.xu
2024-12-23 15:55:39 +08:00
parent 6b4e25fc57
commit e60a80d0ed
3 changed files with 135 additions and 2 deletions

View File

@@ -43,6 +43,22 @@ namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Product
return SUCCESS(response);
}
//TODO 本周 各工序产量统计
[HttpGet("BarProcessProductStatistic_week")]
public IActionResult BarProcessProductStatisticWeek()
{
var response = _productSmartScreenService.BarProcessProductStatisticWeek();
return SUCCESS(response);
}
//TODO 本月 各工序产量统计
[HttpGet("BarProcessProductStatistic_month")]
public IActionResult BarProcessProductStatisticMonth()
{
var response = _productSmartScreenService.BarProcessProductStatisticMonth();
return SUCCESS(response);
}
//TODO 本月产量 折线图