From f58d6c7e121dc6a16f6b1e12e5beba1e6ce1b992 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 08 九月 2020 15:11:05 +0800
Subject: [PATCH] Push2Manager add isTest

---
 vo/user.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vo/user.go b/vo/user.go
index dd04367..bf9a5bb 100644
--- a/vo/user.go
+++ b/vo/user.go
@@ -5,4 +5,6 @@
 	PhoneNum 	string 		`json:"phoneNum"`
 	TrueName 	string 		`json:"trueName"`
 	PlateNos	[]string 	`json:"plateNos"`
+
+	IsAdmin 	bool 		`json:"isAdmin"` //鏄惁鏄鐞嗗憳
 }
\ No newline at end of file

--
Gitblit v1.8.0