refactor: ♻️ 精简框架分层 (#204)

[skip ci]

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
2024-11-15 18:27:21 +08:00
committed by GitHub
parent 76e5fdcd94
commit 5e9b67bca8
324 changed files with 955 additions and 791 deletions

View File

@@ -1,6 +1,6 @@
using NetAdmin.SysComponent.Domain.Dto.Sys;
using NetAdmin.SysComponent.Domain.Dto.Sys.Job;
using NetAdmin.SysComponent.Domain.Dto.Sys.JobRecord;
using NetAdmin.Domain.Dto.Sys;
using NetAdmin.Domain.Dto.Sys.Job;
using NetAdmin.Domain.Dto.Sys.JobRecord;
namespace UnitTests.Sys;