Update demo

This commit is contained in:
sunkaixuan
2019-06-04 17:48:25 +08:00
parent 4149d611ee
commit 76d4dfef87
35 changed files with 1949 additions and 79 deletions

View File

@@ -18,7 +18,7 @@ namespace OrmTest
{
[SqlSugar.SugarColumn(IndexGroupNameList = new string[] { "group1" })]
public int Id { get; set; }
[SqlSugar.SugarColumn(DefaultValue="sysdate", IndexGroupNameList =new string[] {"group1" } )]
[SqlSugar.SugarColumn(DefaultValue="getdate()", IndexGroupNameList =new string[] {"group1" } )]
public DateTime? CreateDate { get; set; }
}
}