Update demo

This commit is contained in:
sunkaixuna
2021-04-24 12:58:33 +08:00
parent d35ddc8cc5
commit dddd744829
2 changed files with 41 additions and 0 deletions

View File

@@ -14,5 +14,7 @@ namespace OrmTest
public decimal? Price { get; set; }
[SqlSugar.SugarColumn(IsNullable = true)]
public DateTime? CreateTime { get; set; }
[SqlSugar.SugarColumn(IsIgnore = true)]
public string OrderName { get; internal set; }
}
}