aijinhui
2023-10-18 cb77a6b162f59b6664e10bdfc26463fc909f4c22
1
2
3
4
5
package com.ruoyi.device.dhsdk.common;
 
public interface DeviceManagerListener {
    void onDeviceManager(String deviceId, String username, String password);
}