From fca319958029fa924308e50cb61202d7d6ff5008 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 19 二月 2025 13:33:37 +0800
Subject: [PATCH] 暂停聚集模型

---
 models/common.go |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/models/common.go b/models/common.go
index 879ea39..3ea65a4 100644
--- a/models/common.go
+++ b/models/common.go
@@ -1,5 +1,17 @@
 package models
 
+type PersonInfo struct {
+	DocumentNumber     string `json:"document_number"`
+	CommunityId        string `json:"community_id"`
+	OrgId              string `json:"org_id"`
+	PersonName         string `json:"person_name"`
+	IdCard             string `json:"id_card"`
+	FrequentAddress    string `json:"frequent_address"`
+	LastAppearanceTime int64  `json:"last_appearance_time"`
+	LastDirection      string `json:"last_direction"`
+	LastLocation       string `json:"last_location"`
+}
+
 func GetDomainFilters(orgIds, areaIds []interface{}) (filters []map[string]interface{}) {
 	filters = make([]map[string]interface{}, 0)
 	// 鏁版嵁鏉冮檺杩囨护

--
Gitblit v1.8.0