Update demo

This commit is contained in:
sunkaixuan
2023-09-29 11:02:45 +08:00
parent 446736566c
commit 1085463bbf

View File

@@ -122,6 +122,7 @@ namespace OrmTest
[SqlSugar.SugarColumn(Length = 2000)] [SqlSugar.SugarColumn(Length = 2000)]
public List<Order> os { get; set; } public List<Order> os { get; set; }
} }
[SugarTable("UnitJsonTest211")]
public class UnitJsonTest2 public class UnitJsonTest2
{ {
[SqlSugar.SugarColumn(IsPrimaryKey = true, IsIdentity = true)] [SqlSugar.SugarColumn(IsPrimaryKey = true, IsIdentity = true)]