|
@ -16,7 +16,7 @@ public class Container extends BaseEntity { |
|
|
private String name; |
|
|
private String name; |
|
|
|
|
|
|
|
|
@Schema(description = "关联的溶液ID") |
|
|
@Schema(description = "关联的溶液ID") |
|
|
private Integer solutionsId; |
|
|
|
|
|
|
|
|
private Integer solutionId; |
|
|
|
|
|
|
|
|
@Schema(description = "总容量") |
|
|
@Schema(description = "总容量") |
|
|
private Integer capacityTotal; |
|
|
private Integer capacityTotal; |
|
|