From c30e07c9797f7dc15788277397f064aeb18185da Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期五, 11 十月 2024 16:56:32 +0800
Subject: [PATCH] 指定列显示

---
 src/views/project/yw/lowCode/sqlAmis/edit/types.ts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/views/project/yw/lowCode/sqlAmis/edit/types.ts b/src/views/project/yw/lowCode/sqlAmis/edit/types.ts
index 2772f1d..aaeb193 100644
--- a/src/views/project/yw/lowCode/sqlAmis/edit/types.ts
+++ b/src/views/project/yw/lowCode/sqlAmis/edit/types.ts
@@ -5,3 +5,19 @@
 export const amisDockTypeMap = {
 	[AmisDockType.Sql]: 'SQL',
 };
+
+export const enum ArgType {
+	String = 'S',
+	Integer = 'I',
+	Float = 'D',
+	Time = 'T',
+	Long = 'L',
+}
+
+export const argTypeMap = {
+	[ArgType.String]: '瀛楃涓�',
+	[ArgType.Integer]: '鏁存暟',
+	[ArgType.Long]: '闀挎暣鏁�',
+	[ArgType.Float]: '娴偣鏁�',
+	[ArgType.Time]: '鏃堕棿',
+};

--
Gitblit v1.9.3