From d3d8fde64c4df263fd696f1599cb79fe9efb7623 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 29 八月 2025 15:22:20 +0800
Subject: [PATCH] feat: 签约

---
 src/constants/apiEnum.ts |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts
index bd799b6..e4382ec 100644
--- a/src/constants/apiEnum.ts
+++ b/src/constants/apiEnum.ts
@@ -71,6 +71,22 @@
   AlipaySign = 20,
 }
 
+/** 浼佷笟鐢ㄩ噺鎵h垂鐘舵�� */
+export enum EnumEnterpriseCostStatus {
+  /**鎵h垂鎴愬姛 */
+  Success = 10,
+  /**鎵h垂澶辫触 */
+  Fail = 20,
+}
+
+/** 浼佷笟鐢ㄩ噺绫诲瀷 */
+export enum EnumEnterpriseCostType {
+  /**鐭俊 */
+  SMS = 10,
+  /**鐢靛瓙绛� */
+  ElectronSign = 20,
+}
+
 /** 浼佷笟瀹炲悕鏂瑰紡 */
 export enum EnumEnterpriseRealMethod {
   /**浼佷笟涓夎绱� */
@@ -331,8 +347,6 @@
   Pass = 20,
   /**宸叉嫆绛� */
   Refuse = 30,
-  /**鐢熸晥涓� */
-  Effect = 40,
   /**宸茬粓姝� */
   Stop = 50,
 }

--
Gitblit v1.9.1