This commit is contained in:
15683799673 2025-06-29 18:29:59 +08:00
parent 39f35fe58b
commit 968200b4c0

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