1234567891011121314151617181920 |
- //
- // YOUPAILCReportModel.m
- // LiveChat
- //
- // Created by 张灿 on 2018/9/15.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "YOUPAILCReportModel.h"
- @implementation YOUPAILCReportModel+ (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipid":@"id",
- @"youpaipname":@"name",
- @"youpaipisSelected":@"isSelected",
- };
- }
- @end
|