admin
2025-02-20 f537abe9f3646c739beaf15076246a2f71a347e9
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