From 2e7a604adf53608a65d5f04c79b28a521667ef75 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 16:26:47 +0800
Subject: [PATCH] fix:bug修复

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index cb59958..88dfae2 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -620,7 +620,7 @@
     /// <summary>
     /// 鎵嬬画璐规瘮渚�
     /// </summary>
-    public decimal PremiumRate { get; set; }
+    public decimal? PremiumRate { get; set; }
 
     /// <summary>
     /// 鎵嬬画璐�

--
Gitblit v1.9.1