修改了目录架构
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using DMS.Application.DTOs.Triggers;
|
||||
using DMS.Application.DTOs;
|
||||
|
||||
namespace DMS.Application.Services.Triggers
|
||||
{
|
||||
|
||||
@@ -2,7 +2,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text.Json;
|
||||
using System.Threading.Tasks;
|
||||
using DMS.Application.DTOs.Triggers;
|
||||
using DMS.Application.Services.Triggers;
|
||||
using DMS.Core.Interfaces.Services;
|
||||
using DMS.Core.Models.Triggers;
|
||||
|
||||
@@ -3,10 +3,10 @@ using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using DMS.Application.DTOs;
|
||||
// 明确指定 Timer 类型,避免歧义
|
||||
using ThreadingTimer = System.Threading.Timer;
|
||||
using TimersTimer = System.Timers.Timer;
|
||||
using DMS.Application.DTOs.Triggers;
|
||||
using DMS.Application.Services.Triggers;
|
||||
using DMS.Core.Models.Triggers;
|
||||
using Microsoft.Extensions.Logging; // 使用 Microsoft.Extensions.Logging.ILogger
|
||||
|
||||
@@ -2,7 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using AutoMapper;
|
||||
using DMS.Application.DTOs.Triggers;
|
||||
using DMS.Application.DTOs;
|
||||
using DMS.Application.Services.Triggers;
|
||||
using DMS.Core.Interfaces;
|
||||
using DMS.Core.Models.Triggers;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using DMS.Application.DTOs;
|
||||
using DMS.Application.DTOs.Triggers;
|
||||
|
||||
namespace DMS.Application.Services.Triggers
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user