昨天 7a681887e5a8e1aab49acc886974d354c69a280e
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/qc/indicatorresult/MesQcIndicatorResultDetailDO.java
@@ -10,7 +10,7 @@
/**
 * MES 检验结果明细记录 DO
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName("mes_qc_indicator_result_detail")
@KeySequence("mes_qc_indicator_result_detail_seq")
@@ -40,6 +40,10 @@
     */
    private Long indicatorId;
    /**
     * 测量批次号(从 1 开始,默认 1,支持平行测量多批次)
     */
    private Integer measureNo;
    /**
     * 检测值(统一存为字符串)
     */
    private String value;