From 4fd5e066abffcb2474b55d1bd2103fbe619be24c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 18 九月 2025 17:08:42 +0800
Subject: [PATCH] fix: bug
---
src/constants/apiEnum.ts | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts
index c852ec0..df166c7 100644
--- a/src/constants/apiEnum.ts
+++ b/src/constants/apiEnum.ts
@@ -175,6 +175,16 @@
Transfer = 20,
}
+/** 娌″啓娉ㄩ噴 */
+export enum EnumGetEnterpriseEmployeesQuerySignContractStatus {
+ /**鐏靛伐寰呯绾� */
+ UserWait = 10,
+ /**浼佷笟寰呯绾� */
+ EnterpriseWait = 20,
+ /**宸茬绾� */
+ Pass = 30,
+}
+
/** 鑿滃崟绫诲瀷 */
export enum EnumMenuType {
/**鑿滃崟 */
@@ -259,9 +269,9 @@
export enum EnumPersonalUserRealStatus {
/**鏈疄鍚� */
UnReal = 0,
- /**鏍¢獙涓� */
+ /**璁よ瘉涓� */
Checking = 10,
- /**瀹炲悕澶辫触 */
+ /**璁よ瘉澶辫触 */
Fail = 99,
/**宸插疄鍚� */
Real = 100,
@@ -407,6 +417,10 @@
InProcess = 20,
/**宸茬粨绠� */
Completed = 30,
+ /**閮ㄥ垎缁撶畻 */
+ Part = 40,
+ /**缁撶畻澶辫触 */
+ Fail = 50,
}
/** 浠诲姟瀹夋帓鐘舵�� */
@@ -556,3 +570,11 @@
/**宸插畬鎴� */
Completed = 20,
}
+
+/** 缁撶畻鍒拌处鐘舵�� */
+export enum SettlementReceiveStatus {
+ /**宸插埌璐� */
+ Completed = 10,
+ /**宸查��娆� */
+ Refunded = 20,
+}
--
Gitblit v1.9.1