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