2025-05-19 03:18:22 +07:00

9 lines
129 B
Go

package models
type Action struct {
ID int64
Place string
TeamID int64
Applications []*Application
}