From 9358e5ec2d2b65fec4ef9a1be7d1a1e1e2cf9d2d Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 10 八月 2020 16:31:34 +0800
Subject: [PATCH] new push schedule

---
 models/car.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/models/car.go b/models/car.go
index 1e7eca2..14db294 100644
--- a/models/car.go
+++ b/models/car.go
@@ -25,8 +25,8 @@
 }
 
 type CarStatistic struct {
-	TotalPermPlace 		int 		`json:"totalPermPlace"`
-	Left           		int 		`json:"left"`
+	TotalPlace int `json:"totalPlace"`
+	Left       int `json:"left"`
 }
 
 type PosInfo struct {

--
Gitblit v1.8.0