From a99886eb9c73018235e2c373f3d82a2b0b2311d5 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 16 九月 2025 13:36:40 +0800
Subject: [PATCH] Merge branch 'ID1766-添加推送登录功能' into test

---
 src/api/dict/types/index.type.ts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/dict/types/index.type.ts b/src/api/dict/types/index.type.ts
new file mode 100644
index 0000000..0451bb5
--- /dev/null
+++ b/src/api/dict/types/index.type.ts
@@ -0,0 +1,9 @@
+export enum DictType {
+    穿刺方式 = 'in_med_cc_method',
+    穿刺针类型 = 'in_med_cc_zhen_type',
+    穿刺方向 = 'in_med_cc_ccfx'
+}
+
+export interface DictTypeParams {
+    dictType: DictType;
+}

--
Gitblit v1.8.0