Update TDengine Stable CodeFirst

This commit is contained in:
sunkaixuan
2023-11-18 23:49:43 +08:00
parent d8b0f13916
commit bc269029dc
3 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace SqlSugar.TDengine
{
public class STableAttribute:Attribute
{
public string Tags { get; set; }
public string STablelName { get; set; }
}
}