From 87a7362709ac249c3965a392842cf24bc402b6c1 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 28 十月 2024 11:49:09 +0800 Subject: [PATCH] 档案考核比、一机一档合格、注册率。数据中心视频类优化完 --- ycl-generator/src/main/resources/vm/java/controller.java.vm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ycl-generator/src/main/resources/vm/java/controller.java.vm b/ycl-generator/src/main/resources/vm/java/controller.java.vm index 9e32eb7..374e71a 100644 --- a/ycl-generator/src/main/resources/vm/java/controller.java.vm +++ b/ycl-generator/src/main/resources/vm/java/controller.java.vm @@ -21,6 +21,7 @@ import com.ycl.common.utils.poi.ExcelUtil; #if($table.crud || $table.sub) import com.ycl.common.core.page.TableDataInfo; +import pojo.AjaxResult; #elseif($table.tree) #end -- Gitblit v1.8.0