dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai): 添加智能体对话功能和相关实体映射
Administrator
3 days ago
89c8099e23ef5260ce6b3e46339064c559e9cc0f
[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;
}