修改:mapFunctionConfig给默认值
This commit is contained in:
parent
01c00e6bce
commit
8b7f989a01
@ -230,6 +230,7 @@ public class MapGraphDataNewVO {
|
|||||||
public MapGraphDataNewVO() {
|
public MapGraphDataNewVO() {
|
||||||
this.bigScreenConfig = new BigScreenConfig();
|
this.bigScreenConfig = new BigScreenConfig();
|
||||||
this.generateConfig = new MapCiGenerateConfig();
|
this.generateConfig = new MapCiGenerateConfig();
|
||||||
|
this.mapFunctionConfig = new MapFunctionConfig();
|
||||||
this.sectionList = new ArrayList<>();
|
this.sectionList = new ArrayList<>();
|
||||||
this.switchList = new ArrayList<>();
|
this.switchList = new ArrayList<>();
|
||||||
this.signalList = new ArrayList<>();
|
this.signalList = new ArrayList<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user