dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加公共设置功能
Administrator
2025-05-08
1b4c8b8918825fea8e15b9b9368a2274b7e5a2df
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
common
/
AdminCommonSetDto.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto.common;
import lombok.Data;
@Data
public class AdminCommonSetDto {
private String grayState;
}