模拟设备状态变更接口

This commit is contained in:
tiger_zhou 2023-07-04 15:20:57 +08:00
parent e2bb76fd47
commit b26bd441c9

View File

@ -216,6 +216,7 @@ public class Status {
// 列车阻塞标记
// 1列车阻塞
// 0列车没有阻塞
@Schema(description = "是否阻塞1=阻塞0=没有")
Integer blockFlag;
}