新版本
This commit is contained in:
@@ -7,10 +7,23 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "IfishHeaterVo.h"
|
||||
|
||||
@interface IfishHotBarVo : NSObject
|
||||
@property(nonatomic,copy)NSString*title;
|
||||
@property(nonatomic,copy)NSString*subTitle;
|
||||
@property(nonatomic,assign)BOOL isShowArrow;
|
||||
@property(nonatomic,copy)NSString*iconUrl;
|
||||
@property(nonatomic,strong)NSArray* phs;//历史
|
||||
@property(nonatomic,strong)IfishHeaterVo*heater ;
|
||||
|
||||
@property(nonatomic,copy)NSString*heaterNum;
|
||||
@property(nonatomic,copy)NSString*upTeamp;
|
||||
@property(nonatomic,copy)NSString*downTeamp;
|
||||
@property(nonatomic,copy)NSString*wornCode;
|
||||
|
||||
@property(nonatomic,copy)NSString*remindDay;
|
||||
@property(nonatomic,copy)NSString*remaindTime;
|
||||
@property(nonatomic,assign)UInt64 phv;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user