• 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
  • 数据联调 · 7c7d2599
    7c7d2599 Browse Files
    陈剑华 authored 2024-04-19 17:28:49 +0800
commentInfo.ets 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export interface commentInfo {
  commentTitle: string,
  newsTitle: string,
  userName: string,
  userHeaderUrl: string,
  publishTime: number
}