using System;
using Infrastructure.Attribute;
using ARW.Repository.System;
using ARW.Model.Models.Business.Payments;
namespace ARW.Repository.Business.Payments
{
///
/// 支付订单仓储
///
/// @author admin
/// @date 2022-12-15
///
[AppService(ServiceLifetime = LifeTime.Transient)]
public class PaymentRepository : BaseRepository
{
#region 业务逻辑代码
#endregion
}
}