package models
import "time"
type CreateLicenseCommand struct {
Plan_id uint
Period time.Time
Modified_by string
}
type UpdateLicenseCommand struct {