地图功能增加bgUrl返回
This commit is contained in:
parent
55c93799c2
commit
7bc7fdeaee
@ -22,6 +22,8 @@ public class RtsMapFunctionVO {
|
||||
|
||||
private String desc;
|
||||
|
||||
private String bgUrl;
|
||||
|
||||
private Simulation.Type simType;
|
||||
|
||||
private String subset;
|
||||
@ -42,6 +44,7 @@ public class RtsMapFunctionVO {
|
||||
mapId = entity.getMapId();
|
||||
name = entity.getName();
|
||||
desc = entity.getDesc();
|
||||
bgUrl = entity.getBgUrl();
|
||||
simType = Simulation.Type.valueOf(entity.getType());
|
||||
subset = entity.getGroup();
|
||||
paramVO = JsonUtils.read(entity.getParam(), SimulationWorkParamVO.class);
|
||||
|
Loading…
Reference in New Issue
Block a user