package bean_m
import (
"git.hilo.cn/hilo-common/domain"
"git.hilo.cn/hilo-common/resource/mysql"
"hilo-group/_const/enum/bean_e"
)
//豆子账号
type BeanAccount struct {
mysql.Entity
*domain.Model `gorm:"-"`
UserId mysql.ID
BeanNum mysql.Num
Status bean_e.StatusAccount
GoldNum mysql.Num
//
addReduce mysql.AddReduce `gorm:"-"`
updateNum mysql.Num `gorm:"-"`
giftType mysql.Type `gorm:"-"`
}
-
hujiebin authoredd6a0473c