// // CoachDetail.h // LNManager // // Created by EchoShacolee on 2017/4/10. // Copyright © 2017年 lee. All rights reserved. // #import "Job_Detail_base.h" @interface CoachDetail : Job_Detail_base @property(nonatomic,copy)NSString *coachNum; @end