Merge branch 'SqlSugar5' of github.com:sunkaixuan/SqlSugar

This commit is contained in:
skx 2021-01-07 23:32:30 +08:00
commit 9807e4a27b

View File

@ -72,7 +72,7 @@ private SqlSugarClient GetInstance()
public class Student
{
[SugarColumn(IsPrimaryKey = true, IsIdentity = true]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
public int? SchoolId { get; set; }
public string Name { get; set; }