using System;
using Infrastructure.Attribute;
using ARW.Model.System;
namespace ARW.Repository
{
///
/// 参数配置仓储接口的实现
///
/// @author zhaorui
/// @date 2021-09-29
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class SysConfigRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}