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
163d11dac842eff7614bb387815aae80613ef5f2
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminHappyActivityCategoryDto.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminHappyActivityCategoryDto {
private String name;
private Integer status;
}