15 lines
147 B
Go
Raw Normal View History

2019-04-22 02:59:20 +00:00
package model
// is
const (
ValueForLocked = int8(1)
)
// Forbid is
type Forbid struct {
AID int64
Plat int8
Lv int8
Locked int8
}