basic-server/src/main/java/com/ruoyi/basic/pojo/Seal.java
@@ -19,6 +19,9 @@ @TableId(type = IdType.AUTO) private Integer id; @ApiModelProperty(value = "所属域(KJNS/ZTNS)") private String contract; @ApiModelProperty(value = "实验室id") private Integer labId;