using System; using Infrastructure.Attribute; using ARW.Repository.System; using ARW.Model.Models.Business.GoodsManager.GoodsComments; namespace ARW.Repository.Business.GoodsManager.GoodsComments { /// /// 商品评价仓储 /// /// @author admin /// @date 2023-07-15 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class GoodsCommentRepository : BaseRepository { #region 业务逻辑代码 #endregion } }