luckybox.go 290 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package luckybox_e

import "git.hilo.cn/hilo-common/resource/mysql"

type AwardTypeLuckyboxAward = mysql.Type

const (
	Diamond AwardTypeLuckyboxAward = 1
)

type StatusLuckyboxCycleUser = mysql.Type

const (
	NoReceive StatusLuckyboxCycleUser = 1
	HasReceive StatusLuckyboxCycleUser = 2
)