MasterDetailRes.ets
1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
export class MasterDetailRes {
shareUrl = "";
contentPublish = 0;
authId = 0;
cnLiveCommentControl = 0;
liveGiftControl = 0;
livePublish = 0;
province = "";
fansNum = 0;
articleCreation = 0;
cnIsComment = 0;
cnIsLike = 0;
creatorId = "";
browseNum = 0;
cnLiveLikeControl = 0;
cnLiveShareControl = 0;
banControl = 0;
userId = "";
videoCreation = 0;
avatarFrame = "";
headPhotoUrl = "";
subjectType = 0;
liveLikeControl = 0;
region = "";
isAttention = 0;
cnContentPublish = 0;
authIcon = "";
honoraryTitle = "";
videoCollectionCreation = 0;
pictureCollectionCreation = 0;
liveSwitch = 0;
shareControl = 0;
isComment = 0;
district = "";
originUserId = "";
liveCommentControl = 0;
posterShareControl = 0;
honoraryIcon = "";
isLike = 0;
registTime: number = 0;
dynamicCreation = 0;
userName = "";
attentionNum = 0;
cnShareControl = 0;
cnLivePublish = 0;
categoryAuth = "";
cnLiveGiftControl = 0;
city = "";
dynamicControl = 0;
userType = "";
authTitle = "";
introduction = "";
liveShareControl = 0;
authPersonal = "";
mainControl: number = -1;
}