self_mall_api/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRepository.cs
2023-06-24 23:21:02 +08:00

20 lines
522 B
C#

using System;
using Infrastructure.Attribute;
using ARW.Repository.System;
using ARW.Model.Models.Business.GoodsManager.GoodsServicess;
namespace ARW.Repository.Business.GoodsManager.GoodsServicess
{
/// <summary>
/// 商品服务与承诺仓储
///
/// @author lwh
/// @date 2023-06-18
/// </summary>
[AppService(ServiceLifetime = LifeTime.Transient)]
public class GoodsServicesRepository : BaseRepository<GoodsServices>
{
#region
#endregion
}
}