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