dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20211216
xiaoyong931011
2021-12-16
8c6f0393f6f12928e3f549517e2b63c1e6798df1
[xc-video.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
video
/
vo
/
AdminVideoMemberVo.java
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.video.vo;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "AdminVideoMemberVo", description = "返回参数类")
public class AdminVideoMemberVo {
private Long id;
}