From af74d053a542a1d86c0550b7db69b83c1e8286f9 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 13 九月 2024 13:20:50 +0800 Subject: [PATCH] # --- zy-acs-framework/src/main/resources/templates/react-admin/Controller.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zy-acs-framework/src/main/resources/templates/react-admin/Controller.txt b/zy-acs-framework/src/main/resources/templates/react-admin/Controller.txt index b0c2e31..40d55ba 100644 --- a/zy-acs-framework/src/main/resources/templates/react-admin/Controller.txt +++ b/zy-acs-framework/src/main/resources/templates/react-admin/Controller.txt @@ -11,6 +11,7 @@ import com.zy.acs.manager.common.domain.PageParam; import @{COMPANYNAME}.entity.@{ENTITYNAME}; import @{COMPANYNAME}.service.@{ENTITYNAME}Service; +import com.zy.acs.manager.system.controller.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.*; -- Gitblit v1.9.1