123456789101112131415161718 |
- //
- // LDSuperBrandModel.m
- // YouHuiProject
- //
- // Created by 小花 on 2018/12/11.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LDSuperBrandModel.h"
- @implementation LDSuperBrandModel
- + (NSDictionary *)modelCustomPropertyMapper {
- return @{@"Id" : @"id"};
- }
- @end
|