|
|
@ -12,8 +12,8 @@ public class SolutionModuleState { |
|
|
|
@Schema(description = "是否空闲,true为空闲,false为占用") |
|
|
|
private boolean idle = true; |
|
|
|
|
|
|
|
@Schema(description = "托盘状态,0为无托盘,1为有托盘") |
|
|
|
private int trayStatus = 0; |
|
|
|
@Schema(description = "上料台托盘状态,true有托盘,false无托盘") |
|
|
|
private boolean feedAreaTrayStatus = false; |
|
|
|
|
|
|
|
@Schema(description = "溶液容器状态") |
|
|
|
private List<SolutionContainerState> solutionContainer = new ArrayList<>(); |
|
|
|