Files
AILab/sentinel/pkg/model/Record.go
T
2025-12-29 16:30:55 +08:00

10 lines
168 B
Go

package model
type Record struct {
DeviceId string
LicensePlate string
LicensePlateImage string
VehicleType string
VehicleImage string
}