package com.lf.server.controller.show; import com.lf.server.controller.all.BaseQueryController; 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("/dataLib") public class DataLibController extends BaseQueryController { }