Files
sentinel-old/app/model/Record.go
T
2026-05-26 11:51:57 +08:00

10 lines
168 B
Go

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