Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// deviceLoginModel.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 15/10/12.
|
||||
// Copyright © 2015年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import "baseModel.h"
|
||||
// 设备登录服务器指令
|
||||
@interface deviceLoginModel : baseModel
|
||||
@property(nonatomic,copy)NSString*changshang;
|
||||
@property(nonatomic,copy)NSString*yingjianxinghao;
|
||||
@property(nonatomic,copy)NSString*banben;
|
||||
@property(nonatomic,copy)NSString*dengluIP;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user