CNNewsoundBaseModel.h
1.86 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
//
// CNNewsoundBaseModel.h
// CNLiveScioLive
//
// Created by CNLive-zxw on 2018/9/20.
// Copyright © 2018年 CNLive. All rights reserved.
//
#import "CNLiveBaseModel.h"
@interface CNNewsoundBaseModel : CNLiveBaseModel
@property (nonatomic, copy) NSString *ID;
@property (nonatomic, copy) NSString *fun;
@property (nonatomic, copy) NSString *title;
@property (nonatomic, copy) NSString *enTitle;
@property (nonatomic, copy) NSString *pic;
@property (nonatomic, copy) NSString *voiceTime;
@property (nonatomic, copy) NSString *image;
@property (nonatomic, copy) NSString *totalTime;
@property (nonatomic, copy) NSString *createDate;
/*
author = "\U592e\U89c6\U7f51";
cmsColumnId = "spzl/gxzs/";
cmsColumnName = "\U56fd\U65b0\U4e4b\U58f0";
cmsContentId = 944929;
createDate = "2018-09-07 15:31:59";
desc = "\U7531\U56fd\U52a1\U9662\U65b0\U95fb\U529e\U516c\U5ba4\U3001\U4e2d\U56fd\U9a7b\U8499\U53e4\U56fd\U4f7f\U9986\U3001\U8499\U53e4\U56fd\U6559\U80b2\U6587\U5316\U79d1\U5b66\U4f53\U80b2\U90e8\U7b49\U4e3b\U529e\U7684\U201c\U611f\U77e5\U4e2d\U56fd\U201d\U7cfb\U5217\U6587\U5316\U6d3b\U52a8\U5728\U8499\U53e4\U56fd\U4e4c\U5170\U5df4\U6258\U5e02\U5f00\U5e55\U3002";
gxbArticleId = "";
gxbVideoId = "";
img = "http://scio.ys1.cnliveimg.com/38/img/2018/0907/180907133858372_459.jpg";
imgBig = "";
imgOther1 = "";
imgSmall = "http://scio.ys1.cnliveimg.com/38/img/2018/0907/180907133840756_387.jpg";
pageUrl = "http://s.scio.gov.cn/spzl/gxzs/detail2_2018_09/07/944929.html";
playType = 0;
publishDate = "2018-09-07 15:31:59";
showType = "";
subTitle = "";
tags = "";
title = "\U201c\U611f\U77e5\U4e2d\U56fd\U201d\U6587\U5316\U6d3b\U52a8\U5728\U8499\U53e4\U56fd\U5f00\U5e55";
type = program;
uploadVideoUrl = "";
uuid = b5059d8b2201405eb5e8b7abfd0af958;
videoUrl = "http://scio.vods2.cnlive.com/38/raw/2018/0907/38_fbed154fcff6445ab2373f762c52fbe9.mp3";
vipFlag = 0;
*/
@end