Commit 9d3965fa authored by lixinglin's avatar lixinglin

园区信息新增返回vr信息

parent 14b7740f
......@@ -17,6 +17,7 @@ import org.springframework.format.annotation.DateTimeFormat;
import javax.validation.constraints.NotNull;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
......@@ -122,4 +123,7 @@ public class ParkDetailVo {
@ApiModelProperty(value = "状态")
private Integer status;
@ApiModelProperty(value = "vr图")
private List<VrVo> vrVoList = new ArrayList<>();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment