New file |
| | |
| | | // |
| | | // UserModel.h |
| | | // screendisplay |
| | | // |
| | | // Created by 单军华 on 2018/7/3. |
| | | // Copyright © 2018年 单军华. All rights reserved. |
| | | // |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | @interface UserModel : NSObject |
| | | |
| | | @property(nonatomic, strong) NSString * id; |
| | | @property(nonatomic, strong) NSString * password; |
| | | @property(nonatomic, strong) NSString * accountName; |
| | | @property(nonatomic, strong) NSString * organizationId; |
| | | |
| | | //"code": 0, |
| | | //"data": { |
| | | // "accountName": "string", |
| | | // "createTime": "2018-07-09T01:55:44.434Z", |
| | | // "email": "string", |
| | | // "expireTime": "2018-07-09T01:55:44.434Z", |
| | | // "id": 0, |
| | | // "isDelete": "string", |
| | | // "jwtTokenVersion": { |
| | | // "accountName": 0, |
| | | // "id": 0, |
| | | // "updateTime": "2018-07-09T01:55:44.434Z" |
| | | // }, |
| | | // "mobile": "string", |
| | | // "organization": { |
| | | // "address": "string", |
| | | // "areaCode": 0, |
| | | // "areaNames": { |
| | | // "areaName": "string", |
| | | // "cityName": "string", |
| | | // "provinceName": "string", |
| | | // "townName": "string", |
| | | // "villageName": "string" |
| | | // }, |
| | | // "cityCode": 0, |
| | | // "createTime": "2018-07-09T01:55:44.434Z", |
| | | // "description": "string", |
| | | // "email": "string", |
| | | // "expireTime": "2018-07-09T01:55:44.434Z", |
| | | // "id": 0, |
| | | // "isDelete": "string", |
| | | // "name": "string", |
| | | // "provinceCode": 0, |
| | | // "rank": 0, |
| | | // "telephone": "string" |
| | | // }, |
| | | // "organizationId": 0, |
| | | // "password": "string", |
| | | // "roles": [{ |
| | | // "name": "string" |
| | | // }], |
| | | // "userName": "string", |
| | | // "weixin": "string" |
| | | //}, |
| | | //"message": "string" |
| | | |
| | | @end |