2026-06-29 e15efbe0bcb1b5e5ea21f0c937635746a3143321
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -153,6 +153,11 @@
    private Long salesLedgerId;
    /**
     * 发货信息id(出厂检验关联发货)
     */
    private Long shippingInfoId;
    /**
     * 报工id
     */
    private Long productMainId;
@@ -182,6 +187,10 @@
    @Schema(description = "抽检数量, 仅inspectRule=1时有效")
    private BigDecimal sampleQuantity;
    @Schema(description = "自动判断结果:合格/不合格/null(需手动判断)")
    @Excel(name = "自动判断结果")
    private String autoJudgeResult;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}