• 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
  • AudioDTO.ets
  • 修改早晚报 · 9b215e55
    9b215e55 Browse Files
    fanmingyou3_wd authored 2024-02-04 12:45:41 +0800
AudioDTO.ets 223 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { ReLInfoDTO } from '../detail/ReLInfoDTO';

export interface AudioDTO {
  audioUrl: string;
  coverUrl: string;
  duration: number;
  objectId: number;
  objectType: number;
  reLInfo: ReLInfoDTO;
  title: string;
}