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