From 484de131314a90144cceac6ea721e345ad014f08 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 04 十二月 2025 09:20:56 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi
---
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayRateInput.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayRateInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayRateInput.cs
index fd93e98..03bcd67 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayRateInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayRateInput.cs
@@ -26,7 +26,7 @@
/// ID
/// </summary>
[Required(ErrorMessage = "ID鏄繀濉」銆�")]
- public int Code { get; set; }
+ public string Code { get; set; }
/// <summary>
/// 渚涘簲鍟嗘姌鎵�
@@ -61,4 +61,9 @@
public class QueryRateChannelInput
{
public LifePayRateChannelStatus? Status { get; set; }
+
+ /// <summary>
+ /// 鍏呭�肩被鍨�
+ /// </summary>
+ public LifePayOrderTypeEnum? LifePayOrderType { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.1