mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 13:52:11 +08:00
Update TDengine
This commit is contained in:
@@ -6,7 +6,13 @@ namespace SqlSugar.TDengine
|
||||
{
|
||||
public class STable
|
||||
{
|
||||
[SugarColumn(IsOnlyIgnoreInsert =true ,IsOnlyIgnoreUpdate =true)]
|
||||
public string TagsTypeId { get; set; }
|
||||
[SugarColumn(IsOnlyIgnoreInsert = true, IsOnlyIgnoreUpdate = true)]
|
||||
public string TagsTypeId { get; set; }
|
||||
public static List<ColumnTagInfo> Tags = null;
|
||||
}
|
||||
public class ColumnTagInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user