From 4e54aab4960fb97a549d9d715428b5374ecad6b5 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 10 六月 2025 18:25:38 +0800 Subject: [PATCH] fix:运营端--订单管理--退款管理--列表数据导出文件不正确 运营端--订单管理--列表数据导出文件不正确 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs index 72868d6..dcc6ce2 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs @@ -460,6 +460,30 @@ public LifePayChannlesTypeEnum ChannlesType { get; set; } + /// <summary> + /// 浠g悊绫诲瀷 + /// </summary> + public LifePayChannelAgentType? AgentType { get; set; } + + /// <summary> + /// 鍖哄煙-鐪両d + /// </summary> + public int? AreaProvinceId { get; set; } + + /// <summary> + /// 鍖哄煙-甯侷d + /// </summary> + public int? AreaCityId { get; set; } + + /// <summary> + /// 鎺ㄥ箍鍛業D + /// </summary> + public string PromoterIdNumber { get; set; } + + /// <summary> + /// 鎺ㄥ箍鍛� + /// </summary> + public string PromoterName { get; set; } } public class QueryUserAccountListInput : ChannelsBaseInput -- Gitblit v1.9.1