From 8ed1e960d5b13822385ecb9fcbdd18807de701e4 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期一, 10 二月 2025 16:36:23 +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