初始刷
This commit is contained in:
16
ZR.ServiceCore/Services/IService/ISysConfigService.cs
Normal file
16
ZR.ServiceCore/Services/IService/ISysConfigService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using ZR.Model.System;
|
||||
|
||||
namespace ZR.ServiceCore.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// 参数配置service接口
|
||||
///
|
||||
/// @author mr.zhao
|
||||
/// @date 2021-09-29
|
||||
/// </summary>
|
||||
public interface ISysConfigService : IBaseService<SysConfig>
|
||||
{
|
||||
SysConfig GetSysConfigByKey(string key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user