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

9 lines
102 B
Go

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