1
This commit is contained in:
18
keyBoard/Class/Shop/M/KBShopStyleModel.m
Normal file
18
keyBoard/Class/Shop/M/KBShopStyleModel.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// KBShopStyleModel.m
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/12/11.
|
||||
//
|
||||
|
||||
#import "KBShopStyleModel.h"
|
||||
|
||||
@implementation KBShopStyleModel
|
||||
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
|
||||
return @{
|
||||
@"styleId": @"id",
|
||||
@"styleName": @"styleName"
|
||||
};
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user