• 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
  • ..
  • peoples
  • ContentShareDTO.ets
  • 人民号主页 · 54dd0b11
    54dd0b11 Browse Files
    yanlu authored 2024-04-18 11:48:17 +0800
ContentShareDTO.ets 189 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
export interface ContentShareDTO {
  id?: number;
  shareSwitch: number;
  contentId?: number;
  sharePicture: string;
  fullUrl: string;
  shareTitle: string;
  shareDescription: string;
}