LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -461,6 +461,9 @@ public string? RefundOrderNo { get; set; } [Name("退款申请")] public string? RefundApplyRemark { get; set; } [Name("充值金额")] public string? RechargeAmountStr { get; set; } @@ -592,6 +595,11 @@ public DateTime? RefundTime { get; set; } /// <summary> /// 退款申请时间 /// </summary> public DateTime? RefundApplyTime { get; set; } /// <summary> /// 退款凭证 /// </summary> public string RefundCredentialsImgUrl { get; set; }