zhengyuxuan
2025-03-20 1acc7dc37fb2079d07b5aa1296295568f0d64160
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