From d69d8c1f77dacd2e9d15c3be21d945786a7ac2f3 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期一, 29 七月 2024 15:36:30 +0800
Subject: [PATCH] #

---
 zy-asrs-framework/src/main/resources/templates/vue/Controller.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-framework/src/main/resources/templates/vue/Controller.txt b/zy-asrs-framework/src/main/resources/templates/vue/Controller.txt
index d505653..7a7c0c6 100644
--- a/zy-asrs-framework/src/main/resources/templates/vue/Controller.txt
+++ b/zy-asrs-framework/src/main/resources/templates/vue/Controller.txt
@@ -1,4 +1,4 @@
-package com.zy.asrs.wms.system.controller;
+package @{COMPANYNAME}.controller;
 
 import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
@@ -10,6 +10,7 @@
 import com.zy.asrs.wms.common.domain.PageParam;
 import @{COMPANYNAME}.entity.@{ENTITYNAME};
 import @{COMPANYNAME}.service.@{ENTITYNAME}Service;
+import @{ROOTPACKAGEPATH}.system.controller.BaseController;
 import com.zy.asrs.wms.utils.ExcelUtil;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.security.access.prepost.PreAuthorize;

--
Gitblit v1.9.1