src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java
@@ -2,9 +2,10 @@ import com.google.gson.annotations.Expose; 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