SurveyUser.h 431 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9 10
//
//  Users.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/8/9.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "IBTModel.h"

陈俊俊's avatar
陈俊俊 committed
11
@interface SurveyUser : IBTModel
陈俊俊's avatar
陈俊俊 committed
12 13 14
@property (nonatomic,strong)NSString *userUuid;//用户UUid
@property (nonatomic,strong)NSString *userCode;//用户编码
@property (nonatomic,strong)NSString *userName;//用户名称
陈俊俊's avatar
陈俊俊 committed
15 16 17 18 19
@property (nonatomic,strong)NSString *uuid;//唯一标识




陈俊俊's avatar
陈俊俊 committed
20
@end