dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加会员等级和分销等级字段
Administrator
2025-05-16
46c292cfb644ad7849ca31a07ec3d68616a365b0
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
vo
/
common
/
AdminCommonSetVo.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.vo.common;
import lombok.Data;
@Data
public class AdminCommonSetVo {
private String grayState;
}