| | |
| | | @property(nonatomic, strong) NSString * _id; |
| | | @property(nonatomic, strong) NSString * user_id; |
| | | @property(nonatomic, strong) NSString * username; |
| | | @property(nonatomic, strong) NSString * nickname; |
| | | @property(nonatomic, strong) Hotel * hotel_id; |
| | | @property(nonatomic, strong) NSString * musicName; |
| | | @property(nonatomic, strong) NSString * xuhaoIndex; |
| | | |
| | | @property(nonatomic, assign) int cmd; // 1 更新 2 删除 |
| | | @property(nonatomic, assign) int cmd; // 1 播放 2 设置默认 |
| | | @property(nonatomic, assign) int playStatus; // 默认0 播放状态命令 1 播放操作 2 暂停操作 |
| | | @property(nonatomic, assign) int setStatus; // 默认0 设置状态命令 1 默认设置 2 默认取消 |
| | | @property(nonatomic, assign) NSInteger indexRow; // 当前索引 |
| | | |
| | | @end |