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