获取本月安全生产数据

This commit is contained in:
qianhao.xu
2025-04-14 17:04:28 +08:00
parent c0d249f4b2
commit a10aa585ba
3 changed files with 84 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
using DOAN.Model.MES.Andon.Dto;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOAN.Service.MES.SmartScreen.Site.IService
{
public interface ISiteSafeGreenCrossSmartService
{
public List<SiteSafeGreenCrossDto> GetGeenCrossSmartScreenForMonth();
}
}