mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update STable
This commit is contained in:
parent
acc5dd7429
commit
46a7786874
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user