SqlSugar/Src/Asp.NetCore2/SqlSugar.OdbcCore/OdbcConfig.cs
2024-04-01 18:06:09 +08:00

13 lines
245 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace SqlSugar.Odbc
{
public class OdbcConfig
{
public static string SqlTranslationLeft ="";
public static string SqlTranslationRight="";
}
}