// // TrainRecord.m // Texts // // Created by tongjun on 13-10-24. // Copyright (c) 2013年 tongjun. All rights reserved. // #import "TrainRecord.h" @implementation TrainRecord -(void)logSelf{ NSLog(@"str----%@,end----%@,len----%@,stu_id----%@;",_beginTime,_endTime,_trainTime,_studentId); } @end