package com.jhcf.category.bean;
import java.util.Set;
import com.jhcf.contents.bean.Contents;
public class Category {
private int id;
private String cname;
private Set<Contents> listContents;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getCname() {
return cname;
}
public void setCname(String cname) {
this.cname = cname;
}
public Set<Contents> getListContents() {
return listContents;
}
public void setListContents(Set<Contents> listContents) {
this.listContents = listContents;
}
}
最近下载更多
178174qasw LV10
2021年8月19日
1528280504 LV3
2021年3月4日
qingyan163 LV4
2020年8月7日
1729990558 LV3
2020年5月13日
ommmly LV5
2020年4月18日
沉醉不知归wd LV6
2020年3月31日
biminghua LV6
2020年3月12日
不停的奔跑 LV20
2020年2月8日
Lcovde LV19
2019年12月12日
p13994295637 LV7
2019年12月12日

最近浏览