#import "UserJson.h"

@implementation UserJson
@synthesize ID;
@synthesize Name;
@synthesize Gender;
@synthesize Age;
@synthesize Height;
@synthesize Birthdate;
@synthesize Memo;
@synthesize RegisterTime;

@end
