【增加客户端列表ID】
This commit is contained in:
parent
7a20c4a659
commit
32ed729788
@ -7,10 +7,7 @@ import org.springframework.util.CollectionUtils;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* 仿真工作参数
|
||||
@ -119,6 +116,9 @@ public class SimulationWorkParamVO {
|
||||
private boolean singleClient;
|
||||
|
||||
private String client;
|
||||
|
||||
private List<String> clientId;
|
||||
|
||||
/**
|
||||
* 应急调度客户端
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user