package object;
import lombok.Data;
import java.util.List;
/**
* date : 2020/2/20 0:20
* author : 老逼的电脑
*/
@Data
public class Dicover {
//名字
private String name;
//头像链接
private String avatar;
//专辑列表
private List<Album> albumList;
//作者介绍
private String introduction;
//热门单曲
private List<String> hotWorkList;
public Dicover(String name, String avatar, List<Album> albumList, String introduction, List<String> hotWorkList) {
this.name = name;
this.avatar = avatar;
this.albumList = albumList;
this.introduction = introduction;
this.hotWorkList = hotWorkList;
}
public Dicover() {
}
}
最近下载更多
shonga LV1
11月24日
wahahaCode LV1
2023年1月5日
好的好的 LV9
2022年7月7日
crosa_Don LV18
2022年6月14日
dhvdsgfggfjhfggfyu LV4
2022年1月10日
whmr_soft LV10
2021年9月27日
李疾风 LV1
2021年7月7日
许元宵 LV1
2021年5月17日
3090362054aaa LV1
2021年2月1日
1232136456 LV1
2020年12月7日
最近浏览更多
shonga LV1
11月24日
微信网友_7044194812350464 LV8
9月8日
2946489117 LV1
6月11日
TY0165 LV20
2024年6月24日
微信网友_7005760998215680 LV6
2024年6月4日
panqiuhong LV7
2024年2月24日
雨中纸鹤 LV1
2023年12月6日
内心向阳 LV4
2023年11月8日
tyyeng LV18
2023年10月10日
科技家 LV2
2023年3月15日

