ASMineAddressModel.m 300 B

123456789101112131415161718192021222324
  1. //
  2. // ASMineAddressModel.m
  3. // Asteria
  4. //
  5. // Created by iOS on 2024/5/7.
  6. //
  7. #import "ASMineAddressModel.h"
  8. @implementation KWCountryAddressModel
  9. @end
  10. @implementation KWProvinceAddressModel
  11. + (NSDictionary *)mj_replacedKeyFromPropertyName {
  12. return @{
  13. @"Id": @"id",
  14. };
  15. }
  16. @end