Commit 46f5c762 by huangfusuper

恢复文件

parent 54fec14a
...@@ -7,8 +7,12 @@ package com.byit.enums; ...@@ -7,8 +7,12 @@ package com.byit.enums;
*/ */
public enum FlowPropertyEnum { public enum FlowPropertyEnum {
HAVE_DEPEND("0", "有下游依赖"),
NO_HAVE_DEPEND("1", "没有下游依赖"),
IS_INNER("0", "是内嵌工作流"), IS_INNER("0", "是内嵌工作流"),
ISNOT_INNER("1", "不是内嵌工作流"), ISNOT_INNER("1", "不是内嵌工作流"),
IS_TOP("0", "是顶级工作流"),
ISNOT_TOP("1", "不是顶级工作流"),
IS_START("0", "启动"), IS_START("0", "启动"),
NO_START("1", "未启动"), 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