Files
AILab/iot/Sentinel/app/model/Record.go
T

10 lines
168 B
Go

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