From 7047020d4047407f680af4d29bdc53bb2515d8c9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 12 十二月 2024 12:02:16 +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