Fixiaobai
2023-09-09 e7f7daae5d21ad2988cadd25b6987ca5e7ef8001
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;
}