修改各层关系

领域层不能依赖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

@@ -9,6 +9,7 @@
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Application\Yi.Framework.Application.csproj" />
<ProjectReference Include="..\Yi.Framework.Core.Autofac\Yi.Framework.Core.Autofac.csproj" />
<ProjectReference Include="..\Yi.Framework.Sqlsugar\Yi.Framework.Sqlsugar.csproj" />
</ItemGroup>
</Project>