GXFFunction.h 599 Bytes
Newer Older
freecui's avatar
freecui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  GXFActions.h
//  XFFruit
//  后台返回的json权限文件的内容:选择权限和是否选择
//  Created by freecui on 15/8/27.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "IBTObject.h"

@interface GXFFunction : IBTObject
@property (nonatomic, assign) NSInteger Id;
@property (nonatomic, copy) NSString *name; //权限
@property (nonatomic, copy) NSString *captions; //权限的名称
@property (nonatomic, assign) BOOL hasPermission;
@property (nonatomic, assign) BOOL  isSelected;

//@property (nonatomic, assign) BOOL  isPublic; 是否公共部分功能
@end