admin
2021-10-21 7e2ac66d7c532a5725635fa3913789bb17c1e157
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.yeshi.base.entity.video;
 
public class Play {
    private PlayUrl playUrl;
 
    public PlayUrl getPlayUrl() {
        return playUrl;
    }
 
    public void setPlayUrl(PlayUrl playUrl) {
        this.playUrl = playUrl;
    }
}