// // ThesaurusName.h // // Created by tederen on 16/11/19 // Copyright © 2019 tederen. All rights reserved. // #import @interface ThesaurusName : JSONModel @property (nonatomic ,strong) NSString *ThesaurusName; @property (nonatomic ,strong) NSString *Guid; @property (nonatomic ,assign) NSInteger Id; @property (nonatomic ,assign) NSInteger ThesaurusType; @property (nonatomic ,strong) NSString *LastModifiedDate; @property (nonatomic ,strong) NSString *CreatedDate; @end