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
//
//  PBScheduleListModel.h
//  IphoneBIMe
//
//  Created by ZhangJF on 2022/8/22.
//  Copyright © 2022 ProBIM. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
NS_ASSUME_NONNULL_BEGIN
 
@interface PBScheduleListModel : NSObject
@property (nonatomic, copy) NSString *organizeId;
@property (nonatomic, copy) NSString *MobilePA_ID;
@property (nonatomic, copy) NSString *MobilePA_ProjectName;
@property (nonatomic, copy) NSString *MobilePA_ProjectID;
@property (nonatomic, copy) NSString *MobilePA_Unittime;
@property (nonatomic, copy) NSString *MobilePA_CreateUser;
@property (nonatomic, copy) NSString *MobilePA_Createuserid;
@property (nonatomic, copy) NSString *MobilePA_rate;
@property (nonatomic, copy) NSString *MobilePA_state;
@property (nonatomic, strong) NSArray *Image_Json;
@property (nonatomic, copy) NSString *MobilePA_Insertime;
@end
 
NS_ASSUME_NONNULL_END
/**
 MobilePA_ID : 1
 MobilePA_ProjectName : "基准方案"
 MobilePA_ProjectID : "5cc0ea99-3749-4df4-9eb6-d242ab34f149"
 MobilePA_Unittime : "2022-09-05"
 MobilePA_CreateUser : "薛友松"
 MobilePA_state : "待提交"
 MobilePA_rate : ""
 
 */