From 53201e714765174b2cbe4a19421b490d7ae2d56a Mon Sep 17 00:00:00 2001 From: huangh <hshgjzd5@163.com> Date: Mon, 28 Oct 2024 15:07:37 +0800 Subject: [PATCH] feat:重复来访接口开发-接口开发完成-待测试 --- dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java index d75d967..b76c968 100644 --- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java +++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java @@ -1,4 +1,4 @@ -package cn.huge.module.ctuser.controller; +package cn.huge.module.ctuser.controller.web; import cn.huge.base.common.utils.ReturnFailUtils; import cn.huge.base.common.utils.ReturnSucUtils; @@ -15,12 +15,10 @@ import javax.servlet.http.HttpServletRequest; import java.util.Map; -import java.util.stream.Collectors; -import java.util.stream.Stream; /** - * @title: 客户用户配岗表接口api - * @description: 客户用户配岗表接口api + * @title: 客户用户配岗表接口api-web端 + * @description: 客户用户配岗表接口api-web端 * @company: hugeinfo * @author: liyj * @time: 2024-08-19 20:04:19 -- Gitblit v1.8.0