2025-05-17 04:36:06 +07:00

8 lines
88 B
Go

package models
type Application struct {
TeamID int64
Name string
State string
}