This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package org.dromara.property.api;
|
||||
|
||||
import org.dromara.common.core.domain.TreeNode;
|
||||
import org.dromara.property.api.domain.vo.RemoteFloorVo;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 楼层的远程服务调用
|
||||
*
|
||||
@@ -12,4 +15,10 @@ public interface RemoteFloorService {
|
||||
|
||||
RemoteFloorVo queryByFloorId(Long floorId);
|
||||
|
||||
/**
|
||||
* 获取 社区/楼栋/单元/楼栋 集合
|
||||
*/
|
||||
List<TreeNode<Long>> queryTreeList();
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user