dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
版本管理
xiaoyong931011
2023-10-25
b3c8303ecd936182e2df4933dbf1ad167b81266e
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminBasicSettingDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminBasicSettingDto {
/**
* 模式类型
* 1:简单模式-正常模式
* 2:困难模式
*/
private String modelType;
}