mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Update TDengine
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user