liuxiaolong
2021-01-26 7c781199c678d6ec2fb163f69e26d1a1baaeefb8
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;
}