KKSU
2025-01-08 89384e54b9a4e5f7fc22a24c5d2ca2650549c297
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.unisoftiot.api.entity;
 
import lombok.Data;
 
@Data
public class Device {
 
    private String deviceId;
}