endian11
2020-10-29 43e3df53484d02fb50ab073fa23a31a95b9dbc2f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package safeluck.drive.evaluation.bean;
 
/**
 * DriveJudge
 * Created by lzw on 2020/9/1. 13:44:50
 * 邮箱:632393724@qq.com
 * All Rights Saved! Chongqing AnYun Tech co. LTD
 */
public class AYBluetoothDevice {
    public String SSID;
 
    public AYBluetoothDevice(String s) {
        this.SSID= s;
    }
}