修改线路功能是否综合演练字段名
This commit is contained in:
parent
006af3bb39
commit
04f7327dec
@ -413,7 +413,7 @@ public class RtsMapFunctionServiceImpl implements RtsMapFunctionService {
|
|||||||
}
|
}
|
||||||
SimulationWorkParamVO.DomConfigVO domConfig = SimulationWorkParamVO.DomConfigVO.builder()
|
SimulationWorkParamVO.DomConfigVO domConfig = SimulationWorkParamVO.DomConfigVO.builder()
|
||||||
.hasVoice(true)
|
.hasVoice(true)
|
||||||
.isJoint(true)
|
.joint(true)
|
||||||
.hasMemberManager(true)
|
.hasMemberManager(true)
|
||||||
.build();
|
.build();
|
||||||
return buildCreateVO(mapId, name, name, simType, itemMap, domConfig);
|
return buildCreateVO(mapId, name, name, simType, itemMap, domConfig);
|
||||||
|
@ -112,7 +112,7 @@ public class SimulationWorkParamVO {
|
|||||||
/**
|
/**
|
||||||
* 是综合演练?(目前仅决定了是否显示生成仿真二维码)
|
* 是综合演练?(目前仅决定了是否显示生成仿真二维码)
|
||||||
*/
|
*/
|
||||||
private boolean isJoint;
|
private boolean joint;
|
||||||
|
|
||||||
private boolean hasDeviceManager;
|
private boolean hasDeviceManager;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user