SqlSugar/Src/Asp.NetCore2/SqlSugar.OdbcCore/OdbcConfig.cs

13 lines
245 B
C#
Raw Normal View History

2024-04-01 18:06:09 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace SqlSugar.Odbc
{
public class OdbcConfig
{
public static string SqlTranslationLeft ="";
public static string SqlTranslationRight="";
}
}