123456789101112131415161718 |
- //
- // YOUPAILPIMNotificationModel.m
- // livePro
- //
- // Created by leo on 2019/11/25.
- // Copyright © 2019 caiPro. All rights reserved.
- //
- #import "YOUPAILPIMNotificationModel.h"
- @implementation YOUPAILPIMNotificationModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"fromId" :@"id",
- };
- }
- @end
|