From 4af2c7cf0abc5cc9c5aec3cdff78b1c93d9c6ff0 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期一, 18 十一月 2019 20:31:18 +0800
Subject: [PATCH] es数据

---
 structure/rule.go |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/structure/rule.go b/structure/rule.go
index 8bc51d9..9436829 100644
--- a/structure/rule.go
+++ b/structure/rule.go
@@ -121,12 +121,13 @@
 	TableName    string  `json:"tableName"`
 	BwType       string  `json:"bwType"`
 	CompareScore float64 `json:"compareScore"`
-	PersonId     string  `json:"personId"`
-	PersonName   string  `json:"personName"`
-	PersonPicUrl string  `json:"personPicUrl"`
-	PhoneNum     string  `json:"phoneNum"`
-	Sex          string  `json:"sex"`
-	IdCard       string  `json:"idCard"`
+	TargetId     string  `json:"targetId"`
+	TargetName   string  `json:"targetName"`
+	TargetPicUrl string  `json:"targetPicUrl"`
 	MonitorLevel string  `json:"monitorLevel"`
 	Content      string  `json:"content"`
+	DbLabel		 string	 `json:"dbLabel"`
+	//PhoneNum     string  `json:"phoneNum"`
+	//Sex          string  `json:"sex"`
+	//IdCard       string  `json:"idCard"`
 }

--
Gitblit v1.8.0