From f7bb0825bc06b8cea32caa44d2326dde51990e77 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 11 九月 2025 11:10:55 +0800 Subject: [PATCH] feat: 公告 --- 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