1
This commit is contained in:
parent
39f35fe58b
commit
968200b4c0
@ -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);
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user