Update demo

This commit is contained in:
sunkaixuan 2022-10-26 10:56:47 +08:00
parent 0afd9a28d4
commit 54b2a22058

View File

@ -9,7 +9,7 @@ namespace OrmTest
public class Order
{
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true,ColumnDescription ="主键")]
public int Id { get; set; }
public string Name { get; set; }