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