Commit c68c3d0e by huangfusuper

【解决冲突】

parent e09cc2e9
/*
package com.byit.enums; package com.byit.enums;
*/
/** /**
* @description: 工作流属性的枚举类 * @description: 工作流属性的枚举类
* @author: gml * @author: gml
* @create: 2019-12-26 15:17 * @create: 2019-12-26 15:17
*/ *//*
public enum FlowPropertyEnum { public enum FlowPropertyEnum {
HAVE_DEPEND("0", "有下游依赖"), HAVE_DEPEND("0", "有下游依赖"),
...@@ -34,3 +37,4 @@ public enum FlowPropertyEnum { ...@@ -34,3 +37,4 @@ public enum FlowPropertyEnum {
} }
} }
*/
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