package entity

type ReferTime struct {
	ID       uint
	Duration string
	Status   ReferTimeStatus
}