新疆框架
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// HealthInterveneAEDModel.m
|
||||
// EscortProject
|
||||
//
|
||||
// Created by 仁康信息 on 2023/12/19.
|
||||
//
|
||||
|
||||
#import "HealthInterveneAEDModel.h"
|
||||
|
||||
@implementation HealthInterveneAEDModel
|
||||
|
||||
|
||||
+ (NSDictionary *)modelCustomPropertyMapper
|
||||
{
|
||||
NSDictionary * dic =@{@"aed_id" :@"id"};
|
||||
return dic;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user