// // YOUPAILZGamePropertyPublicModel.m // VQU // // Created by CY on 2021/4/27. // Copyright © 2021 leo. All rights reserved. // #import "YOUPAILZGamePropertyPublicModel.h" @implementation YOUPAILZGamePropertyPublicModel + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{ @"youpaipid":@"id", @"youpaipname":@"name", }; } @end