// // noticeModel.m // Private-X // // Created by xd h on 2024/4/1. // #import "noticeModel.h" @implementation noticeDataModel + (JSONKeyMapper *)keyMapper { return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"curNoticeId"}]; } @end @implementation noticeModel @end