Commit 7ff3247d by guominglei

去除无用的枚举类型

parent 992f3407
......@@ -7,12 +7,8 @@ package com.byit.enums;
*/
public enum FlowPropertyEnum {
HAVE_DEPEND("0", "有下游依赖"),
NO_HAVE_DEPEND("1", "没有下游依赖"),
IS_INNER("0", "是内嵌工作流"),
ISNOT_INNER("1", "不是内嵌工作流"),
IS_TOP("0", "是顶级工作流"),
ISNOT_TOP("1", "不是顶级工作流"),
IS_START("0", "启动"),
NO_START("1", "未启动"),
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment