删除文件
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
using System;
|
||||
using ZR.Model.Models;
|
||||
|
||||
namespace ZR.Service.Business
|
||||
{
|
||||
/// <summary>
|
||||
/// 代码生成演示service接口
|
||||
///
|
||||
/// @author zr
|
||||
/// @date 2021-12-01
|
||||
/// </summary>
|
||||
public interface IGendemoService: IBaseService<Gendemo>
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user