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
//
//  PBDrawingposModel.m
//  IphoneBIMe
//
//  Created by zjf on 2018/12/27.
//  Copyright © 2018 ProBIM. All rights reserved.
//
 
#import "PBDrawingposModel.h"
 
@implementation PBDrawingposModel
//- (id)copyWithZone:(nullable NSZone *)zone {
//    PBAddInfoModel *model = [[self class] allocWithZone:zone];
//    model.title = _title;
//    model.prompt = _prompt;
//    model.key = _key;
//    model.type = _type;
//    model.configDict = _configDict;
//    model.modelsModel = _modelsModel;
//    model.viewsModel = _viewsModel;
//    model.viewPointModel = _viewPointModel;
//    model.inputStr = _inputStr;
//    model.downImage = _downImage;
//    model.postImages = _postImages;
//    model.recordingIsDelete = _recordingIsDelete;
//    model.recordingName = _recordingName;
//    model.recordingType = _recordingType;
//    model.recordingDetail = _recordingDetail;
//    model.personArr = _personArr;
//    model.timeStr = _timeStr;
//    model.isQualified = _isQualified;
//    model.drawposModel = _drawposModel;
//    model.drawingsInfoModel = _drawingsInfoModel;
//    model.recordInfo = _recordInfo;
//    model.optional = _optional;
//    return model;
//}
//- (id)mutableCopyWithZone:(nullable NSZone *)zone {
//    PBAddInfoModel *model = [[self class] allocWithZone:zone];
//    model.title = _title;
//    model.prompt = _prompt;
//    model.key = _key;
//    model.type = _type;
//    model.configDict = _configDict;
//    model.modelsModel = _modelsModel;
//    model.viewsModel = _viewsModel;
//    model.viewPointModel = _viewPointModel;
//    model.inputStr = _inputStr;
//    model.downImage = _downImage;
//    model.postImages = _postImages;
//    model.recordingIsDelete = _recordingIsDelete;
//    model.recordingName = _recordingName;
//    model.recordingType = _recordingType;
//    model.recordingDetail = _recordingDetail;
//    model.personArr = _personArr;
//    model.timeStr = _timeStr;
//    model.isQualified = _isQualified;
//    model.drawposModel = _drawposModel;
//    model.drawingsInfoModel = _drawingsInfoModel;
//    model.recordInfo = _recordInfo;
//    model.optional = _optional;
//    return model;
//}
@end