From d8391959627eeba172c57763d1fb22f68256bbff Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 13 十一月 2024 18:53:52 +0800 Subject: [PATCH] OSD通过国标码判断通道、数据中心车辆人脸在线率离线时间点 --- 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