mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Merge branch 'SqlSugar5' of github.com:sunkaixuan/SqlSugar
This commit is contained in:
@@ -72,7 +72,7 @@ private SqlSugarClient GetInstance()
|
|||||||
|
|
||||||
public class Student
|
public class Student
|
||||||
{
|
{
|
||||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true]
|
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int? SchoolId { get; set; }
|
public int? SchoolId { get; set; }
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
|
Reference in New Issue
Block a user