You've already forked FrameTour-BE
AioDevice
This commit is contained in:
8
src/main/java/com/ycwl/basic/mapper/AioDeviceMapper.java
Normal file
8
src/main/java/com/ycwl/basic/mapper/AioDeviceMapper.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.ycwl.basic.model.aio.entity.AioDeviceEntity;
|
||||
|
||||
public interface AioDeviceMapper {
|
||||
AioDeviceEntity getById(Long id);
|
||||
AioDeviceEntity getByKey(String key);
|
||||
}
|
Reference in New Issue
Block a user