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,5 +1,5 @@
using NetAdmin.SysComponent.Domain.Dto.Sys.User;
using NetAdmin.SysComponent.Domain.Dto.Sys.UserProfile;
using NetAdmin.Domain.Dto.Sys.User;
using NetAdmin.Domain.Dto.Sys.UserProfile;
using NetAdmin.Tests.Attributes;
namespace UnitTests.Sys;