YOUPAILCReportModel.m 391 B

1234567891011121314151617181920
  1. //
  2. // YOUPAILCReportModel.m
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/15.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "YOUPAILCReportModel.h"
  9. @implementation YOUPAILCReportModel+ (NSDictionary *)mj_replacedKeyFromPropertyName
  10. {
  11. return @{
  12. @"youpaipid":@"id",
  13. @"youpaipname":@"name",
  14. @"youpaipisSelected":@"isSelected",
  15. };
  16. }
  17. @end