From da3fb50a050cb48ae2f90c082178ffaba6634967 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Wed, 6 Sep 2023 09:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=8F=B0=E9=97=A8=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=AF=B7=E6=B1=82=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=9B=BE=EF=BC=8C=E5=88=97=E8=BD=A6atp?= =?UTF-8?q?=E5=88=87=E9=99=A4=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/trainShedule.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/trainShedule.proto b/protos/trainShedule.proto index c1df6a1..e52e89e 100644 --- a/protos/trainShedule.proto +++ b/protos/trainShedule.proto @@ -21,4 +21,5 @@ message Plan{ int64 timestamp = 11; //接受时间 int64 receiveTime = 12; + int32 flag = 13; } \ No newline at end of file