From b9d95191e0326a1a75f3809d75b94638c47c3d43 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 16 十二月 2019 16:58:51 +0800 Subject: [PATCH] --- --- structure/algorithm.go | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/structure/algorithm.go b/structure/algorithm.go index e40b2c2..4fb9fb9 100644 --- a/structure/algorithm.go +++ b/structure/algorithm.go @@ -7,11 +7,13 @@ Targets []*Obj } type Obj struct { - Id uint64 + Id string Location Rect N int // 璁℃暟鍣ㄥ綋鍓嶅�� InitN int // 璁℃暟鍣ㄥ垵濮嬪�� BufferFlag int // 缂撳啿瀹归敊浣� 杩炵画n甯alse鎵嶄负false AlarmFlag bool CacheSdkData ResultMsg // 瀹氭椂鍣ㄧ殑缂撳瓨鏁版嵁 鎸佺画鏃堕棿绫荤殑寮�鍚畾鏃跺櫒鏃惰缂撳瓨涓�甯� -} \ No newline at end of file +} + +var InitFlag bool = false \ No newline at end of file -- Gitblit v1.8.0