endian11
2020-09-16 6ec3c54a1c57b4356490a4821a2c6a7695448e22
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;
    }
}