• 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
  • ReLInfoDTO.ts
  • 图文详情页面 · 17f56b9b
    17f56b9b Browse Files
    liujian1_wd authored 2024-01-31 18:15:37 +0800
ReLInfoDTO.ts 112 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
export interface ReLInfoDTO {
  channelId: number;
  relId: string;
  relObjectId: number;
  relType: string;
}