// // CultivateInfoModel.m // jiaPei // // Created by Ning.ge on 2024/2/5. // Copyright © 2024 JCZ. All rights reserved. // #import "CultivateInfoModel.h" @implementation CultivateInfoModel - (NSString *)typeName { if(_type==1){ return @"课堂"; }else if(_type==2) { return @"模拟"; } return @"课堂"; } @end