QueryOrder.h 287 Bytes
//
//  QueryOrder.h
//  XFFruit
//
//  Created by n22 on 15/8/20.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "IBTModel.h"

@interface QueryOrder : IBTModel
@property (nonatomic,strong)NSString *field;
@property (nonatomic,strong)NSString *direction;//升序
@end