获取本月安全生产数据
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user