cheliequan
2023-02-10 a6e9a16da0fc1255ead73825fbc938b228d08ad2
dataprocess.proto
@@ -36,6 +36,15 @@
   repeated RuleParams Params = 9;
}
message SoTarget {
   Target SrcTarget = 1;
   string AreaId = 2;
   string AreaName = 3;
   string BelongsTargetID = 4;
   repeated RuleBaseCompareInfo CompDbInfo = 5;
   int64 ImageId = 6;
}
message SOResult {
   bool IsEvent = 1;    
   bool IsEndRecord = 2;
@@ -47,14 +56,8 @@
   string SoType = 8;
}
message SoTarget {
   Target SrcTarget = 1;
   string AreaId = 2;
   string AreaName = 3;
   string BelongsTargetID = 4;
   repeated RuleBaseCompareInfo CompDbInfo = 5;
   int64 ImageId = 6;
}
message EventCache {
   map<uint64, SoTarget> Targets = 1;