SmallRefactor: {APIPath} -> {APIPathModel}
This commit is contained in:
parent
089c289019
commit
2cd9fa1ef3
|
@ -333,7 +333,7 @@ namespace AIParkingApplication
|
|||
public bool IsSaveSystemLogs { get; set; }
|
||||
|
||||
[JsonProperty("api")]
|
||||
public APIPath APIPath { get; set; }
|
||||
public APIPathModel APIPath { get; set; }
|
||||
|
||||
[JsonProperty("camera1")]
|
||||
public CameraData CameraData1 { get; set; }
|
||||
|
@ -371,7 +371,7 @@ namespace AIParkingApplication
|
|||
|
||||
}
|
||||
|
||||
public class APIPath
|
||||
public class APIPathModel
|
||||
{
|
||||
[JsonProperty("apiStatistics")]
|
||||
public APIProperties ApiStatistics { get; set; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user