修改各层关系

领域层不能依赖sqlsugar层
sqlsugar层依赖领域层
This commit is contained in:
陈淳
2023-01-12 15:25:46 +08:00
parent 7706126479
commit 318cfb5fe2
12 changed files with 34 additions and 27 deletions

View File

@@ -6,8 +6,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Yi.Framework.Application.Contracts.Student;
using Yi.Framework.Domain.Shared.Student.IRepository;
using Yi.Framework.Domain.Student;
using Yi.Framework.Domain.Student.IRepository;
namespace Yi.Framework.Application.Student
{