mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
删除swagger相关注解
This commit is contained in:
@@ -9,7 +9,7 @@ import com.anjiplus.template.gaea.business.modules.report.controller.dto.ReportD
|
||||
import com.anjiplus.template.gaea.business.modules.report.controller.param.ReportParam;
|
||||
import com.anjiplus.template.gaea.business.modules.report.dao.entity.Report;
|
||||
import com.anjiplus.template.gaea.business.modules.report.service.ReportService;
|
||||
import io.swagger.annotations.Api;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
* @date 2021/3/26 10:19
|
||||
*/
|
||||
@RestController
|
||||
@Api(tags = "报表数据管理")
|
||||
|
||||
@Permission(code = "reportManage", name = "报表管理")
|
||||
@RequestMapping("/report")
|
||||
public class ReportController extends GaeaBaseController<ReportParam, Report, ReportDto> {
|
||||
|
||||
Reference in New Issue
Block a user