2024-11-06 16:14:12 +08:00
|
|
|
|
|
|
|
|
|
2024-11-06 18:32:46 +08:00
|
|
|
using DOAN.Model.MES.console;
|
2024-11-06 16:14:12 +08:00
|
|
|
using DOAN.Model.MES.product;
|
2024-11-07 13:40:44 +08:00
|
|
|
using DOAN.Model.mes.echarts;
|
2024-11-06 16:14:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace DOAN.Service.MES.Console_.IService;
|
|
|
|
|
|
|
|
|
|
public interface IConsoleService : IBaseService<ProWorkorder>
|
2024-11-06 18:32:46 +08:00
|
|
|
{
|
2024-11-07 13:40:44 +08:00
|
|
|
ConsoleMoudle01 GetColorBlockKanbanInformation();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EchartsOptions GetLineOfTaskNumAndWorkorder();
|
2024-11-07 13:53:33 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
EchartsOptions GetGroupWorkOrderNum();
|
2024-11-06 18:32:46 +08:00
|
|
|
}
|