mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
【fix】THEN_START,THEN_END命名错误的问题
This commit is contained in:
@@ -15,6 +15,6 @@ package com.yomahub.liteflow.enums;
|
||||
*/
|
||||
public enum CmpStepTypeEnum {
|
||||
|
||||
START, END, SINGLE, THEN_START, THEN_END;
|
||||
START, END, SINGLE, WHEN_START, WHEN_END;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user