mirror of http://gitlab.batiao8.com/yic/film.git
bidprice4
This commit is contained in:
parent
5012c5e63a
commit
311a849f80
|
@ -17,6 +17,13 @@ type SeatGoods struct {
|
|||
ServiceFee string `json:"serviceFee"`
|
||||
}
|
||||
|
||||
type UserCard struct {
|
||||
CardNo string
|
||||
CardName string
|
||||
Balance int64
|
||||
Expire int64
|
||||
}
|
||||
|
||||
type FilmShowHall struct {
|
||||
ShowDay string
|
||||
FilmName string
|
||||
|
|
Loading…
Reference in New Issue