lingling
2025-03-21 ff7920ed1f3b0ff3f4fccd97c4b31b80fb63b142
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -192,6 +192,7 @@
    /// <returns></returns>
    Task<PageOutput<LifePayOrderListOutput>> GetLifePayOrderPage(QueryLifePayOrderListInput input);
    Task<PageOutput<LifePayOrderListOutput>> GetLifePayRefundOrderPage(QueryLifePayRefundOrderListInput input);
    /// <summary>
    /// 获取订单详情
@@ -250,6 +251,8 @@
    Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
    Task<string> GetBillErceiptExport(string orderNo);
    /// <summary>
    /// 设置生活缴费支付类型
    /// </summary>