From a90b4af79943f41bd8983cee66524822a906c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 7 Jan 2021 16:05:03 +0800 Subject: [PATCH] aa --- business/model/user.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/business/model/user.go b/business/model/user.go index f262bd8fc..2557cbd65 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -31,8 +31,9 @@ var ( ) type MemberCard struct { - ID int `orm:"column(id)" json:"id"` - Price int `json:"price"` + ID int `orm:"column(id)" json:"id"` + Price int `json:"price"` + ActPrice int `json:"actPrice"` } type User struct {