Fixiaobai
2023-08-17 58f820f804046e7fe82bef5a7b428b442a728e8a
laboratory-server/src/main/java/com/yuanchu/limslaboratory/pojo/MetricalInformation.java
@@ -32,6 +32,9 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "计量编号", example = "1", required = true)
    private String code;
    @ApiModelProperty(value = "用户关联Id", example = "7", required = true)
    private Integer userId;