根据mac获取门店

This commit is contained in:
zengtao01
2024-09-29 22:44:55 +08:00
parent cc46939e86
commit 5b24efb3ef
6 changed files with 84 additions and 1 deletions

View File

@ -21,4 +21,6 @@ public interface DeviceInfoApi {
DeviceInfoDto getDevice(String deviceIp);
List<DeviceInfoDto> getDevice();
Long getCarteen(String mac);
}