zhengyuxuan
2025-03-28 6803ee52d2061fb811440fd17aede81250f0a53b
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -670,4 +670,8 @@
    /// 交易金额
    /// </summary>
    public decimal Amount { get; set; }
    /// <summary>
    /// 拓展属性
    /// </summary>
    public string ExtraProperties { get; set; }
}