From dbf044662b9a75e5b42f8f76c65faaf89c95bb21 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 19:36:48 +0800
Subject: [PATCH] fix:bug修复
---
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 7970135..f2ab0af 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1096,7 +1096,10 @@
/// </summary>
public int YesterdayActiveUsers { get; set; }
-
+ /// <summary>
+ /// 绱浣i噾
+ /// </summary>
+ public decimal AccumulatedChannlesRakePrice { get; set; }
}
public class ChannelRateOutput
@@ -1179,14 +1182,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 +1248,8 @@
public string ChannlesNum { get; set; }
public Guid ChannlesId { get; set; }
+
+ public LifePaySwitchTypeEnum SwitchType { get; set; }
}
public class BackClientUserInfoOutput
--
Gitblit v1.9.1