Files
yinmeng-ios/xplan-ios/Main/ModuleKit/FaceView/Model/RoomFaceInfoModel.m
2022-03-10 18:57:06 +08:00

22 lines
359 B
Objective-C

//
// RoomFaceInfoModel.m
// xplan-ios
//
// Created by 冯硕 on 2022/3/9.
//
#import "RoomFaceInfoModel.h"
@implementation RoomFaceInfoModel
///如果一个模型中需要字段映射的话 比如id -> ID name -> other.name
+ (NSDictionary *)replacedKeyFromPropertyName {
return @{@"fid":@"id"};
}
@end
@implementation RoomVipFaceInfoModel
@end