2019-04-22 02:59:20 +00:00

9 lines
107 B
Go

package model
// PendantEquip .
type PendantEquip struct {
Mid int64
Pid int64
Expires int64
}