17 lines
238 B
Mathematica
17 lines
238 B
Mathematica
|
|
//
|
||
|
|
// userNearbyModel.m
|
||
|
|
// TreeHole
|
||
|
|
//
|
||
|
|
// Created by 郑创权 on 2022/10/6.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "userNearbyModel.h"
|
||
|
|
|
||
|
|
@implementation userNearbyModel
|
||
|
|
+ (NSDictionary *)mj_replacedKeyFromPropertyName{
|
||
|
|
return @{@"nearbyId": @"id"};
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@end
|