//
// HotQaListPageDB.m
// ThePaperDemo
//
// Created by scar1900 on 14/11/12.
// Copyright (c) 2014年 scar1900. All rights reserved.
//
#import "HotQaListPageDB.h"
@implementation HotQaListPageDB
@dynamic nodeId;
@dynamic qaList;
@dynamic recordTotal;
@dynamic resultMsg;
@dynamic resultCode;
@dynamic nextUrl;
@dynamic systemTime;
@dynamic date;
@end
|