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 } }