新增系统配置
This commit is contained in:
21
ZR.Repository/System/SysConfigRepository.cs
Normal file
21
ZR.Repository/System/SysConfigRepository.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using Infrastructure.Attribute;
|
||||
using ZR.Repository.System;
|
||||
using ZR.Model.Models;
|
||||
using ZR.Model.System;
|
||||
|
||||
namespace ZR.Repository
|
||||
{
|
||||
/// <summary>
|
||||
/// 参数配置仓储接口的实现
|
||||
///
|
||||
/// @author zhaorui
|
||||
/// @date 2021-09-29
|
||||
/// </summary>
|
||||
[AppService(ServiceLifetime = LifeTime.Transient)]
|
||||
public class SysConfigRepository : BaseRepository<SysConfig>
|
||||
{
|
||||
#region 业务逻辑代码
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user