From 6803ee52d2061fb811440fd17aede81250f0a53b Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 28 三月 2025 15:51:39 +0800 Subject: [PATCH] fix:提交能运行的代码 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs index e465c85..788c88e 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs @@ -12,6 +12,7 @@ { Task<LifePayRechargeReceiptsPageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input); - Task AddUpdatePayRechargeReceipts(AddUpdatePayRechargeReceiptsInput input); + + Task AddLifePayExpensesReceipts(AddLifePayExpensesReceiptsInput input); } \ No newline at end of file -- Gitblit v1.9.1