// // ASMineAddressModel.m // Asteria // // Created by iOS on 2024/5/7. // #import "ASMineAddressModel.h" @implementation KWCountryAddressModel @end @implementation KWProvinceAddressModel + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{ @"Id": @"id", }; } @end