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