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
@@ -17,6 +18,16 @@
    private String aid;//专辑ID
    @Expose
    private String vid;//视频ID
    @Expose
    private String code;//风行专用
    public String getCode() {
        return code;
    }
    public void setCode(String code) {
        this.code = code;
    }
    public String getAid() {
        return aid;