// // InquireCarModel.h // goodpk // // Created by 歐特儀 on 2020/3/20. // Copyright © 2020 Altob. All rights reserved. // #import #import "JSONModel.h" NS_ASSUME_NONNULL_BEGIN @interface InquireCarModel : JSONModel @property NSString *num; @property NSString *in_time; @property NSString *station_no; @property NSString *station_name; @property NSString *image_url; @property NSString *image_url2; @property NSString *location_no; @property NSString *location_name; @property NSString *result_code; @end @implementation InquireCarModel @end NS_ASSUME_NONNULL_END