Merge branch 'master' of http://47.109.37.87:3000/by2025/SmartParks
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -21,10 +21,10 @@ public interface RemoteFloorService {
|
||||
List<TreeNode<Long>> queryTreeList();
|
||||
|
||||
/**
|
||||
* 根据单元ID查询楼层
|
||||
* 根据楼层id查询楼层
|
||||
*
|
||||
* @param unitId 单元ID
|
||||
* @param buildingId 单元ID
|
||||
* @return 楼层
|
||||
*/
|
||||
List<RemoteFloorVo> queryByUnitId(Long unitId);
|
||||
List<RemoteFloorVo> queryByBuildingId(Long buildingId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user