19 lines
358 B
C#
19 lines
358 B
C#
|
|
|
|
using DOAN.Model.MES.console;
|
|
using DOAN.Model.MES.product;
|
|
using DOAN.Model.mes.echarts;
|
|
|
|
|
|
namespace DOAN.Service.MES.Console_.IService;
|
|
|
|
public interface IConsoleService : IBaseService<ProWorkorder>
|
|
{
|
|
ConsoleMoudle01 GetColorBlockKanbanInformation();
|
|
|
|
|
|
EchartsOptions GetLineOfTaskNumAndWorkorder();
|
|
|
|
|
|
EchartsOptions GetGroupWorkOrderNum();
|
|
} |