From 20a5f67100349aafea763067a2290de3a8562e33 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 15:48:06 +0800 Subject: [PATCH] fix:微信退款bug修复 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 0667275..96fcfd4 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -582,6 +582,13 @@ /// 鎵嬬画璐规瘮渚� /// </summary> public decimal PremiumRate { get; set; } + + /// <summary> + /// 鎵嬬画璐� + /// </summary> + public decimal PremiumPrice { get; set; } + + public decimal? Profit { get; set; } } public class CreateLifePayOrderOutput -- Gitblit v1.9.1