From e2c32868dc935c0f9773b51ed88de5e94b2ea874 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 08 五月 2024 14:16:58 +0800 Subject: [PATCH] 添加删除类型 --- alarm.pb.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/alarm.pb.go b/alarm.pb.go index c1754e0..8f330a6 100644 --- a/alarm.pb.go +++ b/alarm.pb.go @@ -18,7 +18,7 @@ // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. -const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package +const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package type FaceTempInfo struct { AlarmVal float32 `protobuf:"fixed32,1,opt,name=alarmVal,proto3" json:"alarmVal,omitempty"` -- Gitblit v1.8.0