2024-11-07 13:40:44 +08:00

16 lines
313 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();
}