dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(ai): 重构阿里云大模型调用逻辑
Administrator
2025-09-01
3749555542556cd63f21c29cc6cb20bfbdef9e4c
[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;
}