From cd60b7e3a0bbc09f4501f66260b5d961d58aaf49 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 17 十二月 2019 13:38:07 +0800 Subject: [PATCH] --- --- structure/rule.go | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/structure/rule.go b/structure/rule.go index 3479096..1629a82 100644 --- a/structure/rule.go +++ b/structure/rule.go @@ -15,8 +15,7 @@ Type string // 璁拌浇鏁版嵁绫诲瀷 Location Rect // 璁颁笅姣忎釜鐩爣鐨勪綅缃弬鏁帮紝鏈�鍚庣粰缁撴灉瑁呴厤鐩爣鏁版嵁鐨勬椂鍊欑敤鐨勫埌 Car *protomsg.PlateIDVehicle // 杞﹁締鍙傛暟 - Feature []byte - BodyFeature []float32 + Feature string ThftRes protomsg.ThftResult Liker []*BaseInfo TimeLable string @@ -53,8 +52,7 @@ Score float64 // 鐩镐技搴﹀緱鍒嗭紙鏈夊澶х▼搴﹀儚涓�涓洰鏍囥�備汉鑴革紝浜轰綋鎴栬溅绛夌瓑锛� Type string // 璁拌浇鏁版嵁绫诲瀷 ThftRes protomsg.ThftResult - Feature []byte - BodyFeature []float32 + Feature string Car *protomsg.PlateIDVehicle } @@ -115,7 +113,8 @@ type LittleRuleResult struct { SdkName string // 璁板綍涓嬫缁撴灉鏄摢涓猻dk鐨勭粨鏋� Result string // 宸插寘鍚簡鍓嶇疆杩炴帴绗� - Sort int32 + Sort int32 // 瑙勫垯搴忓彿 + Target []*Arg } type TimeRange struct { -- Gitblit v1.8.0