新增加验证码开关

This commit is contained in:
不做码农
2021-12-01 16:56:46 +08:00
parent 5e65941e15
commit e5bbf0b298
8 changed files with 42 additions and 7 deletions

View File

@@ -12,5 +12,6 @@ namespace ZR.Service.System
/// </summary>
public interface ISysConfigService: IBaseService<SysConfig>
{
SysConfig GetSysConfigByKey(string key);
}
}