From 791b041cca702b22584fe4334957c9b2bb3fca82 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 14 十一月 2019 10:57:05 +0800 Subject: [PATCH] --- --- structure/rule.go | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/structure/rule.go b/structure/rule.go index 9377508..6a2f066 100644 --- a/structure/rule.go +++ b/structure/rule.go @@ -1,10 +1,13 @@ package structure -import "basic.com/pubsub/protomsg.git" +import ( + "basic.com/pubsub/protomsg.git" +) // 姣忎釜鐩爣鐨勫弬鏁帮細鐩镐技搴︼紝鍗犳瘮锛屽昂瀵� type Arg struct { Id uint64 + Uuid string Score float64 // 鍖哄煙鍐呯殑鐩爣鐨勭浉浼煎害 Proportion float64 // 鍖哄煙鍐呯殑鐩爣鐨勫崰姣� Size float64 // 鍖哄煙鍐呯殑鐩爣鐨勫昂瀵� -- Gitblit v1.8.0