18 小时以前 7a681887e5a8e1aab49acc886974d354c69a280e
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicatorresult/vo/MesQcIndicatorResultSaveReqVO.java
@@ -48,6 +48,9 @@
        @Schema(description = "检测指标ID", example = "1")
        private Long indicatorId;
        @Schema(description = "测量批次号(从 1 开始,平行测量多批次;不传默认 1)", example = "1")
        private Integer measureNo;
        @Schema(description = "检测值(统一存为字符串)", example = "3.14")
        private String value;