公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
热搜榜,栏目编辑优化
admin
2021-04-07
35a29882f356542dd9c431714c64d277eb7cad40
[buwan-server.git]
/
src
/
main
/
java
/
com
/
yeshi
/
buwan
/
sohu
/
entity
/
SoHuPlay.java
1
2
3
4
5
6
7
8
package com.yeshi.buwan.sohu.entity;
public class SoHuPlay {
private String aid;
private String vid;
private String site;
}