#import ; @interface UpdateUserFieldRespDTO : NSObject //字段名称 @property (nonatomic, assign) NSString fieldName; //字段值 @property (nonatomic, assign) NSString fieldValue; //更新时间戳 @property (nonatomic, strong) long updateTime; @end