aa
This commit is contained in:
@@ -31,8 +31,9 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type MemberCard struct {
|
type MemberCard struct {
|
||||||
ID int `orm:"column(id)" json:"id"`
|
ID int `orm:"column(id)" json:"id"`
|
||||||
Price int `json:"price"`
|
Price int `json:"price"`
|
||||||
|
ActPrice int `json:"actPrice"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type User struct {
|
type User struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user