• 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
  • ..
  • bean
  • FullColumnImgUrlsDTO.ets
  • 大图卡(compstyle-2),三图卡(compstyle-4)UI · bcb76529
    bcb76529 Browse Files
    lichengjun authored 2024-01-31 18:10:26 +0800
FullColumnImgUrlsDTO.ets 147 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
export interface FullColumnImgUrlsDTO {
  format: number;
  height: number;
  weight: number;
  landscape: number;
  size: number;
  url: string;
}