zhuangpei-mesbackend/DOAN.Service/MES/BI/IService/IProductBigScreenService.cs
qianhao.xu f49d402894 提交
2025-02-25 13:52:50 +08:00

23 lines
565 B
C#

using DOAN.Model.MES.BI.Dto;
using DOAN.Model.MES.dev;
using DOAN.Model.mes.echarts;
using DOAN.Model.MES.exception;
using DOAN.Model.MES.product;
namespace DOAN.Service.MES.BI.IService;
public interface IProductBIService : IBaseService<ProWorkorder>
{
ProductBIMoudle01Dto GetMoudle01();
EchartsOptions GetMoudle02();
EchartsOptions GetMoudle03();
EchartsOptions GetMoudle04();
EchartsOptions GetMoudle05();
List<WorkOrderBIDto> GetMoudle06();
List<ProWorkorderUpdateLog> GetMoudle07();
List<WorkOrderBIDto> GetMoudle08();
}