Update Demo

This commit is contained in:
sunkaixuan
2019-05-24 19:08:16 +08:00
parent 771265e250
commit 5584a620d5
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ namespace OrmTest
{
[SqlSugar.SugarColumn(ColumnDataType = "hierarchyid")]
public string TreeId { get; set; }
[SqlSugar.SugarColumn(ColumnDataType = "Geography")]
public string GId { get; set; }
public string Name { get; set; }
}
}