forked from dyf/fys-Multi-tenant
根据mac地址查询设备详情
This commit is contained in:
@ -67,4 +67,5 @@ public interface DeviceMapper extends BaseMapper<Device> {
|
||||
*/
|
||||
List<Device> findByOriginalDeviceId(Long originalDeviceId);
|
||||
|
||||
AppDeviceVo getDeviceInfo(@Param("deviceMac") String deviceMac);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user