新增加 ISysConfigService.cs
This commit is contained in:
parent
77eddb3bc1
commit
ea81780636
17
ZR.Service/System/IService/ISysConfigService.cs
Normal file
17
ZR.Service/System/IService/ISysConfigService.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using ZR.Model.Models;
|
||||
using ZR.Model.System;
|
||||
|
||||
namespace ZR.Service.System
|
||||
{
|
||||
/// <summary>
|
||||
/// 参数配置service接口
|
||||
///
|
||||
/// @author zhaorui
|
||||
/// @date 2021-09-29
|
||||
/// </summary>
|
||||
public interface ISysConfigService: IBaseService<SysConfig>
|
||||
{
|
||||
SysConfig GetSysConfigByKey(string key);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user