dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 在 MallMember 实体中添加 companyId 字段
Administrator
4 days ago
c9d1f26bc076c702ccc59638afdfc71dd41bcc0d
[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;
}