From d0ca4c5479641ac5616d1e6fd2c258aea7d93222 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 13:28:28 +0800
Subject: [PATCH] fix:写入消费记录

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 7970135..3ef7c0e 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1179,14 +1179,20 @@
     public string OrderNo { get; set; }
 
     /// <summary>
-    /// 娓犻亾娴佹按鍙�
+    /// 澶栭儴璁㈠崟鍙�
     /// </summary>
-    public string OutOrderNo { get; set; }
+    public string AcoolyOrderNo { get; set; }
 
     /// <summary>
     /// 浜ゆ槗閲戦
     /// </summary>
     public decimal Amount { get; set; }
+
+
+    /// <summary>
+    /// 渚涘簲鍟嗚鍗曠姸鎬�
+    /// </summary>
+    public ACOOLYStatusEnum ACOOLYStatus { get; set; }
 
     /// <summary>
     /// 璁拌处鏃堕棿
@@ -1239,6 +1245,8 @@
     public string ChannlesNum { get; set; }
 
     public Guid ChannlesId { get; set; }
+
+    public LifePaySwitchTypeEnum SwitchType { get; set; }
 }
 
 public class BackClientUserInfoOutput

--
Gitblit v1.9.1