| | |
| | | package com.lf.server.controller.show; |
| | | |
| | | import com.lf.server.aspect.SysLog; |
| | | import com.lf.server.controller.all.BaseQueryController; |
| | | import com.lf.server.controller.all.BaseController; |
| | | import com.lf.server.entity.all.ResponseMsg; |
| | | import com.lf.server.entity.data.DictEntity; |
| | | import io.swagger.annotations.Api; |
| | |
| | | @Api(tags = "综合展示\\在线制图") |
| | | @RestController |
| | | @RequestMapping("/export") |
| | | public class ExportController extends BaseQueryController { |
| | | public class ExportController extends BaseController { |
| | | @SysLog() |
| | | @ApiOperation(value = "分页查询") |
| | | @ApiImplicitParams({ |