mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update STable
This commit is contained in:
@@ -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<ColumnTagInfo> Tags = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user