24 lines
364 B
Objective-C
24 lines
364 B
Objective-C
//
|
|
// KBAICompanionDetailModel.m
|
|
// keyBoard
|
|
//
|
|
// Created by Mac on 2026/1/29.
|
|
//
|
|
|
|
#import "KBAICompanionDetailModel.h"
|
|
#import <MJExtension/MJExtension.h>
|
|
|
|
@implementation KBAICompanionDetailModel
|
|
|
|
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
|
|
return @{
|
|
@"companionId": @"id"
|
|
};
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation KBAICompanionDetailResponse
|
|
|
|
@end
|