|
@@ -12,7 +12,7 @@ import com.anjiplus.template.gaea.business.modules.reportexcel.dao.entity.Report
|
|
import com.anjiplus.template.gaea.business.modules.reportexcel.service.ReportExcelService;
|
|
import com.anjiplus.template.gaea.business.modules.reportexcel.service.ReportExcelService;
|
|
import com.anjiplus.template.gaea.business.modules.reportshare.controller.dto.ReportShareDto;
|
|
import com.anjiplus.template.gaea.business.modules.reportshare.controller.dto.ReportShareDto;
|
|
import com.anjiplus.template.gaea.business.modules.reportshare.service.ReportShareService;
|
|
import com.anjiplus.template.gaea.business.modules.reportshare.service.ReportShareService;
|
|
-import io.swagger.annotations.Api;
|
|
|
|
|
|
+
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.http.ResponseEntity;
|
|
import org.springframework.http.ResponseEntity;
|
|
import org.springframework.validation.annotation.Validated;
|
|
import org.springframework.validation.annotation.Validated;
|
|
@@ -27,7 +27,7 @@ import java.io.IOException;
|
|
* @date 2021/4/13 15:12
|
|
* @date 2021/4/13 15:12
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
-@Api(tags = "报表表格管理")
|
|
|
|
|
|
+
|
|
@Permission(code = "excelManage", name = "报表管理")
|
|
@Permission(code = "excelManage", name = "报表管理")
|
|
@RequestMapping("/reportExcel")
|
|
@RequestMapping("/reportExcel")
|
|
public class ReportExcelController extends GaeaBaseController<ReportExcelParam, ReportExcel, ReportExcelDto> {
|
|
public class ReportExcelController extends GaeaBaseController<ReportExcelParam, ReportExcel, ReportExcelDto> {
|