Merge branch 'main' of http://carsafe.uicp.cn/toolchaintechnologycenter/spdm-backend
This commit is contained in:
@@ -11,7 +11,8 @@ public enum NodeTypeEnum {
|
||||
TASK("task"),
|
||||
RUN("run"),
|
||||
PERFORMANCE("performance"),
|
||||
FLOW_NODE("flowNode")
|
||||
FLOW_NODE("flowNode"),
|
||||
DEMAND("demand")
|
||||
;
|
||||
String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user