using System; using Infrastructure.Attribute; using ARW.Repository.System; using ARW.Model.Models; namespace ARW.Repository { /// /// 多语言配置仓储 /// /// @author zr /// @date 2022-05-06 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class CommonLangRepository : BaseRepository { #region 业务逻辑代码 #endregion } }