niki/entity/refer_time.go

8 lines
100 B
Go

package entity
type ReferTime struct {
ID uint
Duration string
Status ReferTimeStatus
}