From b8d3cc1f394d47c9f50a8823577942a468778e69 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 17:56:34 +0800 Subject: [PATCH] fix;新增字段 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 929f209..82c7994 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs @@ -10,9 +10,7 @@ public interface ILifePayService : IApplicationService { - - - //Task<ElectricParValueResponse> GetTopStatistics(); + Task<TopStatisticsOutput> GetTopStatistics(); /// <summary> /// 鑾峰彇鐢佃垂闈㈠�� -- Gitblit v1.9.1