个人资料页 编辑个人资料页

This commit is contained in:
fengshuo
2021-09-23 18:38:33 +08:00
committed by zu
parent d4a368aa20
commit 7372b8b776
45 changed files with 2865 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
#import "UserExpand.h"
#import "UserLevelVo.h"
#import "UserInfoSkillVo.h"
#import "UserPhoto.h"
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSInteger, GenderType) {
@@ -47,6 +48,12 @@ typedef NS_ENUM(NSInteger, GenderType) {
@property (nonatomic , assign) BOOL isBindPaymentPwd;
@property (nonatomic , assign) BOOL isBindXCZAccount;
@property (nonatomic , assign) BOOL isBindAlipay;
///相册
@property (nonatomic, strong) NSArray<UserPhoto *> *privatePhoto;//相册
///签名
@property (nonatomic,copy) NSString *userDesc;
///出生日期
@property (nonatomic,assign) long birth;
@end
NS_ASSUME_NONNULL_END