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