From 3ca7f722f25c1908bc4588c75dbde1f56a8d9877 Mon Sep 17 00:00:00 2001 From: DESKTOP-71BH0QO\L、ming <172680469@qq.com> Date: 星期五, 26 三月 2021 10:08:46 +0800 Subject: [PATCH] Merge branch 'master' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtServeService.java | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtServeService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtServeService.java index b9a35e3..aaacc57 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtServeService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtServeService.java @@ -3,6 +3,10 @@ import com.panzhihua.common.model.dtos.community.ComCvtServeDTO; import com.panzhihua.common.model.dtos.community.PageComCvtServeDTO; import com.panzhihua.common.model.vos.R; +import com.panzhihua.common.model.vos.community.ComCvtBusinessCategoryServeVO; +import com.panzhihua.common.model.vos.community.ComCvtServeExcelVO; + +import java.util.List; /** * @description: 社区 便民服务接口 @@ -44,4 +48,19 @@ * @return */ R deleteComCvtServe(Long id); + + + /** + * 查询商家服务 + * @param businessId 商家主键 + * @return + */ + List<ComCvtBusinessCategoryServeVO> getBusinessCategoryServeVOS(Long businessId); + + /** + * 导入便民服务 + * @param list + * @return + */ + R listSaveConvenientServeExcelVO(List<ComCvtServeExcelVO> list,Long communityId); } -- Gitblit v1.7.1