mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update demo
This commit is contained in:
@@ -122,6 +122,7 @@ namespace OrmTest
|
||||
[SqlSugar.SugarColumn(Length = 2000)]
|
||||
public List<Order> os { get; set; }
|
||||
}
|
||||
[SugarTable("UnitJsonTest211")]
|
||||
public class UnitJsonTest2
|
||||
{
|
||||
[SqlSugar.SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||
|
Reference in New Issue
Block a user