宠物店修改

This commit is contained in:
kai60
2020-05-02 14:56:49 +08:00
parent 8fca79324a
commit 53f06fcf43
100 changed files with 2672 additions and 198 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
@interface UserModel : NSObject
@interface UserModel : NSObject<NSCoding>
@property(nonatomic,copy)NSString*phoneNumber;
@property(nonatomic,strong)NSNumber*userId;