|
|
@ -14,7 +14,7 @@ public class SolutionContainerState { |
|
|
|
@Schema(description = "容器code") |
|
|
|
private ContainerCode containerCode; |
|
|
|
|
|
|
|
@Schema(description = "容器类型 solution溶液容器 neutralization中和容器") |
|
|
|
@Schema(description = "容器类型 solution溶液容器 waste废液容器") |
|
|
|
private ContainerType type; |
|
|
|
|
|
|
|
@Schema(description = "容器是否为空,true为空,false不为空") |
|
|
|