dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(test): 重构 AgentTest 类并添加新的测试方法
KKSU
2024-12-18
77c79f189d86a99595d2666faef135e64b7a627f
[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;
}