Compare commits

...

2 Commits

Author SHA1 Message Date
15683799673
6ea6c79341 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
2025-06-29 18:30:05 +08:00
15683799673
968200b4c0 1 2025-06-29 18:29:59 +08:00

View File

@ -0,0 +1,15 @@
package org.dromara.property.api;
import org.dromara.property.api.domain.vo.RemoteFloorVo;
/**
* 楼层的远程服务调用
*
* @author lxj
*/
public interface RemoteFloorService {
RemoteFloorVo queryByFloorId(Long floorId);
}