mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
修复 README.md 示例代码缺少括号
This commit is contained in:
parent
5e940ce30b
commit
0852b8b41f
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user