Browse Source

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

pull/2/head
skx 4 years ago
parent
commit
9807e4a27b
  1. 2
      README.md

2
README.md

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

Loading…
Cancel
Save