niki/param/admin/refer_time/get_all.go

10 lines
193 B
Go

package adminrefertimeparam
import "git.gocasts.ir/ebhomengo/niki/entity"
type GetAllReferTimeRequest struct{}
type GetAllReferTimeResponse struct {
Data []entity.ReferTime `json:"data"`
}