23 lines
377 B
Mathematica
23 lines
377 B
Mathematica
|
|
//
|
||
|
|
// YYApplyUpMicModel.m
|
||
|
|
// YaYin
|
||
|
|
//
|
||
|
|
// Created by bj_szd on 2023/4/27.
|
||
|
|
// Copyright © 2023 YaYin. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "YYApplyUpMicModel.h"
|
||
|
|
|
||
|
|
@implementation YYApplyUpMicModel
|
||
|
|
|
||
|
|
+ (NSDictionary *)mj_objectClassInArray
|
||
|
|
{
|
||
|
|
return @{@"priority_aisle":[YYApplyUpUser class], @"common_aisle":[YYApplyUpUser class]};
|
||
|
|
}
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
@implementation YYApplyUpUser
|
||
|
|
|
||
|
|
@end
|