后臺(tái)返回參”newCustomers“數(shù)轉(zhuǎn)換成”Customers“
1. 在.h頁(yè)
@property (nonatomic,strong) NSString *newCustomers;
+ (NSDictionary*)replacedKeyFromPropertyName;
2.在.m頁(yè)?
+ (NSDictionary*)replacedKeyFromPropertyName{
? ? return @{@"Customers":@"newCustomers"};
}