zjf
2023-03-06 392b76515f40376b6d36f40a114850ef63650384
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
//
//  PBProjectModel.h
//  IphoneBIMe
//
//  Created by zjf on 2018/7/16.
//  Copyright © 2018年 ProBIM. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
@interface PBProjectModel : NSObject
@property (nonatomic, copy) NSString *fullname;
@property (nonatomic, copy) NSString *Description;
@property (nonatomic, copy) NSString *manager;
@property (nonatomic, assign) BOOL ispublic;
@property (nonatomic, copy) NSString *thumbnailurl;
@property (nonatomic, copy) NSString *BOI_smallimgurl;
@property (nonatomic, copy) NSString *organizeid;
@property (nonatomic, copy) NSString *organizeextendid;
@property (nonatomic, copy) NSString *title;
@property (nonatomic, copy) NSString *encode;
@property (nonatomic, copy) NSString *createdate;
@property (nonatomic, copy) NSString *BO_CreateDate;
@property (nonatomic, copy) NSString *managerid;
@property (nonatomic, copy) NSString *nature;
@property (nonatomic, copy) NSString *bimcomposerid;
@property (nonatomic, copy) NSString *status;
@property (nonatomic, copy) NSString *color;
@property (nonatomic, copy) NSString *boi_originimg;
@property (nonatomic, copy) NSString *boi_miniimg;
@property (nonatomic, assign) float bog_longitude;
@property (nonatomic, assign) float bog_latitude;
@property (nonatomic, assign) float bog_height;
@property (nonatomic, copy) NSString *com_FullName;
@property (nonatomic, copy) NSString *endTime;
@property (nonatomic, copy) NSString *bo2_constructionUnit;
@property (nonatomic, copy) NSString *bo2_monitorUnit;
@property (nonatomic, copy) NSString *bo2_modelCount;
@property (nonatomic, assign) BOOL isFavorite;
@end
/*
fullname : "ProBIM"
description : "请输入项目简介"
manager : "王海彬"
ispublic : "0"
thumbnailurl : "https://www.probim.cn:8080/ProjectImgs/2019_10_22/615da512-a551-4959-969f-64238cd92eca_min.bmp"
BOI_smallimgurl : ""
organizeid : "c1baa9d2-abb3-4c4d-88c9-f55b5c0585fc"
organizeextendid : "c775796c-2ecc-413e-9c45-2c4da6a6336c"
title : "ProBIM"
encode : ""
createdate : "2019-07-02 16:31:59"
BO_CreateDate : "2019-07-02T16:31:59"
managerid : "d46634cb-404d-4819-9b94-20208be90e35"
nature : "Activity"
bimcomposerid : "734ca1e0-4f4a-e842-6b84-f59cd1c7b218"
status : "0"
color : ""
boi_originimg : "/ProjectImgs/2019_10_22/ccbcfa37-c82e-4196-b413-7c13e657c3d9.bmp"
boi_miniimg : "/ProjectImgs/2019_10_22/615da512-a551-4959-969f-64238cd92eca_min.bmp"
bog_longitude : 108.28793935925148
bog_latitude : 34.9617233071049
bog_height : 0
com_FullName : "北京东晨工元科技发展有限公司"
endTime : ""
bo2_constructionUnit : ""
bo2_monitorUnit : ""
bo2_modelCount : 0
isFavorite : false
*/