From 3e518af3c57b80176823fa712c2ed10eb12f39f4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 27 九月 2024 17:01:07 +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