We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,让我以后不用写这个。
The text was updated successfully, but these errors were encountered:
mjextension,yymodel都是支持的吧,模型类应该都是通用的
Sorry, something went wrong.
我知道肯定支持的。只是需要我手敲(NSDictionary<NSString *, NSString *> *)jsonKeyToClassNameMap { return @{kCGDataList:@"CGRecommandQuestionList"}; } 这些放到.m里。希望里面就能支持
你自定义类名属性名一样要手动写啊
No branches or pull requests
如题,让我以后不用写这个。
{
return @{kCGDataList:@"CGRecommandQuestionList"};
}
最好rootclass的前缀能带到子类去。如rootclass为RootModel,把这@Property (nonatomic , strong) Data * data;
改为@Property (nonatomic , strong) RootData * data;
The text was updated successfully, but these errors were encountered: