From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发

---
 base.proto |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/base.proto b/base.proto
new file mode 100644
index 0000000..2269123
--- /dev/null
+++ b/base.proto
@@ -0,0 +1,14 @@
+syntax = "proto3";
+package protomsg;
+
+// struct for sdk
+message Point{
+	int32 x = 1;
+	int32 y = 2;
+}
+message Rect{
+	int32 left = 1;
+	int32 top = 2;
+	int32 right = 3;
+	int32 bottom = 4;
+}

--
Gitblit v1.8.0