This commit is contained in:
2025-12-22 19:19:28 +08:00
parent 5cfc76e6c5
commit 4e6fd90668
20 changed files with 679 additions and 3 deletions

View 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