修改:mapFunctionConfig给默认值

This commit is contained in:
joylink_zhangsai 2022-07-14 10:16:08 +08:00
parent 01c00e6bce
commit 8b7f989a01

View File

@ -230,6 +230,7 @@ public class MapGraphDataNewVO {
public MapGraphDataNewVO() {
this.bigScreenConfig = new BigScreenConfig();
this.generateConfig = new MapCiGenerateConfig();
this.mapFunctionConfig = new MapFunctionConfig();
this.sectionList = new ArrayList<>();
this.switchList = new ArrayList<>();
this.signalList = new ArrayList<>();