From aa62bd742942bf4e6556714224dce076dab15c9f Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 11 六月 2025 13:05:19 +0800 Subject: [PATCH] feat:订单列表及导出增加运营商字段 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 7529438..1573133 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -167,6 +167,11 @@ public string? ChannelName { get; set; } /// <summary> + /// 杩愯惀鍟� + /// </summary> + public string Operator { get; set; } + + /// <summary> /// 璁㈠崟绫诲瀷 /// </summary> public LifePayOrderTypeEnum LifePayOrderType { get; set; } @@ -284,6 +289,11 @@ public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } /// <summary> + /// 璁㈠崟鍙傛暟璇︽儏 + /// </summary> + public string OrderParamDetailJsonStr { get; set; } + + /// <summary> /// 瀹為檯鍒拌处閲戦 /// </summary> public decimal? ActualReceivedAmount { get; set; } @@ -309,6 +319,17 @@ [Name("鍏呭�兼笭閬�")] public string ChannelName { get; set; } + + /// <summary> + /// 杩愯惀鍟� + /// </summary> + [Name("杩愯惀鍟�")] + public string Operator { get; set; } + + /// <summary> + /// 璁㈠崟鍙傛暟璇︽儏 + /// </summary> + public string OrderParamDetailJsonStr { get; set; } /// <summary> /// 涓嬪崟鏃堕棿 @@ -446,6 +467,12 @@ public string ChannelName { get; set; } /// <summary> + /// 杩愯惀鍟� + /// </summary> + [Name("杩愯惀鍟�")] + public string Operator { get; set; } + + /// <summary> /// 涓嬪崟鏃堕棿 /// </summary> public DateTime CreationTime { get; set; } @@ -510,6 +537,11 @@ public decimal PlatformPrice { get; set; } /// <summary> + /// 璁㈠崟鍙傛暟璇︽儏 + /// </summary> + public string OrderParamDetailJsonStr { get; set; } + + /// <summary> /// 骞冲彴閫�娆剧姸鎬� /// </summary> public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } -- Gitblit v1.9.1