public
This commit is contained in:
parent
9fee254cb4
commit
5264d7abf7
@ -7,10 +7,6 @@ import java.util.List;
|
||||
|
||||
public class BpmJsonNode {
|
||||
|
||||
private BpmJsonNode() {
|
||||
|
||||
}
|
||||
|
||||
@ApiModelProperty(value = "节点ID", required = true)
|
||||
private String id;
|
||||
@ApiModelProperty(value = "父节点ID", required = true)
|
||||
@ -30,6 +26,9 @@ public class BpmJsonNode {
|
||||
@ApiModelProperty(value = "分支节点信息", required = true)
|
||||
private List<BpmJsonNode> branches;
|
||||
|
||||
public BpmJsonNode() {
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user