From cf39023e2987231f3d82600bd206eec12583be3b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 16 十月 2025 17:12:58 +0800
Subject: [PATCH] fix: s
---
src/constants/fourStreams.ts | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/constants/fourStreams.ts b/src/constants/fourStreams.ts
index 6baa16c..d881f87 100644
--- a/src/constants/fourStreams.ts
+++ b/src/constants/fourStreams.ts
@@ -150,3 +150,14 @@
}
export const BountyBatchApplyTransferTemp = `${TempFolderPath}/%E5%85%A5%E8%B4%A6%E6%A8%A1%E6%9D%BFV2.xlsx`;
+
+export enum FinanceTypeEnum {
+ /// 棰勫厖鍊奸噾棰�
+ Recharge = 10,
+
+ /// 骞冲彴濂栧姳
+ PlatReward = 20,
+
+ /// 璐㈡斂鎷ㄤ粯
+ Finance = 30,
+}
--
Gitblit v1.9.1