package res_m

import (
	"git.hilo.cn/hilo-common/resource/mysql"
	"hilo-user/_const/enum/res_e"
)

type ResNameplate struct {
	mysql.Entity
	Name     string
	Sort     mysql.Num
	PicUrl   string
	SvgaUrl  string
	NoPicUrl *string
	//类型 (0:代表自身就是一种类型 > 0, 一种相关联的类型)
	Type  res_e.ResNameplateType
	Scope res_e.ResNameplateScope
	//限制 (-1, 没有限制)
	Threshold mysql.Num
	I         mysql.Num
}