From 758a83d713c7212175fc06ce498d3b5ac1430872 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 09 六月 2025 17:26:38 +0800 Subject: [PATCH] fix: GetChannelConsultationById --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index ce946f5..2cd8b14 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -286,7 +286,7 @@ /// <summary> /// 瀹為檯鍒拌处閲戦 /// </summary> - public decimal ActualReceivedAmount { get; set; } + public decimal? ActualReceivedAmount { get; set; } public LifePayStatusEnum? ActualReceivedStatus { get; set; } } @@ -1234,6 +1234,11 @@ public Guid UserId { get; set; } /// <summary> + /// 鎺ㄥ箍鍛業D + /// </summary> + public string PromoterIdNumber { get; set; } + + /// <summary> /// 鏄惁鏄悗鍙扮敤鎴� /// </summary> public bool IsBackClientUser { get; set; } -- Gitblit v1.9.1