修改各层关系

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

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