//
|
// PBPanoramaModel.h
|
// IphoneBIMe
|
//
|
// Created by ZhangJF on 2022/10/18.
|
// Copyright © 2022 ProBIM. All rights reserved.
|
//
|
|
#import <Foundation/Foundation.h>
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
@interface PBPanoramaModel : NSObject
|
@property (nonatomic, copy) NSString *BackGroundColor;
|
@property (nonatomic, copy) NSString *FontColor;
|
@property (nonatomic, copy) NSString *LabelId;
|
@property (nonatomic, copy) NSString *LabelName;
|
@property (nonatomic, copy) NSString *LabelSort;
|
@property (nonatomic, copy) NSString *PbBIMComposerId;
|
@property (nonatomic, copy) NSString *PbGuid;
|
@property (nonatomic, copy) NSString *PbIsdel;
|
@property (nonatomic, copy) NSString *PbName;
|
@property (nonatomic, copy) NSString *PbOrganizeId;
|
@property (nonatomic, copy) NSString *PbOrganizeName;
|
@property (nonatomic, copy) NSString *PbUpdatetime;
|
@property (nonatomic, copy) NSString *PbUrl;
|
@property (nonatomic, assign) NSInteger PqFlag;
|
@end
|
|
NS_ASSUME_NONNULL_END
|
/**
|
|
BackGroundColor
|
:
|
""
|
FontColor
|
:
|
""
|
LabelId
|
:
|
""
|
LabelName
|
:
|
""
|
LabelSort
|
:
|
-999
|
PbBIMComposerId
|
:
|
null
|
PbGisinfo
|
:
|
""
|
PbGuid
|
:
|
"25c8eef7-7adc-d3eb-c66c-075e4d62f779"
|
PbIsdel
|
:
|
0
|
PbName
|
:
|
"0923"
|
PbOrganizeId
|
:
|
"bf36bf2b-1619-4f12-acc6-daee5261ebd4"
|
PbOrganizeName
|
:
|
null
|
PbUpdatetime
|
:
|
"2022-09-24T00:00:00"
|
PbUrl
|
:
|
"/2/5/c/8/e/e/f/7/25c8eef7-7adc-d3eb-c66c-075e4d62f779"
|
PqFlag
|
:
|
2
|
*/
|