package com.lf.server.controller.show;
|
|
import com.lf.server.controller.all.BaseController;
|
import io.swagger.annotations.Api;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
/**
|
* 专题图
|
* @author WWW
|
*/
|
@Api(tags = "综合展示\\专题图")
|
@RestController
|
@RequestMapping("/thematic")
|
public class ThematicController extends BaseController {
|
//
|
}
|