• 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
  • ..
  • viewmodel
  • SearchResultContentItem.ets
  • desc:tab 样式修改 · 3c28f55a
    3c28f55a Browse Files
    yangchenggong1_wd authored 2024-04-15 17:04:30 +0800
SearchResultContentItem.ets 126 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
import { ContentDTO } from 'wdBean/Index'

export interface  SearchResultContentItem{
  data:ContentDTO
  resultType:string

}