Sign in

guzijian / bsth-alcohol-sign · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-alcohol-sign
  • ..
  • command
  • BluetoothInfo.java
  • feat: 设备指令下发
    2af9f9ee
    guzijian authored
    2024-05-20 22:38:26 +0800  
    Browse Code »
BluetoothInfo.java 246 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.ruoyi.system.domain.command;

import lombok.Data;

import java.util.List;

@Data
public class BluetoothInfo {
    private String imei;
    private List<Bluetooth> bluetoothList;
    private String mac;
    private String timestamp;
}