diff --git a/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs b/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs index ac443eab1..52eb196e8 100644 --- a/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs +++ b/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs @@ -6,7 +6,7 @@ namespace SqlSugar.TDengine { public class STable { - [SugarColumn(IsOnlyIgnoreInsert = true, IsOnlyIgnoreUpdate = true)] + [SugarColumn(IsIgnore =true)] public string TagsTypeId { get; set; } public static List Tags = null; }