LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -623,6 +623,9 @@ [Name("申请退款时间")] public string? RefundApplyTimeStr { get; set; } [Name("平台订单号")] public string OrderNo { get; set; } /// <summary> /// 下单时间 /// </summary> @@ -694,8 +697,6 @@ [Name("完成时间")] public string? FinishTimeStr { get; set; } public string OrderNo { get; set; } }