mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 02:44:58 +08:00
11 lines
156 B
C#
11 lines
156 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace SqlSugar.TDengineAdo
|
|||
|
|
{
|
|||
|
|
internal class DbConnectionHelper
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|