Commit c365aa6b authored by yaobaizheng's avatar yaobaizheng

园区字典开发区新增保存、提交

parent 8ca55754
......@@ -369,6 +369,19 @@ public class ParkInfoVO implements Serializable {
@ApiModelProperty(value = "充电桩(0-无;1-有)")
private Integer chargingStation;
/**
* 公共会议室(0-无;1-有)
*/
@ApiModelProperty(value = "公共会议室(0-无;1-有)")
private Integer guildMeetingRoom;
/**
* 报告厅(0-无;1-有)
*/
@ApiModelProperty(value = "报告厅(0-无;1-有)")
private Integer lectureHall;
/**
* 创建时间
*/
......
......@@ -81,7 +81,7 @@ public class HomePageController extends BaseController {
@Autowired
MegalopolisCityInfoService megalopolisCityInfoService;
@Cache(cacheByUser = false)
// @Cache(cacheByUser = false)
@GetMapping("/getHomePage")
@ResponseBody
@ApiOperation(value = "园区总数、开发区总数、都市圈总数、城市覆盖总数、轮播图列表、热点园区", notes = "")
......
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