function shouyeVO(id,name,picpath,url,introduction){
	this.id = id;
	this.name = name;
	this.url = url;
	this.picpath = picpath;
	this.introduction = introduction;
}
