10 lines
168 B
Go
10 lines
168 B
Go
package model
|
|
|
|
type Record struct {
|
|
DeviceId string
|
|
LicensePlate string
|
|
LicensePlateImage string
|
|
VehicleType string
|
|
VehicleImage string
|
|
}
|