From 430a0ee2578917bd7524515c3273e487c3f83171 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 01 四月 2025 17:04:44 +0800 Subject: [PATCH] fix:bug修复 --- 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