20 lines
326 B
Objective-C
20 lines
326 B
Objective-C
//
|
|
// RuSunGuiDeng.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/1/5.
|
|
// Copyright © 2017年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface RuSunGuiDeng : baseModel
|
|
|
|
// 开关状态
|
|
|
|
@property(nonatomic,copy)NSString*onOff;
|
|
//crc16 验证码
|
|
@property(nonatomic,copy)NSString*crc16Str;
|
|
@end
|