!288 feat: 增加自定义脚本语言类型

Merge pull request !288 from joewulf/N/A
This commit is contained in:
铂赛东 2024-05-24 07:16:50 +00:00 committed by Gitee
commit fb4f1fa095
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package com.yomahub.liteflow.enums;
public enum ScriptTypeEnum {
CUSTOM("custom", "custom"),
GROOVY("groovy", "groovy"),
QLEXPRESS("qlexpress", "qlexpress"),
JS("javascript", "js"),