Update Demo

This commit is contained in:
sunkaixuan
2019-05-09 17:55:11 +08:00
parent 1f95424465
commit 617a6013f6
6 changed files with 66 additions and 4 deletions

View File

@@ -13,7 +13,9 @@ namespace OrmTest
public string Name { get; set; }
public decimal Price { get; set; }
[SqlSugar.SugarColumn(IsNullable =true)]
[SqlSugar.SugarColumn(IsNullable = true)]
public DateTime CreateTime { get; set; }
[SqlSugar.SugarColumn(IsNullable =true)]
public int CustomId { get; set; }
}
}