src/main/java/com/zy/core/enums/CrnTaskModeType.java @@ -12,6 +12,7 @@ ; public Integer id; CrnTaskModeType(Integer id) { this.id = id; }