4 小时以前 b630f868ae5cb4bc2e92c48d275341d36d260499
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/indicatorresult/vo/MesQcQcReportRespVO.java
@@ -49,9 +49,12 @@
    @Schema(description = "批量(来料=接收数量,过程/退货=检测数量,出货=出货数量)", example = "30")
    private BigDecimal batchQuantity;
    @Schema(description = "检测结果(字典 mes_qc_check_result)", example = "1")
    @Schema(description = "检测结果(IQC/IPQC/RQC=字典 mes_qc_check_result;OQC=字典 mes_oqc_check_result)", example = "1")
    private Integer checkResult;
    @Schema(description = "检测结果文案(按质检类型对应字典解析,供判定结论展示;未判定时为空)", example = "校验通过")
    private String checkResultText;
    @Schema(description = "检验日期", example = "2026-08-30T01:00:00")
    private LocalDateTime inspectDate;