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  LV54 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  LV27 2020年3月29日
卢大程序员  LV8 2020年2月16日
最近浏览更多
zxc123zdq  LV14 3月2日
pangzhihui  LV12 2月28日
3334004690  LV3 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日
3416059514  LV1 2023年6月23日
wanglongfei2  LV2 2023年6月15日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友