单军华
2018-03-28 f99cf1d5cc50407394501853be06cb39f38a092c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  HotelSelPage.h
//  istanbul
//
//  Created by WindShan on 2017/6/16.
//  Copyright © 2017年 WindShan. All rights reserved.
//
 
#import "BaseNavPage.h"
 
@interface HotelSelPage : BaseNavPage
 
@property(nonatomic,assign) int bSelRoom; // 是否需要选择房间 0 不选择房间 1 需要选择房间 2 检索酒店备用设备
 
@end