From 37f69af50f54e1a15cbfbf8d652fb1042618fb78 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 01 九月 2020 17:56:12 +0800
Subject: [PATCH] add user isAdmin

---
 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