We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe454c commit fd40b7aCopy full SHA for fd40b7a
LKDBHelper/Helper/NSObject+LKModel.m
@@ -93,9 +93,6 @@ + (NSString *)getDBDataPathWithName:(NSString *)filename {
93
NSString *dir = [NSString stringWithFormat:@"dbdata/%@", NSStringFromClass(self)];
94
return [LKDBUtils getPathForDocuments:filename inDir:dir];
95
}
96
-+ (NSDictionary *)getTableMapping {
97
- return nil;
98
-}
99
#pragma mark - Table Data Function 表数据
100
+ (NSDateFormatter *)getModelDateFormatter {
101
return nil;
0 commit comments