v0.8.0
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
@property(nonatomic,copy) NSString *mobileStatusName;
|
||||
@property(nonatomic,copy) NSString *nickName;
|
||||
@property(nonatomic,copy) NSString *occupationCode;
|
||||
@property(nonatomic,copy) NSString *occupationName;
|
||||
@property(nonatomic,copy) NSString *provinceId;
|
||||
@property(nonatomic,copy) NSString *provinceName;
|
||||
@property(nonatomic,assign) int sexCode;
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// JobModel.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/29.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <JSONModel/JSONModel.h>
|
||||
|
||||
@interface JobModel : JSONModel
|
||||
|
||||
@property(nonatomic,copy) NSString *dictLabel;
|
||||
@property(nonatomic,copy) NSString *dictCode;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// JobModel.m
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/29.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import "JobModel.h"
|
||||
|
||||
@implementation JobModel
|
||||
|
||||
+ (BOOL)propertyIsOptional:(NSString *)propertyName{
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user