From 57fb27ac6874642d190533df66aa087c6ec94813 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 12:28:10 +0800 Subject: [PATCH] 退款订单列表 --- LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs index 3a90b90..fd522ed 100644 --- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs +++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs @@ -71,6 +71,11 @@ public string OutOrderNo { get; set; } /// <summary> + /// 閫�娆捐鍗曞彿 + /// </summary> + public string? RefundOrderNo { get; set; } + + /// <summary> /// 娓犻亾娴佹按鍙� /// </summary> public string ACOOLYOrderNo { get; set; } @@ -131,8 +136,20 @@ public Guid? RefundCheckUserId { get; set; } public string? ChannelId { get; set; } + + /// <summary> + /// 閫�娆鹃噾棰� + /// </summary> + public decimal? RefundPrice { get; set; } + + /// <summary> /// 瀹為檯鍏呭�奸噾棰� /// </summary> public decimal? ActualRechargeAmount { get; set; } + + /// <summary> + /// 骞冲彴閫�娆剧姸鎬� + /// </summary> + public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1