dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(ai): 修复学习列表查询条件并启用测试环境SQL日志
Administrator
21 hours ago
a364bbbe17f281dd52af550886e06afd79034853
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
activity
/
AdminActivityCommentDto.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto.activity;
import lombok.Data;
@Data
public class AdminActivityCommentDto {
private Long activityId;
}