My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
ClassPerson  
Person类
Featured
Updated Mar 14, 2009 by else8...@gmail.com

Details

person
{
String id;
String name;
String nickName;
String sex;

String birth_year;
String birth_month;
String birth_day;
	
String homePhone;
String cellPhone;
String officePhone;
String email;
String addr;
String cors;  // company or school
	
String qq;
String homepage;

vector<String> group;
vector<String> tag;

String description;
}
Powered by Google Project Hosting