LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -296,11 +296,21 @@ /// <summary> /// 开始完成时间 /// </summary> public DateTime? BeginRefundTime { get; set; } public DateTime? BeginFinishTime { get; set; } /// <summary> /// 结束完成时间 /// </summary> public DateTime? EndFinishTime { get; set; } /// <summary> /// 开始退款时间 /// </summary> public DateTime? BeginRefundTime { get; set; } /// <summary> /// 结束退款时间 /// </summary> public DateTime? EndRefundTime { get; set; } /// <summary>