admin
2021-12-24 b5e19564dcbf1b7ec12946209d74313479f9dfe1
1
2
3
4
5
6
7
8
package com.yeshi.buwan.videos.sohu.entity;
 
public class SoHuPlay {
    private String aid;
    private String vid;
    private String site;
 
}