dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(vip): 为 levelUp 和 saleLevelUp 方法添加事务注解
Administrator
2025-05-19
46d06893100fde405d3c1d166174486f0bb11d6f
[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;
}