Update STable

This commit is contained in:
sunkaixuan 2023-12-23 22:06:08 +08:00
parent acc5dd7429
commit 46a7786874

View File

@ -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;
} }