• 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
  • MineFunctionModel.ets
  • desc:个人中心 UI 界面绘制 · bae45389
    bae45389 Browse Files
    yangchenggong1_wd authored 2024-03-08 16:03:53 +0800
MineFunctionModel.ets 176 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12


export default class MineFunctionModel {
   imgSrc:Resource
   msg:string

   constructor(msg:string,imgSrc:Resource){
      this.msg = msg
      this.imgSrc = imgSrc
   }

}