From 132fb9d381c6d2c431d77deb7b678ceb0a761614 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 16:00:41 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 96fcfd4..6bbd71c 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -457,6 +457,14 @@ public Guid Id { get; set; } /// <summary> + /// 鐢ㄦ埛璐﹀彿 + /// </summary> + public string UserPhoneNumber { get; set; } + + public string UserName { get; set; } + + public string LifePayChannle { get; set; } + /// <summary> /// 鐢熸椿缂磋垂鏀粯绫诲瀷 /// </summary> public LifePayTypeEnum? LifePayType { get; set; } @@ -507,6 +515,11 @@ public DateTime? FinishTime { get; set; } /// <summary> + /// 澶栭儴璁㈠崟鍙� + /// </summary> + public string OutOrderNo { get; set; } + + /// <summary> /// 璁㈠崟璇︾粏鏁版嵁 /// </summary> public string OrderParamDetailJsonStr { get; set; } -- Gitblit v1.9.1