dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 优化活动列表展示和商品添加功能
KKSU
2025-01-10
59b5c5cdcdfcf29537a53b90aa01331cb8894792
[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;
}