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