dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 新增活动管理功能
Administrator
2025-04-23
9244eda73db2445b4fd298339652deb16e2e72ef
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminHappyActivityCategoryDto.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminHappyActivityCategoryDto {
private String name;
private Integer status;
private Integer hotState;
}