- //
- // LDSuperListModel.m
- // hc
- //
- // Created by liuxueli on 2018/12/12.
- // Copyright © 2018 hc. All rights reserved.
- //
- #import "LDSuperListModel.h"
- @implementation LDSuperListModel
- + (NSDictionary *)modelCustomPropertyMapper {
- return @{@"Id" : @"id"};
- }
- @end
|