merge
This commit is contained in:
parent
1d4b30529a
commit
dbc5bdf7bb
|
@ -10,7 +10,8 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|||
public class FlowRunHistoryListModel {
|
||||
|
||||
private List<FlowRunHistoryModel> flowHistorys;
|
||||
|
||||
|
||||
|
||||
@XmlElementWrapper(name = "flowHistorys")
|
||||
@XmlElement(name = "flowHistory")
|
||||
public List<FlowRunHistoryModel> getFlowHistorys() {
|
||||
|
|
Loading…
Reference in New Issue