1234567891011121314151617 |
- //
- // YMAdvertModel.m
- // MSYOUPAI
- //
- // Created by YoMi on 2024/2/23.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMAdvertModel.h"
- @implementation YMAdvertModel
- + (NSDictionary *)modelCustomPropertyMapper {
- return @{@"Id":@"id",};
- }
- @end
|