From 7c781199c678d6ec2fb163f69e26d1a1baaeefb8 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 26 一月 2021 19:10:19 +0800 Subject: [PATCH] 添加Dic --- protomsg.proto | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index e751c5d..d21c29f 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -410,4 +410,14 @@ bool isDelete = 7; string drift_state = 8; string device_type = 9; +} + +message Dic { + string id = 1; + string value = 2; + string name = 3; + string type = 4; + string description = 5; + int32 sort = 6; + string parent_id = 7; } \ No newline at end of file -- Gitblit v1.8.0