dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(pay): 为 FIUUController 添加 Swagger API 注解
KKSU
2025-02-05
36484827a0c52ddaa1b23911cfb0ae0bc2335bd8
[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;
}