From fb93a0da4d477d7bbc00b801a6cc24f15e1ddcf4 Mon Sep 17 00:00:00 2001 From: vincentlu <t1341870251@gmail.com> Date: 星期一, 11 八月 2025 12:58:41 +0800 Subject: [PATCH] # --- rsf-framework/src/main/resources/templates/react-admin/Controller.txt | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/rsf-framework/src/main/resources/templates/react-admin/Controller.txt b/rsf-framework/src/main/resources/templates/react-admin/Controller.txt index 66c1457..6fd136c 100644 --- a/rsf-framework/src/main/resources/templates/react-admin/Controller.txt +++ b/rsf-framework/src/main/resources/templates/react-admin/Controller.txt @@ -4,14 +4,14 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.vincent.rsf.framework.common.Cools; import com.vincent.rsf.framework.common.R; -import com.vincent.rsf.manager.common.utils.ExcelUtil; -import com.vincent.rsf.manager.common.annotation.OperationLog; -import com.vincent.rsf.manager.common.domain.BaseParam; -import com.vincent.rsf.manager.common.domain.KeyValVo; -import com.vincent.rsf.manager.common.domain.PageParam; +import com.vincent.rsf.server.common.utils.ExcelUtil; +import com.vincent.rsf.server.common.annotation.OperationLog; +import com.vincent.rsf.server.common.domain.BaseParam; +import com.vincent.rsf.server.common.domain.KeyValVo; +import com.vincent.rsf.server.common.domain.PageParam; import @{COMPANYNAME}.entity.@{ENTITYNAME}; import @{COMPANYNAME}.service.@{ENTITYNAME}Service; -import com.vincent.rsf.manager.system.controller.BaseController; +import com.vincent.rsf.server.system.controller.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.*; @@ -20,7 +20,6 @@ import java.util.*; @RestController -@RequestMapping("/api") public class @{ENTITYNAME}Controller extends BaseController { @Autowired -- Gitblit v1.9.1