• 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
  • MineUserLevelItem.ets
  • 个人中心 接口获取用户信息 · 2757403a
    2757403a Browse Files
    yangchenggong1_wd authored 2024-03-26 15:36:47 +0800
MineUserLevelItem.ets 104 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7

export class MineUserLevelItem{
  levelHead:string = ""
  levelId:number = 0
  levelName:string = ""

}