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