11 lines
172 B
C#
11 lines
172 B
C#
namespace YLErp.Configuration
|
|
{
|
|
/// <summary>
|
|
/// 系统配置(用于插件实现的接口)
|
|
/// </summary>
|
|
public interface ISystemConfig
|
|
{
|
|
|
|
}
|
|
}
|