16 lines
220 B
Objective-C
16 lines
220 B
Objective-C
//
|
|
// PIHomeItemModel.m
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2023/9/5.
|
|
//
|
|
|
|
#import "PIHomeItemModel.h"
|
|
|
|
@implementation PIHomeItemModel
|
|
+ (NSDictionary *)replacedKeyFromPropertyName {
|
|
return @{@"ID":@"id"};
|
|
}
|
|
|
|
@end
|