using System;
using Infrastructure.Attribute;
using ARW.Repository.System;
using ARW.Model.Models.Business.Custom.GoodsCollections;
namespace ARW.Repository.Business.Custom.GoodsCollections
{
///
/// 商品收藏仓储
///
/// @author lwh
/// @date 2023-10-22
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class GoodsCollectionRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}