Commit 77b81d57 by huangfusuper

更新工作流枚举定义

parent df05f326
...@@ -22,6 +22,8 @@ public enum FlowPropertyEnum { ...@@ -22,6 +22,8 @@ public enum FlowPropertyEnum {
IS_CURRENTVERSION("0", "版本表是当前版本的工作流"), IS_CURRENTVERSION("0", "版本表是当前版本的工作流"),
ISNOT_CURRENTVERSION("1", "版本表不是当前版本的工作流"), ISNOT_CURRENTVERSION("1", "版本表不是当前版本的工作流"),
FLOW_RUN_ING("2","工作流运行中"), FLOW_RUN_ING("2","工作流运行中"),
SCAN("1","标识扫描"),
NOT_SCAN("2","不允许扫描")
; ;
private String code; private String code;
......
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