PhonePackageModel.m 406 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // PhonePackageModel.m
  3. // VclustersGemini
  4. //
  5. // Created by APPLE on 2020/7/27.
  6. // Copyright © 2020 APPLE. All rights reserved.
  7. //
  8. #import "PhonePackageModel.h"
  9. @implementation PhonePackageModel
  10. +(JSONKeyMapper *)keyMapper{
  11. return [[JSONKeyMapper alloc]initWithDictionary:@{@"id":@"ID"}];
  12. }
  13. @end
  14. @implementation PhonePackageListModel
  15. @end
  16. @implementation PhonePackageDataModel
  17. @end