using System;
using Infrastructure.Attribute;
using ZR.Repository.System;
using ZR.Model.Models;
namespace ZR.Repository.System
{
///
/// 通知公告表仓储
///
/// @author zr
/// @date 2021-12-15
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class SysNoticeRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}