commentInfo.ets 328 Bytes
export interface commentInfo {
  commentTitle: string,
  commentPics: string,
  newsTitle: string,
  userId?: string,
  userName?: string,
  userHeaderUrl?: string,
  publishTime: number,
  commentId: string,
  newsId: string,
  relId: string;
  relType: string;
  newsType?: string,
  objectType?: string,
  userType?: number
}