// // YOUPAIHRsendRankModel.m // VQU // // Created by xiaohaoran on 2021/10/21. // Copyright © 2021 MS. All rights reserved. // #import "YOUPAIHRsendRankModel.h" @implementation YOUPAIHRsendRankModel - (instancetype)init { self = [super init]; if (self) { } return self; } - (id) initWithCoder: (NSCoder *)decoder { if (self = [super init]) { unsigned int count = 0; //获取类中所有成员变量名 Ivar *ivar = class_copyIvarList([YOUPAILCBaseInfo class], &count); for (int i = 0; i