23
This commit is contained in:
17
FrameWork/SqlSugar/Entities/SlaveConnectionConfig.cs
Normal file
17
FrameWork/SqlSugar/Entities/SlaveConnectionConfig.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class SlaveConnectionConfig
|
||||
{
|
||||
/// <summary>
|
||||
///Default value is 1
|
||||
///If value is 0 means permanent non execution
|
||||
/// </summary>
|
||||
public int HitRate = 1;
|
||||
public string ConnectionString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user