car in 場站查車鎖車 ios
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
603B

  1. //
  2. // InquireCarModel.h
  3. // goodpk
  4. //
  5. // Created by 歐特儀 on 2020/3/20.
  6. // Copyright © 2020 Altob. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "JSONModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface InquireCarModel : JSONModel
  12. @property NSString *num;
  13. @property NSString *in_time;
  14. @property NSString *station_no;
  15. @property NSString *station_name;
  16. @property NSString *image_url;
  17. @property NSString *image_url2;
  18. @property NSString *location_no;
  19. @property NSString *location_name;
  20. @property NSString *result_code;
  21. @end
  22. @implementation InquireCarModel
  23. @end
  24. NS_ASSUME_NONNULL_END