liuxiaolong
2020-07-13 2105f11967f02caf32e8ec3c7019226e3d565236
protomsg.proto
@@ -134,13 +134,10 @@
    string camera_id =2;
    string polygon_id =3;
    string sdk_id = 4;
    string sdk_arg_alias = 5;
    string operator = 6;
    string operator_type = 7;
    string sdk_arg_value = 8;
    int32 sort = 9;
    string rule_with_pre = 10;
    string group_id =11;
    repeated SdkSetBase sdk_set = 5;
    string rule_with_pre = 6;
    string group_id =7;
    int32 sort = 8;
}
message RuleTemplate {
@@ -164,6 +161,13 @@
    string rule_with_pre = 6;
}
message SdkSetBase {
    string sdk_arg_alias = 1;
    string operator = 2;
    string sdk_arg_value = 3;
    string sort = 4;
}
//Sdk struct
message Sdk {
    string id = 1;