调整报告模板修改接口

This commit is contained in:
caozehui
2025-03-27 13:55:04 +08:00
parent 55208ecf69
commit fef01b692a
3 changed files with 89 additions and 19 deletions

View File

@@ -124,7 +124,7 @@ public class AdPlanController extends BaseController {
@OperateInfo(info = LogEnum.BUSINESS_COMMON, operateType = OperateType.DOWNLOAD)
@PostMapping("/downloadTemplate")
@ApiOperation("下载二楼检测计划导出模板")
@ApiOperation("下载检测计划导出模板")
public void downloadTemplate() {
adPlanService.downloadTemplate();
}