20 lines
327 B
Objective-C
Executable File
20 lines
327 B
Objective-C
Executable File
//
|
|
// MLRoomAdminModel.m
|
|
// QiaoYuYueWan
|
|
//
|
|
// Created by aa on 2019/7/10.
|
|
// Copyright © 2019 QiaoYuYueWan. All rights reserved.
|
|
//
|
|
|
|
#import "BJRoomBaomaiModel.h"
|
|
|
|
@implementation BJRoomBaomaiModel
|
|
|
|
+ (NSDictionary *)mj_replacedKeyFromPropertyName{
|
|
return @{
|
|
// @"userID" : @"id",
|
|
};
|
|
}
|
|
|
|
@end
|