- //
- // JZCategoryDataModel.m
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/27.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import "JZCategoryDataModel.h"
- @implementation JZCategoryDataModel
- + (NSDictionary *)modelContainerPropertyGenericClass {
- return @{@"data" : [JZDataDetailModel class]};
- }
- @end
|