lingling
2025-03-24 1ad1a766ebbbd0cae7dc679b80692b5f71898a0a
LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -186,7 +186,7 @@
        /// <summary>
        /// 手续费比例
        /// </summary>
        public decimal PremiumRate { get; set; }
        public decimal? PremiumRate { get; set; }
    }
}