From d32cd83674f9b0db0154e6228807e658539f8cd0 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 22 九月 2025 13:10:14 +0800
Subject: [PATCH] fix: bug

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

diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts
index 0688d08..df166c7 100644
--- a/src/constants/apiEnum.ts
+++ b/src/constants/apiEnum.ts
@@ -417,6 +417,10 @@
   InProcess = 20,
   /**宸茬粨绠� */
   Completed = 30,
+  /**閮ㄥ垎缁撶畻 */
+  Part = 40,
+  /**缁撶畻澶辫触 */
+  Fail = 50,
 }
 
 /** 浠诲姟瀹夋帓鐘舵�� */
@@ -566,3 +570,11 @@
   /**宸插畬鎴� */
   Completed = 20,
 }
+
+/** 缁撶畻鍒拌处鐘舵�� */
+export enum SettlementReceiveStatus {
+  /**宸插埌璐� */
+  Completed = 10,
+  /**宸查��娆� */
+  Refunded = 20,
+}

--
Gitblit v1.9.1