18 小时以前 7a681887e5a8e1aab49acc886974d354c69a280e
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/qc/indicatorresult/MesQcIndicatorResultDetailDO.java
@@ -40,6 +40,10 @@
     */
    private Long indicatorId;
    /**
     * 测量批次号(从 1 开始,默认 1,支持平行测量多批次)
     */
    private Integer measureNo;
    /**
     * 检测值(统一存为字符串)
     */
    private String value;