19 lines
301 B
Objective-C
19 lines
301 B
Objective-C
//
|
|
// XJBigillessHospitalModel.m
|
|
// XinjiangProject
|
|
//
|
|
// Created by 仁康信息 on 2023/8/21.
|
|
//
|
|
|
|
#import "XJBigillessHospitalModel.h"
|
|
|
|
@implementation XJBigillessHospitalModel
|
|
|
|
+ (NSDictionary *)modelCustomPropertyMapper
|
|
{
|
|
NSDictionary * dic =@{@"yiyuan_id" :@"id"};
|
|
return dic;
|
|
}
|
|
|
|
@end
|