【新增】防淹门模型构建(暂时与车库门用相同模型)

【修改】因车库门PSL盘对象被删除,修改相应的构建逻辑
This commit is contained in:
thesai 2024-03-29 14:59:19 +08:00
parent a191e82832
commit 4c3905b8eb
2 changed files with 3 additions and 1 deletions

View File

@ -650,6 +650,8 @@ message AllDevicesStatus{
StationQc stationQc = 13;
//
repeated CkmState ckmStates = 14;
//
repeated CkmState fymStates = 15;
}
//

View File

@ -106,7 +106,7 @@ message ChildTransform {
}
//
message CommonInfo {
string oldid = 1;
// string oldid = 1;
string graphicType = 2;
Transform transform = 3;
repeated ChildTransform childTransforms = 4;