zss
2023-08-22 9263a9be2c9c820c322dd734c4c18b0bcd05f91e
laboratory-server/src/main/java/com/yuanchu/limslaboratory/pojo/MetricalInfoAndIns.java
@@ -21,6 +21,8 @@
@ApiModel(value="MeteringPlanAndInfoAndIns对象", description="")
public class MetricalInfoAndIns extends Instrument implements Serializable {
    private Long imId;
    @ApiModelProperty(value = "计量编号", example = "1", required = true)
    private String code;
@@ -45,4 +47,9 @@
    private String imCreateName;
    private String uncertainty;
    private String performanceIndex;
    private String remarks;
}