添加SqlSugarCoreNoDrive

This commit is contained in:
陈淳
2023-01-12 16:53:39 +08:00
parent 318cfb5fe2
commit ea4e8856c2
2 changed files with 4 additions and 1 deletions

View File

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