添加接口
This commit is contained in:
parent
12f3e2be88
commit
2bc461334c
|
|
@ -0,0 +1,4 @@
|
|||
package com.ruoyi.device.service.api;
|
||||
|
||||
public interface IBufferDeviceService {
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
package com.ruoyi.device.service.impl;
|
||||
|
||||
import com.ruoyi.device.service.api.IAircraftService;
|
||||
import com.ruoyi.device.service.api.IBufferDeviceService;
|
||||
|
||||
/**
|
||||
* 通过ID查询机场的信息
|
||||
*
|
||||
*/
|
||||
public class BufferDeviceImpl implements IBufferDeviceService {
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue