17 lines
484 B
Go
17 lines
484 B
Go
package logic
|
|
|
|
//const TableOrder = "order"
|
|
//
|
|
//type PlayerChargeOrder struct {
|
|
// Id string `bson:"_id"`
|
|
// PlayerId uint64 `bson:"player_id"`
|
|
// ChargeId uint32 `bson:"charge_id"`
|
|
// PaymentType uint32 `bson:"payment_type"`
|
|
// Quantity uint32 `bson:"quantity"`
|
|
// Price uint32 `bson:"price"`
|
|
// Sign string `bson:"sign"`
|
|
// CreateTime int64 `bson:"create_time"`
|
|
// Status uint32 `bson:"status"`
|
|
// ExtOrderNo string `bson:"ext_order_no"`
|
|
//}
|