dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 商品列表增加活动筛选功能
KKSU
2025-01-09
e15c348bc992de7331d14d76451032358aae9289
[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;
}