package persist.album; import java.util.HashSet; import java.util.Set; @SuppressWarnings({"serial"}) public class ImgType implements java.io.Serializable { private Integer id=0; private String typeName; private String typeDesc; @SuppressWarnings("unchecked") private Set imgs = new HashSet(0); public Integer getId() { return this.id; } public String getTypeName() { return this.typeName; } public void setTypeName(String typeName) { this.typeName = typeName; } public String getTypeDesc() { return typeDesc; } public void setTypeDesc(String typeDesc) { this.typeDesc = typeDesc; } @SuppressWarnings("unchecked") public Set getImgs() { return this.imgs; } @SuppressWarnings("unchecked") public void setImgs( Set imgs) { this.imgs = imgs; } }

Ji123455 LV8
2023年9月21日
wanglinddad LV55
2022年4月30日
billzw LV6
2022年2月13日
chenlinkai LV8
2021年3月12日
kong.yee LV40
2020年7月14日
1229290378 LV8
2020年6月12日
王步庆 LV9
2020年5月14日
能不能不存在 LV13
2020年4月22日
xuweisong2010 LV28
2020年3月29日
卢大程序员 LV8
2020年2月16日

dapeng0011 LV15
2024年7月18日
无名氏111 LV33
2024年6月24日
zxc123zdq LV15
2024年3月2日
pangzhihui LV14
2024年2月28日
3334004690 LV10
2023年11月1日
1790759671
2023年11月1日
暂无贡献等级
Ji123455 LV8
2023年9月21日
hkxyyz LV6
2023年7月16日
zhumeng168 LV5
2023年7月7日
三十一 LV2
2023年6月28日