dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://120.27.238.55:7000/r/xc-video
Helius
2021-12-16
efcf1b2c8012060e03836f7b6bdf343023f462d0
[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 memberId;
}