admin
2021-04-19 eb7f3343af839a7c71f16e8ada2b25d5e2201c08
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