From 4c55edc6f53989beb03bf36aabb469d76470b517 Mon Sep 17 00:00:00 2001 From: lohir <3399054449@qq.com> Date: 星期三, 23 十月 2024 15:43:48 +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