1
This commit is contained in:
16
keyBoard/Class/Me/M/KBConsumptionRecord.m
Normal file
16
keyBoard/Class/Me/M/KBConsumptionRecord.m
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// KBConsumptionRecord.m
|
||||
// keyBoard
|
||||
//
|
||||
|
||||
#import "KBConsumptionRecord.h"
|
||||
|
||||
@implementation KBConsumptionRecord
|
||||
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
|
||||
// JSON: { "id": 0, "tagName": "xxx" }
|
||||
// Model: tagId / tagName
|
||||
return @{
|
||||
@"kbdescription" : @"description",
|
||||
};
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user