dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(unisoftiot): 新增设备和产品相关功能
KKSU
2024-11-15
2147ca2f66dd5ff83db5080988f4832bd10ac213
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
api
/
entity
/
Account.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.unisoftiot.api.entity;
import lombok.Data;
@Data
public class Account {
private String appId;
private String appSecret;
}