zss
2023-08-19 6d7b4c2e4c0a1dd15afb71b11c8f3c19ef7c946c
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;