2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//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 {
//
//    
//}