流程设计:新增组件参数类型:可配字符串

yun-zuoyi
许心洁 6 years ago
parent cd8bd3a68b
commit 986157043d

@ -1520,6 +1520,7 @@ public class WmsEnumUtil {
CHECKLIST(1, "可选列表"),
NUMBER(10, "数字"),
STRING(20, "字符串"),
CONFIGURABLE_STR(25, "可配字符串"),
OUT_OR_UNNECESSARY(30, "出参或者不必需的参数");
private int value;

Loading…
Cancel
Save