Commit 85f725f7 authored by chenzhao's avatar chenzhao

增加枚举

parent 900655f3
...@@ -11,7 +11,11 @@ public enum FlowStatusEnum { ...@@ -11,7 +11,11 @@ public enum FlowStatusEnum {
* 待提交 * 待提交
*/ */
TO_BE_SUBMITTED(6610, "待提交"), TO_BE_SUBMITTED(6610, "待提交"),
/**
* 检测检测专用 已废弃 勿删
* */
@Deprecated
TO_SUBMITTED(6611, "待受理"),
/** /**
* 待受理 * 待受理
*/ */
......
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