dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 优化活动状态显示和处理
KKSU
2025-01-09
f8f52081879eb09033c3cf66fd40314a46c92604
[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;
}