From 7be0a47dcbd5697a9e150bc3a94b65f29e006dad Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期四, 01 八月 2024 16:24:47 +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