本月每天产量

This commit is contained in:
qianhao.xu
2024-12-22 15:12:10 +08:00
parent 37146621c1
commit 54e920680d
9 changed files with 224 additions and 116 deletions

View File

@@ -1,4 +1,5 @@
using DOAN.Model.MES.product;
using DOAN.Model.MES.SmartScreen;
using DOAN.Model.MES.SmartScreen.Product;
using System;
using System.Collections.Generic;
@@ -12,5 +13,9 @@ namespace DOAN.Service.MES.SmartScreen.Product.IService
{
DigitalTurntableModel DigitalTurntable();
EchartsOptions BarProcessProductStatistic();
EchartsOptions OutputOfCurrentmonth();
}
}