修改各层关系

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

@@ -1,5 +1,4 @@
using SqlSugar;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -10,7 +9,6 @@ namespace Yi.Framework.Domain.Student.Entities
/// <summary>
/// 实体
/// </summary>
[SugarTable("Student")]
public class StudentEntity
{
public long Id { get; set; }