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