first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace JSMachine.WMS.Domain.IRepository
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据库配置接口,用于不同数据库切换
|
||||
/// </summary>
|
||||
public interface IDbConnectionConfig
|
||||
{
|
||||
ConnectionConfig ConnectionConfig { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user