using System; using Infrastructure.Attribute; using ARW.Repository.System; using ARW.Model.Models.Business.GoodsManager.GoodsServicesRels; namespace ARW.Repository.Business.GoodsManager.GoodsServicesRels { /// /// 商品服务与承诺关系表仓储 /// /// @author 黎文豪 /// @date 2023-06-18 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class GoodsServicesRelRepository : BaseRepository { #region 业务逻辑代码 #endregion } }