PoolPayInfo.h 709 Bytes
//
//  PoolPayInfo.h
//  public_i9133
//
//  Created by winFan on 12/3/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//


#import "PoolSdk/PoolBaseModel.h"
@interface PoolPayInfo : PoolBaseModel

@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
@property(nonatomic, strong)NSString *playerId;
@property(nonatomic, strong)NSString *playerName;//所在服务器id
@property(nonatomic, strong)NSString *postAmount;
@property(nonatomic, strong)NSString *productId;
@property(nonatomic, strong)NSString *products;
@property(nonatomic, strong)NSString *custom;
@property(nonatomic, strong)NSString *postTime;
@property(nonatomic, strong)NSString *other;

@end