mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update TDengine Stable CodeFirst
This commit is contained in:
12
Src/Asp.NetCore2/SqlSugar.TDengineCore/STableAttribute.cs
Normal file
12
Src/Asp.NetCore2/SqlSugar.TDengineCore/STableAttribute.cs
Normal 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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user