Files
yuyin_ios/SweetParty/主类/RCMic/Room/BaoMaiView/BJRoomBaomaiModel.m
2025-08-08 11:05:33 +08:00

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