LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -304,6 +304,16 @@ public DateTime? EndFinishTime { get; set; } /// <summary> /// 开始退款时间 /// </summary> public DateTime? BeginRefundTime { get; set; } /// <summary> /// 结束退款时间 /// </summary> public DateTime? EndRefundTime { get; set; } /// <summary> /// 用户Id /// </summary> public Guid? UserId { get; set; }