新版本
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// IfishHistroyVo.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by 罗艺 on 2018/9/23.
|
||||
// Copyright © 2018年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//heaterWaterTemperature : 温度
|
||||
//heaterPh : 水流量
|
||||
//heaterGatheringTime : 小时
|
||||
|
||||
|
||||
|
||||
@interface IfishHistroyVo : NSObject
|
||||
@property(nonatomic,copy)NSString*heaterWaterTemperature;
|
||||
@property(nonatomic,copy)NSString*heaterPh;
|
||||
@property(nonatomic,copy)NSString*heaterGatheringTime;
|
||||
@property(nonatomic,assign)NSInteger heaterGatheringTime_int;
|
||||
@property(nonatomic,assign)NSInteger heaterPh_int;
|
||||
@end
|
||||
Reference in New Issue
Block a user