bidprice4

This commit is contained in:
jiangyong27 2023-04-09 17:38:54 +08:00
parent 5012c5e63a
commit 311a849f80
1 changed files with 7 additions and 0 deletions

View File

@ -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