//package com.landtool.lanbase.modules.api.controller; // //import com.alibaba.fastjson.JSON; //import com.alibaba.fastjson.JSONObject; //import com.landtool.lanbase.common.utils.JpinyinUtils; //import com.landtool.lanbase.config.SysTemPropertyConfig; //import com.landtool.lanbase.modules.res.entity.Res_ExtThemeMap; //import com.landtool.lanbase.modules.res.entity.Res_MainInfo; //import com.landtool.lanbase.modules.res.service.ResExtThemeMapService; //import com.landtool.lanbase.modules.res.service.ResMainInfoService; //import com.landtool.lanbase.modules.sys.entity.*; //import com.landtool.lanbase.modules.sys.service.*; // //import io.swagger.annotations.Api; //import io.swagger.annotations.ApiOperation; //import io.swagger.annotations.ApiParam; // //import org.springframework.beans.factory.annotation.Autowired; //import org.springframework.stereotype.Controller; //import org.springframework.web.bind.annotation.GetMapping; //import org.springframework.web.bind.annotation.PathVariable; //import org.springframework.web.bind.annotation.PostMapping; //import org.springframework.web.bind.annotation.RequestMapping; //import org.springframework.web.bind.annotation.RequestParam; //import org.springframework.web.bind.annotation.ResponseBody; // //import java.util.List; //import java.util.Date; //import java.math.BigDecimal; //import java.sql.Timestamp; // //@Controller //@RequestMapping("/api/res/extthememap") //@Api(value = "", tags = { "系统资源扩展(专题地图)" }) //public class ResExtThemeMapApiController { // // //}