using System; using Infrastructure.Attribute; using ARW.Repository.System; using ARW.Model.Models.Business.GoodsManager.Goodss; namespace ARW.Repository.Business.GoodsManager.Goodss { /// /// 商品仓储 /// /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class GoodsRepository : BaseRepository { #region 业务逻辑代码 #endregion } }