绿十字逻辑调整

This commit is contained in:
2025-04-21 17:49:22 +08:00
parent e6060701b3
commit 0ae5525c72
5 changed files with 69 additions and 42 deletions

View File

@@ -10,6 +10,6 @@ namespace DOAN.Service.MES.SmartScreen.Site.IService
public interface ISiteSafeGreenCrossSmartService
{
public List<SiteSafeGreenCrossDto> GetGeenCrossSmartScreenForMonth();
public List<SiteSafeGreenCrossBoardDto> GetGeenCrossSmartScreenForMonth();
}
}