mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 05:13:27 +08:00
Update demo
This commit is contained in:
parent
291d2e0de5
commit
4c41883d01
@ -15,7 +15,7 @@ namespace OrmTest
|
||||
|
||||
public string Name { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
[SugarColumn(IsNullable = true,DefaultValue ="null")]
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public DateTime CreateTime { get; set; }
|
||||
[SugarColumn(IsNullable =true)]
|
||||
public int CustomId { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user