16 lines
339 B
Mathematica
16 lines
339 B
Mathematica
![]() |
//
|
||
|
// MewMainHomeMenuInfoModel.m
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by duoban on 2023/12/21.
|
||
|
//
|
||
|
|
||
|
#import "MewMainHomeMenuInfoModel.h"
|
||
|
|
||
|
@implementation MewMainHomeMenuInfoModel
|
||
|
///如果一个模型中需要字段映射的话 比如id -> ID name -> other.name
|
||
|
+ (NSDictionary *)replacedKeyFromPropertyName {
|
||
|
return @{@"hid":@"id"};
|
||
|
}
|
||
|
@end
|