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;