From c68e631c3ef3c105b82bbc9e40118c3301ea9237 Mon Sep 17 00:00:00 2001 From: huanghongfa <18228131219@163.com> Date: 星期一, 28 十二月 2020 17:56:49 +0800 Subject: [PATCH] 广告模块积分模块数据模型建立完成 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java index 7a14832..de1269c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java @@ -1,6 +1,7 @@ package com.panzhihua.service_community.service; import com.panzhihua.common.model.vos.R; +import com.panzhihua.common.model.vos.SystemmanagementConfigVO; import com.panzhihua.common.model.vos.community.ComMngStructOtherBuildVO; /** @@ -34,4 +35,10 @@ * @return 建筑集合 */ R listComMngStructBuildType(Long communityId); + /** + * 增加删除建筑类型 + * @param systemmanagementConfigVO 操作内容 + * @return 操作结果 + */ + R putComMngStructBuildType(SystemmanagementConfigVO systemmanagementConfigVO); } -- Gitblit v1.7.1