• 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
  • QueryListIsFollowedItem.ets
  • desc:3.0 同步个人中心相关 · 93bb41dd
    93bb41dd Browse Files
    yangchenggong1_wd authored 2024-03-26 13:40:27 +0800
QueryListIsFollowedItem.ets 257 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14

// "creatorId": "3004862",
// "status": "0",
// "userId": "567387477063621"

export class QueryListIsFollowedItem{
  creatorId:string = "-1"
  status:string = "0"
  userId:string = ""

  constructor(creatorId: string) {
    this.creatorId = creatorId
  }
}