From 245791c6de54b269dc22f38b0f6c5d160bf9c641 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 20 十一月 2025 13:13:30 +0800
Subject: [PATCH] fix: bug

---
 src/constants/enum.ts |   95 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 95 insertions(+), 0 deletions(-)

diff --git a/src/constants/enum.ts b/src/constants/enum.ts
index 80a41ea..62bf523 100644
--- a/src/constants/enum.ts
+++ b/src/constants/enum.ts
@@ -98,3 +98,98 @@
   [ExternalSystem.JYB]: '姹熶綉鍏变繚杩愯惀绔�',
   [ExternalSystem.flexjob]: '鐏靛伐绯荤粺杩愯惀绔�',
 };
+
+export enum OperateHistoryTypeEnum {
+  /**
+   * 璁よ瘉鐢ㄦ埛鏃ュ織
+   */
+  CertifiedUser = 10,
+  /**
+   * 骞冲彴鐢ㄦ埛鏃ュ織
+   */
+  PlatformUser = 11,
+  /**
+   * 鐢ㄦ埛璁よ瘉瀹℃牳鏃ュ織
+   */
+  UserCertificationAudit = 12,
+  /**
+   * 鍏憡鏃ュ織
+   */
+  SystemNotice = 13,
+  /**
+   * 璧勮绠$悊鏃ュ織
+   */
+  InformationForManage = 14,
+  /**
+   * 璧勮瀹℃牳鏃ュ織
+   */
+  InformationWaitForCheck = 15,
+  /**
+   * 寮�鎴风鐞嗘棩蹇�
+   */
+  WalletAccountOpen = 16,
+  /**
+   * 杞处瀹℃牳瀵瑰崟鏃ュ織
+   */
+  alletSingleTransfer = 17,
+  /**
+   * 鍏呭�煎鏍�
+   */
+  WalletRecharge = 18,
+  /**
+   * 璐︽埛绠$悊
+   */
+  AccountManage = 19,
+  /**
+   * 璁よ瘉绠$悊
+   */
+  UserCertificationManage = 20,
+  /**
+   * 鎵归噺杞处瀹℃牳鏃ュ織
+   */
+  AuditWalletBatchTransfer = 21,
+  /**
+   * 琛屼笟鏈烘瀯瀹℃牳鏃ュ織
+   */
+  IndustryBodyAudit = 22,
+  /**
+   * 琛屼笟閰嶅瀹℃牳鏃ュ織
+   */
+  IndustryMatingAudit = 23,
+  /**
+   * 鐢叉柟浼佷笟瀹℃牳鏃ュ織
+   */
+  FirstPartyCompanyAudit = 24,
+  /**
+   * 浜鸿祫鍏徃瀹℃牳鏃ュ織
+   */
+  ParkOrHRAudit = 25,
+  /**
+   * 琛屼笟鏈烘瀯绠$悊鏃ュ織
+   */
+  IndustryBodyManage = 26,
+  /**
+   * 琛屼笟閰嶅绠$悊鏃ュ織
+   */
+  IndustryMatingManage = 27,
+  /**
+   * 鐢叉柟浼佷笟绠$悊鏃ュ織
+   */
+  FirstPartyCompanyManage = 28,
+  /**
+   * 浜鸿祫鍏徃绠$悊鏃ュ織
+   */
+  ParkOrHRManage = 29,
+  /**
+   * 瀹㈡埛绠$悊鏃ュ織
+   */
+  CustomerManage = 30,
+  /**
+   * 濂栧姳閰嶇疆鏃ュ織
+   */
+  ParkRewardManage = 31,
+  /**
+   * 瀹㈡埛妯℃澘鎿嶄綔鏃ュ織
+   */
+  CustomerContractTemplate = 32,
+}

--
Gitblit v1.9.1