using System;
using Infrastructure.Attribute;
using ARW.Repository.System;
using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.GoodsSpecRels;
namespace ARW.Repository.Business.GoodsManager.GoodsSpecs.GoodsSpecRels
{
///
/// 商品与规格值关系记录仓储
///
/// @author lwh
/// @date 2023-06-19
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class GoodsSpecRelRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}