123456789101112131415161718192021222324 |
- //
- // 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
|