Commit 1f30d9b8 authored by freecui's avatar freecui

modify the properties

parent 27f380e1
...@@ -6,5 +6,5 @@ pod 'SSKeychain', '~> 1.2.3' ...@@ -6,5 +6,5 @@ pod 'SSKeychain', '~> 1.2.3'
pod 'FMDB', '~> 2.5' pod 'FMDB', '~> 2.5'
pod 'Base64nl', '~> 1.2' pod 'Base64nl', '~> 1.2'
pod 'Reveal-iOS-SDK', '~> 1.5.1' pod 'Reveal-iOS-SDK', '~> 1.5.1'
pod 'BaiduMapAPI', '~> 2.8.0' pod 'BaiduMapAPI', '~> 2.7.0'
pod 'MJRefresh', '~> 2.2.0' pod 'MJRefresh', '~> 2.2.0'
...@@ -20,14 +20,7 @@ PODS: ...@@ -20,14 +20,7 @@ PODS:
- AFNetworking/UIKit (2.5.4): - AFNetworking/UIKit (2.5.4):
- AFNetworking/NSURLConnection - AFNetworking/NSURLConnection
- AFNetworking/NSURLSession - AFNetworking/NSURLSession
- BaiduMapAPI (2.8.0): - BaiduMapAPI (2.7.0)
- BaiduMapAPI/All (= 2.8.0)
- BaiduMapAPI/All (2.8.0):
- BaiduMapAPI/Core
- BaiduMapAPI/Extend
- BaiduMapAPI/Core (2.8.0)
- BaiduMapAPI/Extend (2.8.0):
- BaiduMapAPI/Core
- Base64nl (1.2) - Base64nl (1.2)
- FMDB (2.5): - FMDB (2.5):
- FMDB/standard (= 2.5) - FMDB/standard (= 2.5)
...@@ -44,7 +37,7 @@ PODS: ...@@ -44,7 +37,7 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- AFNetworking (~> 2.5.4) - AFNetworking (~> 2.5.4)
- BaiduMapAPI (~> 2.8.0) - BaiduMapAPI (~> 2.7.0)
- Base64nl (~> 1.2) - Base64nl (~> 1.2)
- FMDB (~> 2.5) - FMDB (~> 2.5)
- MBProgressHUD (~> 0.9.1) - MBProgressHUD (~> 0.9.1)
...@@ -55,7 +48,7 @@ DEPENDENCIES: ...@@ -55,7 +48,7 @@ DEPENDENCIES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
BaiduMapAPI: e066aa1e85f9fee77a1bc071afb67552852bb0fb BaiduMapAPI: d6433624b0b4dd156f2d842f394a5011b02a6401
Base64nl: a497bdcd1c01ea793d36b399016195a8713c0e95 Base64nl: a497bdcd1c01ea793d36b399016195a8713c0e95
FMDB: 96e8f1bcc1329e269330f99770ad4285d9003e52 FMDB: 96e8f1bcc1329e269330f99770ad4285d9003e52
MBProgressHUD: c47f2c166c126cf2ce36498d80f33e754d4e93ad MBProgressHUD: c47f2c166c126cf2ce36498d80f33e754d4e93ad
...@@ -64,4 +57,4 @@ SPEC CHECKSUMS: ...@@ -64,4 +57,4 @@ SPEC CHECKSUMS:
SDWebImage: 71b7cdc1d1721d6a82ed62889030225f2c249e29 SDWebImage: 71b7cdc1d1721d6a82ed62889030225f2c249e29
SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d
COCOAPODS: 0.38.2 COCOAPODS: 0.37.1
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
<Workspace <Workspace
version = "1.0"> version = "1.0">
<FileRef <FileRef
location = "group:XFFruit.xcodeproj"> location = "group:/Users/mac/Desktop/folder/XFFruit.xcodeproj">
</FileRef> </FileRef>
<FileRef <FileRef
location = "group:Pods/Pods.xcodeproj"> location = "group:Pods/Pods.xcodeproj">
</FileRef> </FileRef>
<FileRef
location = "group:XFFruit.xcodeproj">
</FileRef>
</Workspace> </Workspace>
...@@ -13,21 +13,28 @@ ...@@ -13,21 +13,28 @@
// Login Data // Login Data
@property (copy, nonatomic) NSString *userName; @property (copy, nonatomic) NSString *userName;
@property (copy, nonatomic) NSString *password; @property (copy, nonatomic) NSString *password;
@property (copy, nonatomic) NSString *registerCode; @property (copy, nonatomic) NSString *registerCode; //企业认证码
@property (copy, nonatomic) NSString *token; @property (copy, nonatomic) NSString *token;
@property (copy, nonatomic) NSNumber *bAutoLogin; @property (copy, nonatomic) NSNumber *bAutoLogin;
@property (copy, nonatomic) NSString *authenticode; @property (copy, nonatomic) NSString *authenticode;//企业认证码
@property (assign,nonatomic)BOOL needFresh; @property (assign,nonatomic)BOOL needFresh;
// User Data // User Data
@property (copy, nonatomic) NSString *displayName; @property (copy, nonatomic) NSString *userId; // 唯一标识
@property (copy, nonatomic) NSString *userCode; @property (copy, nonatomic) NSString *displayName; //用户名称
@property (copy, nonatomic) NSString *orgCode; @property (copy, nonatomic) NSString *userCode; // 用户代码
@property (copy, nonatomic) NSString *orgName;
@property (copy, nonatomic) NSString *userId; @property (copy, nonatomic) NSString *orgCode; // 企业代码
@property (copy, nonatomic) NSString *orgId; @property (copy, nonatomic) NSString *orgName; // 企业名称
@property (copy, nonatomic) NSString *currentStoreID; @property (copy, nonatomic) NSString *orgId; // 唯一标识
@property (copy, nonatomic) NSString *uniqueID;
@property (strong, nonatomic) NSArray *permissions; //权限列表
@property (copy, nonatomic) NSString *currentStoreID; //
@property (copy, nonatomic) NSString *uniqueID; //
+ (instancetype)sharedInstance; + (instancetype)sharedInstance;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment