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 |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index d509f50..3ef7c0e 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1179,15 +1179,21 @@
     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>
     /// 璁拌处鏃堕棿
     /// </summary>

--
Gitblit v1.9.1