CNMyAnnouncementsModel.h
2.24 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
//
// CNMyAnnouncementsModel.h
// CNLiveScioLive
//
// Created by CNLive-zxw on 2018/9/20.
// Copyright © 2018年 CNLive. All rights reserved.
//
#import "CNLiveBaseModel.h"
@interface CNMyAnnouncementsModel : CNLiveBaseModel
/*
author = "";
cmsColumnId = "wz/fbhgg/";
cmsColumnName = "\U53d1\U5e03\U4f1a\U516c\U544a";
cmsContentId = 939616;
createDate = "2018-08-15 14:45:19";
desc = "";
gxbArticleId = 1635593;
gxbVideoId = "";
img = "";
imgBig = "";
imgOther1 = "";
imgSmall = "";
pageUrl = "http://s.scio.gov.cn/wz/fbhgg/detail2_2018_08/15/939616.html";
playType = 0;
publishDate = "2018-08-15 14:45:19";
showType = "";
subTitle = "\U56fd\U65b0\U529e\U4e3e\U884c\U4ecb\U7ecd\U6e2f\U6fb3\U53f0\U5c45\U6c11\U8bc1\U4ef6\U4fbf\U5229\U5316\U63aa\U65bd\U53d1\U5e03\U4f1a";
tags = "";
title = "\U56fd\U65b0\U529e\U4e3e\U884c\U4ecb\U7ecd\U6e2f\U6fb3\U53f0\U5c45\U6c11\U8bc1\U4ef6\U4fbf\U5229\U5316\U63aa\U65bd\U53d1\U5e03\U4f1a";
type = article;
uploadVideoUrl = "";
uuid = "1187d188-61e1-47f6-bfa1-45df913794ca";
videoUrl = "";
vipFlag = 0;
*/
@property (nonatomic, copy) NSString *title;
@property (nonatomic, copy) NSString *publishDate;
@property (nonatomic, copy) NSString *gxbArticleId;
@property (nonatomic, copy) NSString *pageUrl;
@property (nonatomic, copy) NSString *type;
@property (nonatomic, copy) NSString *cmsColumnId;
@property (nonatomic, copy) NSString *cmsColumnName;
@property (nonatomic, copy) NSString *cmsContentId;
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *author;
@property (nonatomic, copy) NSString *desc;
@property (nonatomic, copy) NSString *gxbVideoId;
@property (nonatomic, copy) NSString *img;
@property (nonatomic, copy) NSString *imgBig;
@property (nonatomic, copy) NSString *imgOther1;
@property (nonatomic, copy) NSString *imgSmall;
@property (nonatomic, copy) NSString *playType;
@property (nonatomic, copy) NSString *showType;
@property (nonatomic, copy) NSString *subTitle;
@property (nonatomic, copy) NSString *tags;
@property (nonatomic, copy) NSString *uploadVideoUrl;
@property (nonatomic, copy) NSString *uuid;
@property (nonatomic, copy) NSString *videoUrl;
@property (nonatomic, copy) NSString *vipFlag;
@property (nonatomic, assign) CGFloat titleHeight;
@end