dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
perf(mall): 优化节点助力功能
KKSU
2024-12-23
ff2845059d92bb71c7901e18a4936a246b7aa1e5
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
api
/
entity
/
Device.java
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;
}