From 0852b8b41f652b90aeab002a05c5d13f2bf3f708 Mon Sep 17 00:00:00 2001 From: leoskey Date: Wed, 6 Jan 2021 15:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20README.md=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E4=BB=A3=E7=A0=81=E7=BC=BA=E5=B0=91=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d245340..d53ac64c1 100644 --- a/README.md +++ b/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; }