0
0

根据mac地址查询设备详情

This commit is contained in:
2025-08-18 11:04:23 +08:00
parent b51e88052f
commit 9a6bf05c4b
4 changed files with 24 additions and 9 deletions

View File

@ -67,4 +67,5 @@ public interface DeviceMapper extends BaseMapper<Device> {
*/
List<Device> findByOriginalDeviceId(Long originalDeviceId);
AppDeviceVo getDeviceInfo(@Param("deviceMac") String deviceMac);
}