Update TDengine

This commit is contained in:
sunkaixuan
2025-02-26 19:40:26 +08:00
parent f2baf9ec70
commit bfdbdf39a6
3 changed files with 19 additions and 5 deletions

View File

@@ -124,5 +124,10 @@ namespace SqlSugar
});
return groups;
}
private STableAttribute GetCommonSTableAttribute(STableAttribute sTableAttribute)
{
return sTableAttribute;
}
}
}