using System; using Infrastructure.Attribute; using ARW.Repository.System; using ARW.Model.Models.Business.EmotionManage.EmoticonDatas; namespace ARW.Repository.Business.EmotionManage.EmoticonDatas { /// /// 表情包仓储 /// /// @author lwh /// @date 2023-10-28 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class EmoticonDataRepository : BaseRepository { #region 业务逻辑代码 #endregion } }