Update TDengine

This commit is contained in:
sunkaixuan
2023-11-19 00:03:07 +08:00
parent 4e144454db
commit 46673546ad
4 changed files with 4 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ namespace TDengineTest
public DateTime Ts { get; set; }
public bool Boolean { get; set; }
}
[STableAttribute( STablelName = "CodeFirstStable", Tags="[{ Name:\"Tag1\",Value:\"1\"}]")]
[STableAttribute( STableName = "CodeFirstStable", Tags="[{ Name:\"Tag1\",Value:\"1\"}]")]
public class CodeFirstTags44
{
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
@@ -53,7 +53,7 @@ namespace TDengineTest
[SqlSugar.SugarColumn(IsIgnore =true)]
public string Tag1 { get; set; }
}
[STableAttribute(STablelName = "CodeFirstStable", Tags = "[{ Name:\"Tag1\",Value:\"2\"}]")]
[STableAttribute(STableName = "CodeFirstStable", Tags = "[{ Name:\"Tag1\",Value:\"2\"}]")]
public class CodeFirstTags33
{
[SqlSugar.SugarColumn(IsPrimaryKey = true)]