ApiController - Rename TimeVehicleInOrOut -> Timestamp
This commit is contained in:
parent
8060a595c8
commit
a7a060f89c
|
@ -110,7 +110,7 @@ namespace AIParkingApplication
|
||||||
TextPlate = plateString,
|
TextPlate = plateString,
|
||||||
CameraID = cameraID,
|
CameraID = cameraID,
|
||||||
ModePlate = plateType == PlateType.Square ? "1":"0",
|
ModePlate = plateType == PlateType.Square ? "1":"0",
|
||||||
TimeVehicleInOrOut = timestamp,
|
Timestamp = timestamp,
|
||||||
PlateImage = plateImageBase64,
|
PlateImage = plateImageBase64,
|
||||||
PlateResultImage = plateImageResultBase64,
|
PlateResultImage = plateImageResultBase64,
|
||||||
PlateFrameImage = PlateFrameImageBase64,
|
PlateFrameImage = PlateFrameImageBase64,
|
||||||
|
@ -226,7 +226,7 @@ namespace AIParkingApplication
|
||||||
public string CameraID { get; set; }
|
public string CameraID { get; set; }
|
||||||
|
|
||||||
[JsonProperty("time")]
|
[JsonProperty("time")]
|
||||||
public string TimeVehicleInOrOut { get; set; }
|
public string Timestamp { get; set; }
|
||||||
|
|
||||||
[JsonProperty("plateImage")]
|
[JsonProperty("plateImage")]
|
||||||
public string PlateImage { get; set; }
|
public string PlateImage { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user