Files
keyboard/keyBoard/Class/Shop/M/KBShopStyleModel.m

19 lines
285 B
Mathematica
Raw Normal View History

2025-12-11 13:16:06 +08:00
//
// KBShopStyleModel.m
// keyBoard
//
// Created by Mac on 2025/12/11.
//
#import "KBShopStyleModel.h"
@implementation KBShopStyleModel
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
return @{
@"styleId": @"id",
@"styleName": @"styleName"
};
}
@end