dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(goods): 修复商品添加和更新页面中的组件方法调用问题
Administrator
2026-06-14
d41b06249ea93d81d0e933ecffe54c9d740266ef
[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;
}