From ccb1fbc2f9b5556e4418b819a3a3c360f4043d9d Mon Sep 17 00:00:00 2001
From: xusd <hugeinfo123>
Date: Wed, 18 Sep 2024 17:52:57 +0800
Subject: [PATCH] 新增获取企业信息接口
---
dyh-service/dyh-base/src/main/resources/template/webController.ftl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dyh-service/dyh-base/src/main/resources/template/webController.ftl b/dyh-service/dyh-base/src/main/resources/template/webController.ftl
index f875772..a667b7f 100644
--- a/dyh-service/dyh-base/src/main/resources/template/webController.ftl
+++ b/dyh-service/dyh-base/src/main/resources/template/webController.ftl
@@ -1,4 +1,4 @@
-package ${basePackage}.${packageName}.controller;
+package ${basePackage}.${packageName}.controller.web;
import cn.huge.base.common.utils.ReturnFailUtils;
import cn.huge.base.common.utils.ReturnSucUtils;
@@ -19,8 +19,8 @@
import java.util.stream.Stream;
/**
- * @title: ${tableComments}接口api
- * @description: ${tableComments}接口api
+ * @title: ${tableComments}接口api-web端
+ * @description: ${tableComments}接口api-web端
* @company: hugeinfo
* @author: ${author}
* @time: ${createTime}
--
Gitblit v1.8.0