From 87f81297662f3a83fd887557e685fa0ca64ca40e Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 22 Sep 2023 15:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=94=B5=E5=99=A8=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E5=8A=A0unknow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/relayCabinetLayoutGraphics.proto | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/protos/relayCabinetLayoutGraphics.proto b/protos/relayCabinetLayoutGraphics.proto index ddf7798..5bffd81 100644 --- a/protos/relayCabinetLayoutGraphics.proto +++ b/protos/relayCabinetLayoutGraphics.proto @@ -20,14 +20,15 @@ message RelayCabinet { message Relay { enum ModelType {//型号中的-和/转换为_ - JPXC_1000 = 0; - JPXC_1700 = 1; - JWJXC_480 = 2; - JWJXC_H125_80 = 3; - JWXC_1700 = 4; - JWXC_H340 = 5; - JYJXC_160_260 = 6; - JZXC_H18 = 7; + Unknown = 0; + JPXC_1000 = 1; + JPXC_1700 = 2; + JWJXC_480 = 3; + JWJXC_H125_80 = 4; + JWXC_1700 = 5; + JWXC_H340 = 6; + JYJXC_160_260 = 7; + JZXC_H18 = 8; } graphicData.CommonInfo common = 1; string code = 2;//编号