Files
yinmeng-ios/xplan-ios/Main/Monents/Model/MonentsTopicModel.m
2022-08-26 21:45:18 +08:00

17 lines
255 B
Objective-C

//
// MonentsTopicModel.m
// xplan-ios
//
// Created by 冯硕 on 2022/5/18.
//
#import "MonentsTopicModel.h"
@implementation MonentsTopicModel
+ (NSDictionary *)replacedKeyFromPropertyName {
return @{@"tId":@"id", @"desc":@"description"};
}
@end