dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(ai): 优化AiMemberAnswerServiceImpl代码结构并添加随机排序功能
Administrator
4 days ago
e8d2a1fe1646f93a40359967cb3fac81f635b38f
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
vo
/
banner
/
BannerDictionaryEnumVo.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.vo.banner;
import lombok.Data;
@Data
public class BannerDictionaryEnumVo {
private int type;
private String code;
}