11 lines
218 B
C#
11 lines
218 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 系统参数配置 服务接口
|
|
/// </summary>
|
|
public interface ISystemParamService
|
|
{
|
|
// TODO: 定义 系统参数配置 相关方法
|
|
}
|
|
}
|