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.Domain/LifePay/LifePayRateChannel.cs | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayRateChannel.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayRateChannel.cs
new file mode 100644
index 0000000..9dc2f27
--- /dev/null
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayRateChannel.cs
@@ -0,0 +1,48 @@
+锘縰sing LifePayment.Domain.Shared;
+using System;
+using Volo.Abp;
+using Volo.Abp.Domain.Entities.Auditing;
+
+namespace LifePayment.Domain;
+
+public partial class LifePayRateChannel : FullAuditedEntity<Guid>, IDataUserFilter
+{
+ public LifePayRateChannel()
+ {
+ }
+
+ /// <summary>
+ /// 鍏呭�肩被鍨�
+ /// </summary>
+ public LifePayOrderTypeEnum LifePayOrderType { get; set; }
+
+ /// <summary>
+ /// 閫氶亾
+ /// </summary>
+ public string RateChannelName { get; set; }
+
+ /// <summary>
+ /// ID
+ /// </summary>
+ public string Code { get; set; }
+
+ /// <summary>
+ /// 渚涘簲鍟嗘姌鎵�
+ /// </summary>
+ public decimal SupplierRate { get; set; }
+
+ /// <summary>
+ /// 骞冲彴鎶樻墸
+ /// </summary>
+ public decimal PlatformRate { get; set; }
+
+ /// <summary>
+ /// 閫氶亾鐘舵��
+ /// </summary>
+ public LifePayRateChannelStatus Status { get; set; }
+
+ /// <summary>
+ /// 閫氱煡鍐呭
+ /// </summary>
+ public string Remark { get; set; }
+}
\ No newline at end of file
--
Gitblit v1.9.1