YOUPAILPIMNotificationModel.m 349 B

123456789101112131415161718
  1. //
  2. // YOUPAILPIMNotificationModel.m
  3. // livePro
  4. //
  5. // Created by leo on 2019/11/25.
  6. // Copyright © 2019 caiPro. All rights reserved.
  7. //
  8. #import "YOUPAILPIMNotificationModel.h"
  9. @implementation YOUPAILPIMNotificationModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"fromId" :@"id",
  14. };
  15. }
  16. @end