admin
2021-07-30 19533a17aa55fafc70d0a385928e785cb50e1ebc
src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java
@@ -4,7 +4,9 @@
import com.yeshi.buwan.domain.VideoResource;
import org.omg.CORBA.PRIVATE_MEMBER;
public class PlayUrl {
import java.io.Serializable;
public class PlayUrl implements Serializable {
    @Expose
    private VideoResource resource;
    @Expose