From 0458b859259b5806f4923b0ea791893bdffbf771 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 22 九月 2025 13:14:09 +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