mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update TDengine
This commit is contained in:
@@ -11,11 +11,16 @@ using System.Runtime.CompilerServices;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace SqlSugar.TDengine
|
||||
{
|
||||
public class UtilMethods
|
||||
{
|
||||
public static STableAttribute GetCommonSTableAttribute(ISqlSugarClient db,STableAttribute sTableAttribute)
|
||||
{
|
||||
return sTableAttribute;
|
||||
}
|
||||
public static long ToUnixTimestamp(DateTime dateTime)
|
||||
{
|
||||
// If the DateTime is Utc, use ToUnixTimeMilliseconds directly
|
||||
|
Reference in New Issue
Block a user