仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
复刻
对比
blame
|
历史
|
原始文档
启动流程展示样式更改 添加启动流程节点选择穿梭框 调试模板查询 节点查询 启用流程默认接口
田源
2024-07-02
0cd35d78a4edc361d377370bbc85417215610a67
[PLTWEB.git]
/
Source
/
Common
/
PLTCommon
/
src
/
com
/
vci
/
common
/
portal
/
enums
/
GetByType.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.vci.common.portal.enums;
/**
* 获取枚举的类型
* @author xiongchao
*
*/
public enum GetByType {
Name,
Label,
IntVal
}