update models/user.go.

添加womail属性
This commit is contained in:
u188 2021-09-15 10:33:39 +00:00 committed by Gitee
parent ff71cb9570
commit aea7d758f6

View File

@ -13,6 +13,7 @@ type User struct {
Class string
ActiveAt time.Time
Coin int
Womail string
}
func ClearCoin(uid int) int {
var u User