• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • content
  • commentInfo.ets
  • 评论跳转 · 2fdce5ae
    2fdce5ae Browse Files
    陈剑华 authored 2024-04-24 14:49:24 +0800
commentInfo.ets 220 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
export interface commentInfo {
  commentTitle: string,
  newsTitle: string,
  userName: string,
  userHeaderUrl: string,
  publishTime: number,
  commentId: string,
  newsId: string,
  relId: string;
  relType: string;
}