• 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
  • ..
  • detail
  • UserInfoDTO.ts
  • 组件点赞参数 · 8cef1183
    8cef1183 Browse Files
    daijian_wd authored 2024-04-26 15:07:37 +0800
UserInfoDTO.ts 99 Bytes
Raw Blame History Permalink
1 2 3 4 5
export interface UserInfoDTO {
  userHeadUrl: string
  userName?: string
  headPhotoUrl?: string
}