huanghongfa
2021-01-15 ada9d2e3f734582a0d9ae8c00a936d8c8ed669d7
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;
/**
@@ -28,4 +29,16 @@
     * @return 查询结果
     */
    R pageOtherBuild(ComMngStructOtherBuildVO comMngStructOtherBuildVO);
    /**
     * 建筑类型
     * @param communityId 社区id
     * @return 建筑集合
     */
    R listComMngStructBuildType(Long communityId);
    /**
     * 增加删除建筑类型
     * @param systemmanagementConfigVO 操作内容
     * @return  操作结果
     */
    R putComMngStructBuildType(SystemmanagementConfigVO systemmanagementConfigVO);
}