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); }