From d97ab36d735e1c780908f03e5d466791e70f66c1 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 24 三月 2025 14:14:21 +0800 Subject: [PATCH] fix:禁止重复提交退款申请提示 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 3fde72d..ef263de 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -935,4 +935,9 @@ /// </summary> public int YesterdayActiveUsers { get; set; } +} + +public class ChannelRateOutput +{ + public decimal ChannlesRate { get; set; } } \ No newline at end of file -- Gitblit v1.9.1