123456789101112131415161718192021 |
- //
- // noticeModel.m
- // 双子星云手机
- //
- // 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
|