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