using Infrastructure.Attribute; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ZR.Model.Dto.System; using ZR.Model.System; namespace ZR.Repository.System { /// /// 文章管理 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class ArticleRepository { } }