添加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

@@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="Panda.DynamicWebApi" Version="1.2.1" />
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.3.43" />
<PackageReference Include="StartupModules" Version="4.0.0" />
</ItemGroup>

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; }